18-Mar-2021 13:41
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.
19-Mar-2021 08:41
Please check this,
https://devcentral.f5.com/s/articles/Export-Virtual-Server-Configuration-in-CSV-tmsh-cli-script?page=1
30-Jun-2021 19:55
Any answer on this? I'm getting the same error - can't create script because of this.
01-Jul-2021
01:54
- last edited on
24-Mar-2022
01:22
by
li-migration
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.
01-Jul-2021 07:57
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.
21-Mar-2021 05:02
You can also test with REST API script or Ansible to retrive all the VIP and their pool members.