Forum Discussion
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 Network Map in GUI gives (Local traffic summary))
Regards ,
CK
The Network Map does just that ..
Move to "All partitions" view, go to Statistics > Local Traffic and view "Status Summary" report
- Blue_whaleCirrocumulus
I TRIED but still not working .
- Blue_whaleCirrocumulus
Hi
These commands are not working in bash .
In bash :
bash: tmsh list: command not found
In tmsh :
0 Syntax Error: "wc", grep is currently the only filter that is supported
This error only return if you run Unix command in tmsh prompt.
In tmsh run this command to go in bash #
run util bash
Then execute wc command.
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
* 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