
- 368 -
7.21.2.11 match ethertype
This command adds to the specified class definition a match condition based on the value of the
ethertype. The <ethertype> value is spe cified as one of the following keyword s: appletalk, arp, ibmsna,
ipv4, ipv6, ipx, mplsmcast, mplsucast, netbios, novell, pppoe, rarp or as a custom ethertype value in
the range of 0x0600-0xFFFF.
i
This command is not available on the Broad com 5630x platform.
Syntax
match ethertype {<keyword> | <0x0600-0xFFFF>}
<keyword> - Specifies appletalk, arp, ibmsna, ipv4, ipv6, ipx, mplsmcast etc
<0x0600-0xFFFF> - Sp ecifies ethertype value.
Default Setting
None
Command Mode
Class-Map Config
7.21.2.12 match ip dscp
This command adds to the specified class definition a match condition based on the value of the IP
DiffServ Code Point (DSCP) field in a packet, which is defined as the high-orde r six bits of the Service
Type octet in the IP header (the low-order two bits are not checked).
Syntax
match ip dscp <value>
<dscpval> - value is specif ied as either an integer from 0 to 63, or symbolically through one o f the
following keywords: af11, af12, af13, af21, af22, af23, af31, af32, af33, af41, af42, af43, be, cs0, cs1,
cs2, cs3, cs4, cs5, cs6, cs7, ef.
i
The ip dscp, ip precedence, and ip tos match conditions are alternative ways to specify a
match criterion for the same Service Typ e field in the IP heade r, but with a slightly different
user notation.
To specify a match on all DSCP values, use the match [not] ip tos <tosbits> <tosmask>
command with <tosbits> set to 0 and <tosmask> set to 03 (hex).
Default Setting