Forum Discussion
haripriya_20011
Nimbostratus
Aug 14, 2015static sticky entry using source address persistence
All the traffic from a particular source IP ,always need to go a specific backend server.How can i acheive that on F5.
On cisco we have can configure using static sticky entry .Need some assista...
Christophe_Lem2
Cirrus
Aug 14, 2015Then you'll have to use an iRule similar to this:
when CLIENT_ACCEPTED {
if { [IP::client_addr] == "192.168.10.5" } {
pool my_Pool member 10.1.2.200 80
}
}
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