Forum Discussion
Krys_Frankiewic
Nimbostratus
Mar 20, 2015L7 load balancing by content
We are migrating from cisco ACE. In Ace we specify class-map to use L7 load balancing as follow: class-map type http loadbalance match-all L7- 2 match http url /XDSOAPRouter/is/* class-map type http ...
Krys_Frankiewic
Nimbostratus
Apr 08, 2015Hi Janek, I implemented following iRule but all HTTP requests are going to the default pool SYSLOG3_pool which is set under Virtual Services Resources. How to make sure that iRule has a priority over the default pool?
when HTTP_REQUEST {
if { [HTTP::path] starts_with "/XDSOAPRouter/8t" } { pool SYSLOG_pool } if { [HTTP::path] starts_with "/XDSOAPRouter/cx" } { pool SYSLOG1_pool } if { [HTTP::path] starts_with "/XDSOAPRouter/is*" } { pool SYSLOG3_pool } }
MallariYap_1963
Nimbostratus
Apr 08, 2015thanks for this!
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