Forum Discussion
gpayne_144568
Nimbostratus
Sep 29, 2014Switch Irule
I need to create an IRULE that takes a certain uri and redirects based on the start to specific pools. Would like to do this in switch format.
Any suggestions.
Ryannnnnnnnn
Altocumulus
Oct 01, 2014something like this?
when HTTP_REQUEST {
set static::DEBUG 1
set uri [string tolower [HTTP::uri]]
switch -glob $uri {
"/XXXX*" -
"/xxx/xxxx*" {
if { $static::DEBUG != 0 } {
log local0. "for [IP::client_addr] Pool was selected and directed to port 8095"
}
pool XXX---xxxx-x-xxxxx.xxxx.xxxx.xxx---POOL---8095
}
default {
pool my.default.pool
}
}
}
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