C613-50057-01 REV A
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
955
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
Q
O
S C
OMMANDS
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).