Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

lingesh_118835's avatar
lingesh_118835
Icon for Nimbostratus rankNimbostratus
Apr 13, 2015

How to check the Hits on VIP Ip

How many connections are hitting to the VIP ip in F5 loadbalancer

 

How to check the traffic using CLI in F5 LTM

 

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