Forum Discussion
F5SJ_
Aug 28, 2020Altocumulus
irule to redirect traffic to multiple pools
All, We have one vip which is redirecting traffic to multiple pools via irule. rule: when CLIENT_ACCEPTED { if { [class match [IP::client_addr] equals xxxx] } { pool xxxx ...
F5SJ_
Sep 01, 2020Altocumulus
I have tried to improve the rule:
when CLIENT_ACCEPTED {
if { [class match [IP::client_addr] equals DG1] } {
pool pool1
clone clonepool1
} elseif { [class match [IP::client_addr] equals DG2] } {
pool pool2
clone pool clonepool2
}else {
#log local0. "Default pool (drop): [IP::client_addr]-->[LB::server]"
drop
}
want to verify if the irule which I have created will clone the connections or not
}
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