Chapter 2 - Features set
User Manual
R5000 series - Web GUI
56
Primitives
Description
dst host
host
True if the IPv4 destination field of the packet is
host
, which
may be either an address or a name
src host
host
True if the IPv4 source field of the packet is
host
host
host
True if either the IPv4 source or destination of the packet
is host
Any of the above host expressions can be prefixed with the
keywords,
ip
,
ip6
,
arp
,
rarp
as in:
“ip host host”
This is equivalent to:
“ether proto \ip and host host”
ether dst
ehost
True if the Ethernet destination address is ehost
Ehost must have a numeric format: XX:XX:XX:XX:XX:XX
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
dst
net
net
True if the IPv4 destination address of the packet has a
network number of
net
src
net
net
True if the IPv4 source address of the packet has a
network number of
net
net
net
True if either the IPv4 source or destination address of the
packet has a network number of
net
net
net
mask
netmask
True if the IPv4 address matches net with the specific
netmask
. May be qualified with
src
or
dst
net
net/len
True if the IPv4 address matches net with a netmask
len
bits wide
May be qualified with
src
or
dst
dst
port
port
True if the packet is ip/tcp, ip/udp 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 or destination port of the packet is
port