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,
- Chris_Miller
Altostratus
Why use an iRule and not just the bandwidth limits built into the "Links" configuration section?
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