F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

Forum Discussion

Darrin_20019's avatar
Darrin_20019
Icon for Nimbostratus rankNimbostratus
Jul 26, 2016

iRule for GTM Unable to find value_list when applied

I have the following iRule but when I try to apply it to a wide IP I get an error (bottom)

 

when DNS_REQUEST { if {[class match [IP::remote_addr] equals 10.64.144.32/32]} { pool WEBPROXY_SENTRY_POOL_2 } elseif {[class match [IP::remote_addr] equals 10.64.146.32/32]} { pool WEBPROXY_SENTRY_POOL_3 } else { pool WEBPROXY_SENTRY_POOL_1 } }

 

01070151:3: Rule [/Common/Proxy] error: Unable to find value_list (10.64.144.32/32) referenced at line 2: [class match [IP::remote_addr] equals 10.64.144.32/32]

 

1 Reply

  • don't use Class Match ..... if {[IP::addr [IP::remote_addr] equals 10.10.10.10]}