SUMMARY STEPS
1. configure terminal
2. mls qos map cos-dscp dscp1...dscp8
3. end
4. show mls qos maps cos-dscp
5. copy running-config startup-config
DETAILED STEPS
Command or Action
Step 1
configure terminal
Example:
Switch# configure terminal
Step 2
mls qos map cos-dscp dscp1...dscp8
Example:
Switch(config)# mls qos map
cos-dscp 10 15 20 25 30 35 40 45
Step 3
end
Example:
Switch(config)# end
Step 4
show mls qos maps cos-dscp
Example:
Switch# show mls qos maps cos-dscp
Step 5
copy running-config startup-config
Example:
Switch# copy-running-config
startup-config
Related Topics
Default CoS-to-DSCP Map, on page 568
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
Purpose
Enters the global configuration mode.
Modifies the CoS-to-DSCP map.
For dscp1...dscp8, enter eight DSCP values that correspond
to CoS values 0 to 7. Separate each DSCP value with a space.
The DSCP range is 0 to 63.
To return to the default map, use the no mls qos
Note
cos-dscp global configuration command.
Returns to privileged EXEC mode.
Verifies your entries.
(Optional) Saves your entries in the configuration file.
How to Configure QoS
605