Match dscp – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 1015

QoS Commands
Software Reference for x310 Series Switches
C613-50046-01 REV A
AlliedWare Plus
TM
Operating System - Version 5.4.4C
39.9
match dscp
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 IP DSCP 56, use the
commands:
To remove a previously defined DSCP from a class-map named cmap1, use the commands:
Related Commands
Parameter
Description
<0-63>
Specify DSCP value (only one value can be selected).
awplus#
configure terminal
awplus(config)#
class-map cmap1
awplus(config-cmap)#
match dscp 56
awplus#
configure terminal
awplus(config)#
class-map cmap1
awplus(config-cmap)#
no match dscp