Follow these steps to configure QoS traffic class-to-CoS mutation map.
device# configure terminal
device(config)# qos map traffic-class-cos CoSMap 1 1 2 3 4 4 4 3
device(config)# exit
device# show qos maps traffic-class-cos  
Traffic Class-to-Cos Mutation map 'CoSMap'
   TrafficClass: 0  1  2  3  4  5  6  7
   ------------------------------------
        Out-Cos: 1  1  2  3  4  4  4  3
   Enabled on the following interfaces:  
 
		  device# copy running-config startup-config
device# configure terminal device(config)# qos map traffic-class-cos CoSMap 1 1 2 3 4 4 4 3 device(config)# exit device# show qos maps traffic-class-cos device# copy running-config startup-config