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_26973May 19, 2015
Cirrus
This change was introduced in 11.x.x version. you old box version might be of 10.x.x or 9 - N__197982May 20, 2015
Nimbostratus
Other than iRules how else can we achieve the SNAT feature? - Emad_26973May 21, 2015
Cirrus
This Can be done by Using Automap in SNAT list. Go to Local Traffic ›› Address Translation >> SNAT List ›› New SNAT... Set Translation: to automap and then in Origin select Address List. there you can provide IP address or network part.
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