Forum Discussion
Nolan_Jensen_23
Nimbostratus
Oct 13, 2017Bypass access policy for a list of servers
Hello,
Does anyone know how to create an iRule that will allow a list of a few servers to skip the access policy on a virtual server and go directly to the server in the pool the VS is pointed a...
Kevin_Davies
Nacreous
Oct 13, 2017This is what you need. Put your addresses in a datagroup called policy_bypass.
when HTTP_REQUEST {
if {[HTTP::uri] eq "/rest/services" } {
if {[class match [IP::client_addr] equals policy_bypass]} {
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