Forum Discussion

Geetha_Ramaian_'s avatar
Geetha_Ramaian_
Icon for Nimbostratus rankNimbostratus
Sep 25, 2015

Identify VIP's sharing a shared SSL profile

Is there any easy way to find out on the gui which VIP's will be affected when changing the SSL profile.? we are sharing the same SSL profle on many VIP'S.

 

1 Reply

  • I know you're asking how to do this in the GUI, and I don't know any way to do that.

    However, this might make your life simpler if you're using partitions:

    tmsh save sys config file /var/tmp/myconf
    nano /var/tmp/myconf
    

    Then you'd have the config from all your partitions in one file and can easily search through it.

    If you don't use partitions searching through /config/bigip.conf would work just as well.

    /Patrik