Forum Discussion
Muhammad_Irfan1
Cirrus
Oct 16, 2014URI Base load balancing in different pools
I have 8 application servers and i have to load balance the traffic in them in 50 different patterns.
One option i had was to make a VS for each pattern, Which means different target for the client. ...
Vitaliy_Savrans
Nacreous
Oct 16, 2014Hi,
you can use something like this irule:
when HTTP_REQUEST {
switch -glob [HTTP::uri] {
"/test*" {
pool TEST }
"/base*" {
pool BASE }
}
}
and you will need 2 VS for http and https.
Muhammad_Irfan1
Cirrus
Oct 16, 2014Thanks bro,
This iRule will match the URI in iRule one by one for each request, if there are 50 Pools in one iRule will it slow down the traffic?
Is it possible through policy-list and apply that policy to VS?
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