Match dscp, Match dscp 7 – Allied Telesis AT-8100 Series User Manual
Page 1717

AT-8100 Switch Command Line User’s Guide
1717
MATCH DSCP
Syntax
match dscp <
0-63
>
Parameters
0-63
Specifies the DSCP value with 0 as the lowest value and 63 as the
highest value.
Mode
Class Map mode
Description
Use this command to add the specified DSCP value as a matching criteria
to a class map for the purpose of matching incoming packets.
Use the no form of this command, NO MATCH DSCP, to remove the
DSCP value from a class map.
Confirmation Command
“SHOW RUNNING-CONFIG” on page 170
Examples
The following example creates a class map, called “cmap1,” that matches
ingress traffic with a DSCP value of 56:
awplus> enable
awplus# configure terminal
awplus(config)# class-map cmap1
awplus(config-cmap)# match dscp 56
The following example removes the DSCP value from class map “cmap1:”
awplus> enable
awplus# configure terminal
awplus(config)# class-map cmap1
awplus(config-cmap)# no match dscp