Forum Discussion
Teff
Nimbostratus
Apr 20, 2018Match Across Services irule on wildcard VS
Good afternoon,
I have been digging through the forums trying to find more examples of an irule that can match across services with a VS/Pool using */0. I need to match 4 ports, the customer does n...
Teff
Nimbostratus
Apr 20, 2018I forgot the else portion, but I'm unsure this would actually match across ports. The incoming client should be directed to the same pool member regardless. Does a sticky persistence setting on the pool do this even when wildcard? Maybe I'm making it too complicated.
when CLIENT_ACCEPTED { if { [TCP::local_port] >= 18620 and [TCP::local_port] <= 18623 } { persist sticky [1800] use pool my_pool
}
else {
pool my_pool
}
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