Forum Discussion
tmsh command to list client-ssl profiles - Full noted values
If you switch to the tmsh command line (just type 'tmsh' from bash) you can do the following commands:
For all client ssl profiles on the default partition (/Common):
show ltm profile client-ssl raw | grep 'Ltm::ClientSSL\|Protocol'
For all client ssl profiles on all the other partitions:
show ltm profile client-ssl /*/* raw | grep 'Ltm::ClientSSL\|Protocol'
- ToonVADec 12, 2018
Cirrus
Thanks for the info! Is there a way to export this to a file also?
show ltm profile client-ssl raw | grep 'Ltm::ClientSSL|Protocol' > exportssl
I only get the option to display them on my screen
- AceDawg1Dec 12, 2018
Nimbostratus
If you have access to the BASH shell, simply run the command from there:
tmsh show ltm profile client-ssl raw | grep ‘LTM::ClientSSLProtocol’ > fileName - ToonVADec 12, 2018
Cirrus
Thank you , must have made a typo or something because it works now
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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
