Forum Discussion
Vincent_95925
Nimbostratus
Aug 26, 2012Irule to filter access to VIP -- F5 V.9.4.7
Hi Guys,
I am very new to implementing irules and I need your expert advices. We're trying to implement an irule that will filter access to Virtual Servers. We have a list of subnets (app...
Hamish
Cirrocumulus
Aug 27, 2012If you're using v10 or later, I'd change the matchless to use the (Newer) [class ...] syntax. That'll get rid of your $:: namespace problems and enable CMP mode.
The syntax would be somethign like
when CLIENT_ACCEPTED {
if { [class lookup [IP::client_addr] "Drop_Subnet_Class"] }{
discard
}
}
H
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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