Forum Discussion
Ganesh_Prasad_1
Altostratus
4 years agoList down VIP and associated SSL Client profile
Hello Guys, Need support to get the command line to get VIP name and associated SSL client profile. Thanks GPG
Ganesh_Prasad_1
Altostratus
4 years agoHello Dario,
above command showing syntax error
Admin@(PROD-LB2)(cfg-sync In Sync)(Active)(/Common)(tmos)# list ltm virtual profiles { $(tmsh list ltm profile client-ssl | grep "profile" | awk '{print $4}' | tr '\n' ' ') }
Syntax Error: "awk", grep is currently the only filter that is supported
- Dario_Garrido4 years ago
Noctilucent
Hello Ganesh.
ā
You have to execute the above command from bash shell, not from tmsh shell.
ā
Write this command before, to jump to your bash shell:
run /util bashThen
tmsh list ltm virtual profiles { $(tmsh list ltm profile client-ssl | grep "profile" | awk '{print $4}' | tr '\n' ' ') }Regards,
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