Forum Discussion
irule to redirect traffic to multiple pools
You can't send traffic to multiple pools (unless you use a clone pool)
K13392: Configuring the BIG-IP system to send traffic to an intrusion detection system (11.x - 15.x)
: Thanks for the response, if I'll try to achieve the cloning in our case where we are redirecting traffic to pools via irule as we have more than one pool in VS will it possible vial below irule modifications:
when CLIENT_ACCEPTED {
if { [class match [IP::client_addr] equals real_pool] } {
pool real_pool
clone pool clone_pool
} elseif { [class match [IP::client_addr] equals zzzz] } {
pool zzzz
clone pool clone_pool
} elseif { [class match [IP::client_addr] equals yyyy] } {
pool yyyy
clone pool clone_pool
} else {
#log local0. "Default pool (drop): [IP::client_addr]-->[LB::server]"
drop
}
}
Recent Discussions
Related Content
* 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