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...
nitass
Employee
Dec 09, 2011is it similar to this? but it still doesn't work, does it?
when CLIENT_ACCEPTED {
if { [active_members capture_pool] < 1 } {
forward
pool captured_lasthop
}
}
when LB_FAILED {
if { [active_members capture_pool] < 1 } {
forward
pool captured_lasthop
}
}
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