Owners manual

DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
476
DSCP-LIST
Specifies the list of DSCP code point to be mapped to a color. The
range is from 0 to 63. The multiple DSCP values in the list can be in
the form separated by commas or a range list.
Default
There is no mapping. All DSCP code points are mapped to green color.
Command Mode
Interface Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
This command is used to define the DSCP to color map for the mapping of a packet’s initial color.
Example
This example shows how to define DSCP 61 to 63 as the yellow color and any other IP packet is
initialized with the green color at eth3/0/1.
Switch# configure terminal
Switch(config)# interface eth3/0/1
Switch(config-if)# mls qos map dscp-color 61-63 to yellow
Switch(config-if)#
53-9 mls qos map dscp-cos
This command is used to define a Differentiated Services Code Point (DSCP)-to-class of service (CoS)
map. To return to the default setting, use the no form of this command.
mls qos map dscp-cos DSCP-LIST to COS-VALUE
no mls qos map dscp-cos DSCP-LIST
Parameters
dscp-cos DSCP-LIST to
COST-VALUE
Specifies the list of DSCP code points to be mapped to a CoS value.
The range is from 0 to 63. The series of DSCPs can be separated by
commas (,) or hyphens (-) with no spaces or hyphens before and after.
DSCP-LIST
Specifies the range of DSCP values.
Default
CoS Value: 0 1 2 3 4 5 6 7
DSCP Value: 0-7 8-15 16-23 24-31 32-39 40-47 48-55 56-63
Command Mode
Interface Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline