36-70
Cisco Catalyst Blade Switch 3130 and 3032 for Dell Software Configuration Guide
OL-12247-04
Chapter 36 Configuring QoS
Configuring Standard QoS
Configuring the Policed-DSCP Map
You use the policed-DSCP map to mark down a DSCP value to a new value as the result of a policing
and marking action.
The default policed-DSCP map is a null map, which maps an incoming DSCP value to the same DSCP
value.
Beginning in privileged EXEC mode, follow these steps to modify the policed-DSCP map. This
procedure is optional.
To return to the default map, use the
no mls qos policed-dscp
global configuration command.
This example shows how to map DSCP 50 to 57 to a marked-down DSCP value of 0:
Switch(config)#
mls qos map policed-dscp 50 51 52 53 54 55 56 57 to 0
Switch(config)#
end
Switch#
show mls qos maps policed-dscp
Policed-dscp map:
d1 : d2 0 1 2 3 4 5 6 7 8 9
---------------------------------------
0 : 00 01 02 03 04 05 06 07 08 09
1 : 10 11 12 13 14 15 16 17 18 19
2 : 20 21 22 23 24 25 26 27 28 29
3 : 30 31 32 33 34 35 36 37 38 39
4 : 40 41 42 43 44 45 46 47 48 49
5 : 00 00 00 00 00 00 00 00 58 59
6 : 60 61 62 63
Note
In this policed-DSCP map, the marked-down DSCP values are shown in the body of the matrix. The d1
column specifies the most-significant digit of the original DSCP; the d2 row specifies the
least-significant digit of the original DSCP. The intersection of the d1 and d2 values provides the
marked-down value. For example, an original DSCP value of 53 corresponds to a marked-down DSCP
value of 0.
Command
Purpose
Step 1
configure terminal
Enter global configuration mode.
Step 2
mls qos map policed-dscp
dscp-list
to
mark-down-dscp
Modify the policed-DSCP map.
•
For
dscp-list
, enter up to eight DSCP values separated by spaces.
Then enter the
to
keyword.
•
For
mark-down-dscp
, enter the corresponding policed (marked down)
DSCP value.
Step 3
end
Return to privileged EXEC mode.
Step 4
show mls qos maps policed-dscp
Verify your entries.
Step 5
copy running-config startup-config
(Optional) Save your entries in the configuration file.