Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Export a list of all SSL VIPs that are not SSL on the backend

Danny_Arroyo
Cirrus
Cirrus

Hi All.

 

I am using a BIG IP LTM v15.1.0.4

 

I would like to export a list of VIPs (from the command line or GUI) that shows the following:

  1. VIPs that have a clientssl profile assigned and do not have a serverssl profile assigned.
  2. The list should contain the VIP Name, destination ip, clientssl profile name, pool name(s), pool member's ips:port

 

While I was able to export a list of VIPs using the command below, it wont let me show the Server SSL profile. Also I don't know how to filter it based on "clientssl=yes" and "serverssl=no".

"

tmsh show ltm virtual detail | grep -E "Virtual Server: | Destination | Ltm::Pool: | Ltm::Pool Member: | Ltm::ClientSSL Profile"

 

Any advice is appreciated

3 REPLIES 3

Have you tried this,

 

https://devcentral.f5.com/s/articles/Export-Virtual-Server-Configuration-in-CSV-tmsh-cli-script?page=1

Hi Jaikumar,

 

Looks promising. Ill try this script today and reply back

 

Thanks!!

 

 

Glad could be help, if your question is solved, please do mark the thread as closed, so others can get similar solutions.