Forum Discussion
tony_iervolino_
Nimbostratus
May 10, 2018Bypass APM on specific subnets
I'm trying to write an Irule that bypasses the APM for specific subnets. Irule works great at bypassing anything on the 10.0.0.0/8 subnet but the problem is I don't want it to bypass the APM for thi...
May 10, 2018
Try this:
when HTTP_REQUEST {
if { [IP::addr [IP::client_addr] equals 10.3.220.0/21] } {
ACCESS::enable
}
elseif { [IP::addr [IP::client_addr] equals 10.0.0.0/8] or [IP::addr [IP::client_addr] equals 192.168.0.0/16] or [IP::addr [IP::client_addr] equals 172.16.0.0/12] } {
ACCESS::disable
}
}
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