C613-50100-01 REV C Command Reference for x930 Series 2000
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
QOS COMMANDS
MATCH
DSCP
match dscp
Overview Use this command to define the DSCP to match against incoming packets.
Use the no variant of this command to remove a previously defined DSCP.
Syntax
match dscp <0-63>
no match dscp
Mode Class Map Configuration
Usage Use the match dscp command to define the match criterion after creating a
class-map.
Examples To configure a class-map named cmap1 with criterion that matches DSCP 56, use
the commands:
awplus# configure terminal
awplus(config)# class-map cmap1
awplus(config-cmap)# match dscp 56
To remove a previously defined DSCP from a class-map named cmap1, use the
commands:
awplus# configure terminal
awplus(config)# class-map cmap1
awplus(config-cmap)# no match dscp
Related
Commands
class-map
Parameter Description
<0-63> Specify DSCP value (only one value can be specified).