Forum Discussion
jan_de_wachter_
Nimbostratus
Feb 25, 2014How assign a non-default persistence profile in an irule?
We are using a virtual server for HTTP.
We do selection of pool based on HOST using irule. If sicky persistence is needed we set the persistence to source-addr.
Now we would like to set mir...
Vitaliy_Savrans
Nacreous
Feb 25, 2014when HTTP_REQUEST {
if { [HTTP::uri] equals "/admin" } {
pool your_pool
persit source_add_mirroring 0
} } elseif {[IP::client_addr] equals "192.168.5.43" } {
pool your_pool
pesist source_add 0
} else {
pool 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