Forum Discussion
Hank_Maurer_105
Nimbostratus
Jun 21, 2005Expression Persistence
I would like to use expression persistence or a rule to send traffic to a specific server in a pool. We have a wireless device application that will connect you up to a server in a pool behind a vip, and then put the ip address of that server in the uri. I was hoping to base the persistence off of that ip address in the uri. The pool has 8 servers in it. I am not sure how to do this? Can you please help me?
Thanks,
Hank
5 Replies
Sort By
- Scott_Tennican_Historic F5 AccountThe simplest way to accomplish this is using the pool select attribute.
pool webpool { select node(findstr(http_uri, "?", 1) + ":80") persist_timeout 60 member 10.4.4.3:http member 10.4.4.101:http }
- Hank_Maurer_105
Nimbostratus
Thanks! - Scott_Tennican_Historic F5 AccountSorry to be confusing.
- Hank_Maurer_105
Nimbostratus
Gumby, - Martin_MachacekHistoric F5 AccountHank,
b pool WIRELESSDEV-80 { select 'node(findstr(http_uri, "bigip=", 6) + ":80")' member 163.231.95.94:http ember 163.231.102.154:http }
node(findstr(http_uri, "bigip=", 6) + ":80"
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