Forum Discussion
Ruggero_27857
Nimbostratus
Dec 13, 2012F5 Redirection over Public Networks
Hi,
I am trying to setup an F5 in this way and I am wondering where this is going wrong:
I have the F5 facing Internal netowrk and external network connected to a Firewall DMZ Interf...
What_Lies_Bene1
Cirrostratus
Dec 13, 2012Not a problem, something like this will work;
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {
If HTTP URI contains odt or pingpong, use PoolA
"*odt*" -
"*pingpoing*" { pool PoolA }
If HTTP URI contains ghi, use PoolB
"*ghi*" { pool PoolB }
If HTTP URI is none of the above, take the default action below
default {
pool PoolC }
}
}
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