Forum Discussion
N__197982
Nimbostratus
May 18, 2015Working iRule does not have support in the new code version.
We recently moved to a new 7200 F5 box which is running on code version “BIG-IP 11.4.1 Build 637.0 Hotfix HF3”.
What we seen was the iRules associated with many of our VIP’s did not work as expe...
- May 19, 2015
This is due to syntax change for calling data group list. Dollar Sign is not required now.
Try this one.
when CLIENT_ACCEPTED { if { [class match [IP::client_addr] equals app_nodes]} { snat automap } }
Emad_26973
Cirrus
May 19, 2015This is due to syntax change for calling data group list. Dollar Sign is not required now.
Try this one.
when CLIENT_ACCEPTED {
if { [class match [IP::client_addr] equals app_nodes]}
{
snat automap
}
}
Emad_26973
Cirrus
May 19, 2015This change was introduced in 11.x.x version. you old box version might be of 10.x.x or 9
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