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

Forum Discussion

GLM_191985's avatar
Apr 08, 2019

how many connections are there on vip through cli

how many connections are there on vip through cli

 

1 Reply

  • Hi,

    if you want to see the traffic on a specific VIP try this:

    tmsh show sys connection cs-server-addr VIP-IP

    or even simpler would be to do a grep in the show sys connection.

    tmsh show sys connection | grep VIP-IP

    regards