Forum Discussion
Gudalam
Nimbostratus
Mar 21, 2016How to find VS with ssl profile name with CLI for version 11.5.1
I have a certificate which is going to expire in few days and we have 100's of virtual servers in our environment, it is becoming difficult to find with GUI tkaing lot of time, can anyone help in finding right command. I tried below commands but no success
list ltm virtual one-line |grep "ssl-profile-name" |awk '{print $3,$6}'
list /ltm virtual one-line |grep -B 7 "ssl-profile-name"
2 Replies
- DevBabu
Cirrus
tmsh list ltm virtual one-line | grep 'clientssl' | awk '{print $3, $6}' - DevBabu
Cirrus
For me it is giving the output with same command. Is the name of the 'clientssl' profile correct ? It should even match the case or you can try with grep -i like:
tmsh list ltm virtual one-line | grep -i 'clientssl_profile_name' | awk '{print $3, $6}'
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