Forum Discussion
Techgeeeg_28888
Jun 28, 2012Nimbostratus
iRule to decide the ISP for outgoing traffic on LC
Hi everyone,
I have a small query related to an iRule for Link controller I tried searching for the similar on devcentral but couldn't find one or maybe i missed it so do let me know if the bel...
FredR_30652
Jul 20, 2012Nimbostratus
Hi,
To achieve that, you need :
- a defaut gateway pool with 2 members (router ISP1 , router ISP2) = pool_out
- a pool with the same members but with "priority group activation" "less than 1 members" and a priority group value higher for th one you want) = pool_priority1
- a virtual server (vs_out) with default pool pool_out and an iRule
when LB_SELECTED {
switch [IP::remote_addr] {
"10.10.10.100" {
LB::reselect pool pool_priority1
}
default {
what ever you want
}
}
}
I don't know for the bandwidth limit.
Hope this help.
Regards,
Fred
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