Applies To:
Trust Protection Platform 15.x
F5 LTM Advanced driver
Summary:
Do the following below to gather configuration details for virtual server(s) and SSL profile(s) using the CLI?
- Login to the F5 via SSH and enter "tmsh"
- Execute the following commands:
- list ltm virtual <virtual_server_name>
- list ltm profile client-ssl <ssl_profile_name>
- list ltm profile server-ssl <ssl_profile_name>
Note: Unlike the F5 web console, these will only output the settings that are applied directly to the virtual servers and SSL profiles. You may also want to capture the parent profile settings ('clientssl' and 'serverssl' are the names of the defaults).
Comments