Forum Discussion
Mike_Cronquist_
Nimbostratus
Oct 07, 2013Default pool question
If I do not define a "default" pool in the irule, my assumption is that it should default to the pool defined under the properties of the VIP? We are using BIG-IP 11.2.1 Build 1196.0 Hotfix HF7 of L...
Mike_Cronquist_
Nimbostratus
Oct 07, 2013I have a simpe irule that looks like: when HTTP_REQUEST { switch -glob [string tolower [HTTP::uri]] {
/images* { pool pool_images } } } I also have the default pool configured on the vip to be: pool_website
If I navigate to: http://website.org/ it is trying to fullfil this request from the pool pool_images.
If I change the irule and specify "default pool pool_website" it works correctly. when HTTP_REQUEST { switch -glob [string tolower [HTTP::uri]] {
/images* { pool pool_images } default { DEFAULT POOL pool pool_website } } } Are there other factors that I should be considering? Is this behavior correct?
Thanks.
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