PeterKrike
Feb 28, 2022Nimbostratus
How to grep for specific sslclient profile within all the VIPs
I am looking for each VIP that is using a specific ssl client profile, I know I can use iHealth but it's a tedious process everytime. I was hoping I can just use the CLI to accomplish this task. What I have found already is the following commands :
tmsh list ltm virtual | grep -E 'test'
This command does return back the 'test' results however without the Virtual server information attached.
tmsh list ltm virtual | grep -E 'test|'
When I execute this command it just returns ALL Virtual servers with any/all ssl client profiles not pertaining to test. That character is a pipe |