Forum Discussion
irule sending to wrong pool when should be going to default pool defined in GUI
Hi Paul,
you may turn on OneConnect on your Virtual Server to enable per HTTP-Request balancings and automatic failbacks to the default pool after each single request (as already explained by Nathan).
If OneConnect is not suitable for your environment/application, then you could specify the default_pool within an
} else { clause...
when HTTP_REQUEST {
if { ( [HTTP::uri] starts_with "/test1/" )
or ( [HTTP::uri] starts_with "/tester2/" )
or ( [HTTP::uri] starts_with "/tester3/" ) } then {
pool test_pool
} else {
pool default_pool
}
}
Note: For further reading on this topic you may check out K9800 [click me]
Note: If you've already enabled OneConnect and running BIG-IP 11.5.3 HF2, and 12.0.0 through 12.0.0 HF3, them you may be a victim of OneConnect related bug [click me]
Cheers, Kai
Recent Discussions
Related Content
* 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
