Forum Discussion
Lloyd_Bare
Nimbostratus
Nov 02, 2016Persistence Question
We have just migrated from Cisco's ACE to F5's LTM platform.
We have a VIP that is primarily hit by two different Source IP's. I need persistence and ideally want to spread the load. On ACE...
Greg_Labelle
Nimbostratus
Nov 02, 2016Try this irule as part of a Universal persistence profile. I use it when I have a similar situation to make the persistence based on both the source address and source port of the request.
when CLIENT_ACCEPTED {
set client_ip_port "[IP::client_addr]:[TCP::client_port]"
persist uie $client_ip_port
}
when SERVER_CONNECTED {
persist add uie $client_ip_port 3600
}
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