iRules IP Comparison Considerations with IP::addr Command
Anyone utilizing IP network comparisons in iRules is probably familiar with this syntax:
if { [IP::addr [IP::client_addr]/24 equals 10.10.20.0] } {
# Do this
}
In fact, there are several m...
Published Apr 01, 2011
Version 1.0JRahm
Admin
Joined January 20, 2005
JRahm
Admin
Joined January 20, 2005
Helena_101649
Jul 27, 2012Nimbostratus
¿sure this format. "[IP::addr [IP::remote_addr] equals 10.10.20.0/255.255.255.0]" works in v.10.2.1 HF3?
During migration I had an iRule with this format, and that didn't work until we change all IP address comparations to format "[IP::addr [IP::remote_addr]/24 equals 10.10.20.0]".