Follow these steps to apply a QoS traffic class-to-CoS mutation map to an egress interface.
A QoS traffic class-to-CoS mutation map has been configured.
device# configure terminal
device(config)# interface ethernet 2/2
device(conf-if-eth-2/2)# qos traffic-class-cos tcCoSMap
device(conf-if-eth-2/2)# end
device# show qos maps traffic-class-cos tcCoSMap [Note: CoS = Class of Service, TC = Traffic Class, DP = Drop Precedence] TC-to-CoS Map: tcCoSMap In-TC: 0 1 2 3 4 5 6 7 ------------------------------------- Out-CoS(DP=0): 0 1 2 3 4 2 6 7 Out-CoS(DP=1): 0 1 2 3 4 5 6 7 Out-CoS(DP=2): 0 1 1 3 4 2 6 7 Out-CoS(DP=3): 0 1 2 3 4 5 6 7 Enabled on the following interfaces: Eth 2/2
device# copy running-config startup-config
device# configure terminal device(config)# interface ethernet 2/2 device(conf-if-eth-2/2)# qos traffic-class-cos tcCoSMap device(conf-if-eth-2/2)# end device# show qos maps traffic-class-cos tcCoSMap device# copy running-config startup-config