Forum Discussion
jcarlson_45169
Nimbostratus
Aug 28, 2007Persistence at the Pool Level
I'm currently migrating from 4.6.X to 9.x. I've run into an issue with the way the 9.x Environment handles Persistence. In 4.X persistence was maintainable on the Pool Level. It appears in 9.X persi...
hoolio
Cirrostratus
Aug 28, 2007You can specify a different persistence profile in each condition in the rule, along with the pool.
when HTTP_REQUEST {
if {[string tolower [HTTP::host]] starts_with "81aarp"}{
pool wl81prod-aarp
persist source_addr 255.255.255.0 300
} elseif {[string tolower [HTTP::host]] starts_with "aarp-crm"}{
pool wl81prod-aarp1
persist none
} else {
take some default action
}
}Check this post (Click here)
and the wiki page for the persist command (Click here) for more info.
Aaron
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
