18-Nov-2020 13:10
How can I search for virtual servers on an ltm with a specific ssl profile, and then display their associated Destination addresses?
18-Nov-2020 14:39
Hi mlopez_4,
tmsh show ltm virtual all profiles | egrep "Ltm::Virtual|Destination :|Ltm::ClientSSL" | grep -B2 "sslProfileName"