Forum Discussion
fredy_30669
Nimbostratus
Feb 02, 2012fsolis@newnetsa.com
good afternoon,
I need to create a rule that from a virtual server (10.8.60.10) send me links to two different pool ((pool 1 (10.8.37.21,10.8.37.22,10.8.37.23) pool 2 (10.8.37.11,10...
nitass
Employee
Feb 02, 2012can you try something like this?
when HTTP_REQUEST {
switch [string tolower [HTTP::host]] {
"intranet.bancolombia.corp" { pool pool1 }
"apr.bancolombia.corp" -
"banagricola.bancolombia.corp" -
"bib.bancolombia.corp" { pool pool2 }
default {
do something
}
}
}
Recent Discussions
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