Forum Discussion
ChromeTemplar
Nimbostratus
Nov 05, 2014How can I determine if an iRule is in use?
I am updating our iRules from 11.3 to 11.5.1 HF5. As part of this process, I want to identify (and remove) iRules that are not currently in use.
My understanding is that I can look in the bigip...
arpydays
Nimbostratus
Sep 29, 2015you can use this from bash to get a list of irules associated with VSs
tmsh -q -c "cd /; list ltm virtual recursive rules" | awk 'BEGIN {RS="\n}"} !/none/ {print}' | grep -v ' rules \|}'
then you could check the stats in the irules within tmsh
show ltm rule xxxxx
cheers
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects