DXS-1210 Series Smart Managed Switch CLI Reference Guide
265
Parameters
dscp-cos DSCP-LIST to COS-
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
The DSCP to CoS map is used by a DSCP trust port to map a DSCP value to an internal CoS value.
In turn this CoS value is then mapped to the CoS queue based on the CoS to queue map configured
by the priority-queue cos-map command.
Example
This example shows how to configure the DSCP to CoS map for mapping DSCP 12, 16, and 18 to
CoS 1 for eth2/0/6.
Switch# configure terminal
Switch(config)#interface eth 1/0/6
Switch(config-if)# mls qos map dscp-cos 12,16,18 to 1
Switch(config-if)#
34-3
mls qos scheduler
This command is used to configure the scheduling mechanism. Use the no form of this command to
reset the packet scheduling mechanism to the default.
mls qos scheduler {sp | rr | wrr | wdrr}
no mls qos scheduler
Parameters
sp
Specifies that all queues are in strict priority scheduling.
rr
Specifies that all queues are in round-robin scheduling.
wrr
Specifies the queues in the frame count weighted round-robin
scheduling. If the weight of a queue be configured to zero, the queue
is in the SP scheduling mode.
wdrr
Specifies the queues of all ports in the frame length (quantum)
weighted deficit round-robin scheduling. If the weight of a queue be
configured to zero, the queue is in the SP scheduling mode.
Default
The default queue scheduling algorithm is WRR.
Command Mode
Interface Configuration Mode.