14-Oct-2020 04:52
Hi all,
I need to list in script (tmsh or shell) VS, pool and pool member together
I have Bigip v11.5.
Could you help me?
tks
14-Oct-2020
10:19
- last edited on
24-Mar-2022
02:10
by
li-migration
Hi,
tmsh show ltm virtual detail | egrep "Virtual Server: | Destination | Ltm::Pool: | Ltm::Pool Member: " | grep -v "Destination IP Bypasses" | sed 's/Ltm:://g;s/|//g;s/Destination\s*/Destination/g'
REF: https://devcentral.f5.com/s/question/0D51T00006i7ioC/how-to-list-vips-and-associated-pool-members