Forum Discussion
ToonVA
Cirrus
Dec 07, 2018tmsh command to list client-ssl profiles - Full noted values
I am working on a project to remove TLS1.0 from our F5 BIG-IP systems.
The company want first a good overview where TLS1.0 is still used (which VIP's) so i exported those with tmsh command but if the...
wlopez
Cirrocumulus
Dec 07, 2018If 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
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