Forum Discussion
Chris_125062
Nimbostratus
May 03, 2013Dynamic Active/Active/Standby Load Balancing
Our F5 is an 8900 LTM running 10.2.4 HF6. I installed these devices 2 years ago, and have administered them since.
And today is the day that I try to create my first custom iRule... but I...
Kevin_Stewart
Employee
May 07, 2013Load balancing from a single virtual server to multiple pools can be accomplished in a bunch of ways, and more or less depends on how you determine the load balancing selection. For example:
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {
"/foo*" { pool foo_pool }
"/bar*" { pool bar_pool }
default { default_pool }
}
}
This example would assume that the client was requesting a specific URI (the trigger), so you're implementation may be a little different. In any case, because you've defined different pools with their own priority groups, something like this should meet your requirements. You can also, as you mentioned, load balance from one VIP to three other VIPs, and is an excellent solution if you have to apply different profiles and/or iRules to the traffic.
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