Forum Discussion
Thiyagu
Cirrus
Aug 25, 2019LTM command to get the list of VIPs and it is associated SSL profile from all partition
Hello All, I'm looking for a LTM command which would help to get the list of VIPs and it is associated SSL profile from all partition. Could you please suggest me on this? Regards, Thiy...
Dario_Garrido
Noctilucent
Aug 25, 2019You can use this
tmsh list auth partition | grep auth | awk '{print $3}' | xargs -I [] tmsh list ltm virtual /[]/* profiles { $(tmsh list ltm profile client-ssl | grep profile | awk '{ print $4}' | tr '\n' ' ') $(tmsh list ltm profile server-ssl | grep profile | awk '{ print $4}' | tr '\n' ' ') }KR,
Dario.
- Dario_GarridoAug 25, 2019
Noctilucent
Or even better
tmsh -q -c "cd / ; list ltm virtual recursive profiles { $(tmsh -q -c "cd / ; list ltm profile recursive client-ssl" | grep profile | awk '{ print $4}' | tr '\n' ' ') $(tmsh -q -c "cd / ; list ltm profile recursive server-ssl" | grep profile | awk '{ print $4}' | tr '\n' ' ') }"KR,
Dario.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
