HP Traffic Director sa7220 User Manual
Page 162

C H A P T E R 5
HP Traffic Director Server Appliances User Guide
150
trace (continued)
•
-x
Output each packet in hex.
•
-X
Output each packet in hex and ASCII.
The
has the same format as a "tcpdump"
expression: If no
is given all packets on the net
will be output.
primitives (listed below) can be
combined using parentheses and '!' or 'not', '&&' or 'and', and '||' or
'or.'
The
primitives are listed below:
•
dst host
: true if the IP destination field of the
packet is
.
•
src host
: true if the IP source field of the packet
is
.
•
host
: true if either the IP source or destination
field of the packet is
.
•
ether dst
: true if the ethernet destination
address is
.
•
ether src
: true if the ethernet source address is
.
•
ether host
: true if either the ethernet source or
destination address is
.
•
gateway
: true if the packet used
as a
gateway.
•
dst net
: true if the IP destination address of the
packet has a network number of
.
•
src net
: true if the IP source address of the packet
has a network number of
.
•
net
: true if the IP source or destination address of
the packet has a network number of
.
•
net
: true if the IP address matches
with the specific netmask
•
net
: true if the IP address matches
a
netmask
bits wide.
•
dst port
: true if the packet is ip/tcp or ip/udp
and has a destination port value of
.
•
src port
: true if the packet has a source port
value of
.
•
port
: true if either the source port value or
destination port has a value of
.
Command
Description