Forum Discussion
Tony2020
Nimbostratus
Mar 24, 2017Error on LTM with getting IP from data group in an IRULE
Hi All,
Here is a few questions I have that someone may know of...
Please help with the TLC error below. Is there something wrong with the iRule where it's giving this error on the load bal...
Vijay_E
Cirrus
Mar 24, 2017Don't use quotes for the datagroup/class:
if { !([class match $CHECK_IP eq "DG-ALLOWED-IP-XFF"]) } {
should be:
if { !([class match $CHECK_IP eq DG-ALLOWED-IP-XFF]) } {
If the above doesn't work, try using catch:
if { !([catch {class match $CHECK_IP eq DG-ALLOWED-IP-XFF} ]) } {
For troubleshooting purposes use "log local0." statement in order to capture the incoming request value.
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