Forum Discussion
Blue_whale
Jul 08, 2020Cirrocumulus
what is the cli command to check the total number of VIP, POOL, NODE
Hi Team , Can you please help me with the clis command which can provide the details of total number of VIP's , POOL's , Nodes configured on the LTM ..(Which should give similar details as Net...
Samir
Jul 09, 2020MVP
Use Unix command to count vip, pool, rows.
Example: Go to bash mode
Virtual server count:
# tmsh list ltm virtual one-line | wc -l
Pool count
#tmsh list ltm pool one-line | wc -l
Nodes count
# tmsh list ltm node one-line | wc -l
Hope it will help you
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects