Forum Discussion

heskez_36146's avatar
heskez_36146
Icon for Nimbostratus rankNimbostratus
Nov 15, 2013
Solved

VIP to Irule overview

Hi There,

 

I'd like an complete overview to display all vips with assigned irules. Is there a way to achive this without making printsreens of every vip? :)

 

Thanks, Erik

 

4 Replies

  • nathe's avatar
    nathe
    Icon for Cirrocumulus rankCirrocumulus

    TMSH command too, if this helps:

    list ltm virtual all rules

    Results in output as follows with the VSs and their iRules

    root@(bigip2)(cfg-sync Standalone)(Active)(/Common/ex_2010.app)(tmos) list ltm virtual all rules
    ltm virtual ex_2010_combined_http {
    rules {
        /Common/_sys_https_redirect
    }
    ltm virtual ex_2010_combined_https {
    rules {
        ex_2010_owa_redirect_irule3
        ex_2010_combined_persist_irule3
    }
    

    N