User Manual

Table Of Contents
NETGEAR M4500 Series Switches CLI Command Reference Manual 519
The ip dscp, ip precedence, and ip tos match conditions are alternative ways to specify a match criterion
for the same Service Type field in the IP header, but with a slightly different user notation.
In essence, this the “free form” version of the IP DSCP/Precedence/TOS match specification in that the user has
complete control of specifying which bits of the IP Service Type field are checked.Default None
Mode Class-Map Config
5.20.2.16. match protocol
This command adds to the specified class definition a match condition based on the value of the IP Protocol field
in a packet using a single keyword notation or a numeric value notation.
Format match protocol {<protocol-name> | <0-255>}
This command does not validate the protocol number value against the current list defined by
IANA.Default None
Mode Class-Map Config / Ipv6-Class-Map Config
5.20.2.17. match source-address mac
This command adds to the specified class definition a match condition based on the source MAC address of a
packet. The <address> parameter is any layer 2 MAC address formatted as six, two-digit hexadecimal numbers
separated by colons (e.g., 00:11:22:dd:ee:ff). The <macmask> parameter is a layer 2 MAC address bit mask,
which may not be contiguous, and is formatted as six, two-digit hexadecimal numbers separated by colons (e.g.,
ff:07:23:ff:fe:dc).
Format match source-address mac <address> <macmask>
i
i
IP TOS value having bits 7 and 5 set and bit 1 clear, where bit 7 is most
significant, use a <tosbits> value of a0 (hex) and a <tosmask> of a2 (hex).
Parameter
Description
<protocol-name>
One of the supported protocol name keywords . The currently supported
values are: icmp, igmp, ip, tcp, udp. Note that a value of ip is interpreted to
match all protocol number values.
<0-255>
To specify the match condition using a numeric value notation, the protocol
number is a standard value assigned by IANA and is interpreted as an integer
from 0 to 255.