Forum Discussion

N__197982's avatar
N__197982
Icon for Nimbostratus rankNimbostratus
May 19, 2015
Solved

Working 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...
  • Emad_26973's avatar
    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 
    }
    }