Forum Discussion
Kalpesh_48932
Nimbostratus
Jun 04, 2014how to use irule to customize use of persistence profile
Hello All,
I want to use irule to allocate persistence profile for some subnets and have to exclude some subnets.
can you please suggest how i can use switch command for this?
when CLI...
nitass
Employee
Jun 04, 2014it is going to be string comparison, so you do not need /32.
when CLIENT_ACCEPTED {
switch [IP::client_addr] {
"10.123.123.70" { persist source_addr }
"10.122.122.47" { persist none }
default { persist source_addr }
}
}
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