Forum Discussion
- Michael_JenkinsCirrostratus
If you have a specific access policy, you can do it like this
. The data isn't the prettiest since it compresses it to one line, but it works.tmsh list ltm virtual one-line | grep ACCESS_POLICY_NAME
Since an access profile is just an item in the list of profiles on a VIP, it'd be much less trivial to find vips with any access profile, I think.
Hope this helps.
- Jim_30036Nimbostratus
Of course I figured it out right after I posted the question. tmsh list ltm virtual VS_NAME profiles
Is there any way to return only the access policy name?
- ChimyNimbostratus
Following that question
Are there any command that provide the virtual server from the access profile name?
In the GUI, we see the virtual server but I tried several tmsh combintations to get the same information but It has been impossible.