Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Sajan_Mania_381's avatar
Sajan_Mania_381
Icon for Altostratus rankAltostratus
Apr 01, 2019

what is the command to check if Irule is used in any other VIP ?

what is the tmsh command to check/verify if an irule is used in multiple VIP's ?

 

2 Replies

  • Simple would be to extract your config (bigip.conf) and serach from there, or on TMOS try this.

     

    list ltm virtual | grep -B 15 "prdlam-redirect-v1.2"

     

    you might have to tweak your values for -B depending on how much your VS config has.