Forum Discussion
philippe_loeb_7
Nimbostratus
Jan 31, 2014How to choose an output interface following the address source by using irules
I have two provider Internet connected to F5.
I d like to choose one output interface following the source IP local and in case of provider failure, redirect the traffic on the other output interface...
Syafiq_89483
Cirrus
Jan 31, 2014I have two provider Internet connected to F5. I d like to choose one output interface following the source IP local and in case of provider failure, redirect the traffic on the other output interface
Can I use irules
Yes you can.
when CLIENT_ACCEPTED {
if { [active_members pool_link1] >= 1 } {
pool pool_link1
}
else {
pool pool_link2
}
}
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