Forum Discussion
Nick_68106
Nimbostratus
Dec 08, 2011iRule to route traffic to different pool when pool members down in default pool
Greetings, We are running a transparent proxy in our environment and have decided that when the both proxy servers in our proxy server pool become unavailable we would like to route the traffic out th...
Nick_68106
Nimbostratus
Dec 09, 2011Greetings nitass,
I inserted 'forward' above the pool selection like so in the iRule:
rule captured-HTTP_rule {
when CLIENT_ACCEPTED {
if { [active_members capture_pool] < 1 } {
use pool captured_lasthop
}
}
when LB_FAILED {
if { [active_members capture_pool] < 1 } {
use pool captured_lasthop
}
}
The outcome is still the same.
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