Forum Discussion
Macaron
Nimbostratus
Nov 27, 2017iRule for no src persistance on one port else src persistence for rest of the ports
Hi guys, I have the following iRule configured to allow multiple ports on a single VIP. I need to modify this iRule so that for port 443 no source persistence and else all the remaining ports source ...
Kevin_Davies
Nacreous
Nov 27, 2017See how this works for you. The - after 22 means use the action attached to the next condition.
when CLIENT_ACCEPTED {
switch [TCP::local_port] {
22 -
8000 {}
443 { persist none }
default { drop }
}
}
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