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

LTM - command to display VIP/pool/pool members

Arthur_P
Nimbostratus
Nimbostratus

While waiting for BIG-IQ setup, I need to run a command to display all VIPs and their pool members association to it.

I am running on v15.1.2.

6 REPLIES 6

Please check this,

 

https://devcentral.f5.com/s/articles/Export-Virtual-Server-Configuration-in-CSV-tmsh-cli-script?page=1

Arthur_P
Nimbostratus
Nimbostratus

 

i have problem trying to save the file with this error:

Syntax Error: "cli" unexpected argument

There were errors. Continue editing(y) or discard changes(n) (y/n) y

Any answer on this? I'm getting the same error - can't create script because of this.

 

 

Were you able to follow the comments sections, I've explained it to Arthur.

If you still need more explanation, please do let me know.

Try this,

1. tmsh

2. create cli script virtual-details

3. remove all lines in default file (i jused hit "dd" to delete each line one at a time until they were all removed.)

4. :set paste

5. Paste all of the following script and save exit.

 

You can also test with REST API script or Ansible to retrive all the VIP and their pool members.