ADC Advanced Policy Expressions

IP_ADDRESS_PAIR_T

Provides operations for IP address pair. Takes pair of port (src,dest) as

input.

This topic lists the expressions that are provided by this class.

EQ(ip_address_ati)

Returns Boolean TRUE if either source IP or Destination IP is same as the

argument. Example : CONNECTION.IP.EQ(127.0.0.1)

Parameters(expressions not allowed):

i -

                        IP Address

Returns: bool_at

NE(ip_address_ati)

Returns Boolean TRUE if neither source IP nor Destination IP is same as the

argument. Example : CONNECTION.IP.NE(127.0.0.1)

Parameters(expressions not allowed):

i -

                        IP Address

Returns: bool_at

IP_ADDRESS_PAIR_T

In this article