Forum Discussion
Josh_05_148625
Nimbostratus
Mar 31, 2014iRule for SNAT
Dears
I migrate an iRule from 10.2.0(LTM1600) to 11.4.1(4500) but it does not work.
It will be applied to a virtual server
Please help to debug
Thanks
timing on
when CLIENT_ACCEPTED {
if { [matc...
nathe
Cirrocumulus
Mar 31, 2014Josh,
matchclass has been deprecated since v10 so you should use class match. Try this instead.
N
when CLIENT_ACCEPTED {
if { [class match [IP::client_addr] equals "SNAT_IP" ] } {
snatpool SNATPool_Internal }
}
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