Forum Discussion
ask_me_anytime_
Nimbostratus
Nov 12, 2009irule Link Controller and ISP balancing
hello,
I'm trying to write an irule in which Link Controller uses one ISP (say ISP1 )at a time when the bandwidth is below a certain value(say 1mbps)
-and when the bandwitdh reaches the threshold value , I want Link Controller to redirect outbound traffic to disable ISP1 and redirects all users ISP2.
I'm trying to do like this for my outbound connection :
when CLIENT_ACCEPTED {
if { [BANDWIDTH] > 1mbps } {
pool default_gateway_pool member ISP1
} else {
pool default_gateway_pool member ISP2
}
}
if you have any idea how to implement that irule ,please share..
thank you,
1 Reply
- Chris_Miller
Altostratus
Why use an iRule and not just the bandwidth limits built into the "Links" configuration section?
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
