Match dscp 5, Match dscp – Allied Telesis AT-FS970M Series User Manual
Page 1695

AT-FS970M Switch Command Line User’s Guide
1695
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 166
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