Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

what is the cli command to check the total number of VIP, POOL, NODE

Sarovani
Cirrocumulus
Cirrocumulus

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

5 REPLIES 5

Samir
MVP
MVP

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​

Sarovani
Cirrocumulus
Cirrocumulus

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.​

Sarovani
Cirrocumulus
Cirrocumulus

I TRIED but still not working .

CA_Valli
MVP
MVP

The Network Map does just that ..

Move to "All partitions" view, go to Statistics > Local Traffic and view "Status Summary" report