Forum Discussion

5 Replies

  • Hi,

     

    Please try the below command and check the appropriate stats (current connections):

     

    tmsh show ltm virtual virtual_IP_name_goes_here

     

    Cheers,

     

    Alex

     

    • lingesh_118835's avatar
      lingesh_118835
      Icon for Nimbostratus rankNimbostratus
      while apply below command i am getting error show ltm virtual Exchange2010_rpc_wildcard 01020036:3: The requested Virtual Server (/Common/Exchange2010_rpc_wildcard) was not found.
  • Hi, 1. Is the object configured in /Common/ ? 2. You can also check under VIP configuration in GUI under statistics. 2. Try going into tmsh and using tab completion to complete the command automatically. 3. You could also try:

     

    tmsh list ltm virtual |grep -i Exchange2010_rpc_wildcard

     

    or

     

    tmsh show ltm virtual |grep -i Exchange2010_rpc_wildcard

     

    Alex