Forum Discussion
Powik_208795
Nimbostratus
Jan 10, 2017Local Traffic Policy redirect traffic to Pool and Pool Member
Hi,
It's possible with Policy to redirect traffic to a specifit pool member of a pool.
Example iRule:
when HTTP_REQUEST {
switch -glob [HTTP::uri] {
"/xxx" {
p...
TayF5un
Nimbostratus
Jan 10, 2017hi Eloy, I think, you should apply this irule;
when HTTP_REQUEST {
switch -glob [HTTP::uri] {
"/xxx" {
pool pool_xxx member 1.1.1.1 80
}
"/yyy" {
pool pool_yyy member 1.1.1.1 80
}
}
}
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