HP Traffic Director sa7220 User Manual

Page 138

Advertising
background image

C H A P T E R 4

HP Traffic Director Server Appliances User Guide

126

Expression

Evaluation

dst host <host>

True if the IP destination field of the packet is <host>

src host <host>

True if the IP source field of the packet is <host>

host <host>

True if either the IP source or destination field of the packet is
<host>

ether dst <ehost>

True if the ethernet destination address is <ehost>

ether src <ehost>

True if the ethernet source address is <ehost>

ether host <ehost>

True if either the ethernet source or destination address is <ehost>

gateway <host>

True if the packet used <host> as a gateway

dst net <net>

True if the IP destination address of the packet has a network
number of <net>

src net <net>

True if the IP source address of the packet has a network number
of <net>

net <net>

True if the IP source or destination address of the packet has a
network number of <net>

net <net> mask <mask>

True if the IP address matches <net> with the specific netmask

net <net>/<len>

True if the IP address matches <net> a netmask <len> bits wide

dst port <port>

True if the packet is IP/TCP and has a destination port value of
<port>

src port <port>

True if the packet has a source port value of <port>

port <port>

True if either the source port value or destination port has a value
of <port>

ip proto <protocol>

True if the packet is an ip packet of protocol type <protocol>,
where <protocol> can be "ICMP" or "TCP"

ether broadcast

True if the packet is an ethernet broadcast packet

ip broadcast

True if the packet is an IP broadcast packet

Advertising