Forum Discussion

PeterKrike's avatar
PeterKrike
Icon for Nimbostratus rankNimbostratus
Feb 28, 2022
Solved

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...
  • Daniel_Wolf's avatar
    Feb 28, 2022

    Hi PeterKrike,

    try tmsh list ltm virtual one-line | grep -E 'test' | awk '{ print $3 }'

    KR
    Daniel