cgwin12
Feb 03, 2023Altostratus
list command in cli for all vips with a sip profile and an authentication profile
I am looking for a list command that displays all vips, across all partitions, that have a sip or an authentication profile.
I used a similar command that displays all vips, across all partitions, that do not have an asm profile. Is there a way to tweak the syntax of the command below to give me all vips with a sip profile or an authentication profile? I am open to running the command looking for just sip and another for just authentication.
Better yet, i'm rough on syntax, any suggestions on man pages or articles to get better with cli?
Below is the command I ran to find vips with no asm;
tmsh list ltm virtual /\*/* one-line | grep -v policies | cut -d' ' -f 3