Follow these steps to configure a QoS mutation map.
Different kinds of mutations can be used depending on the command. For complete information, refer to relevant Command Reference guide. The available commands are cos-mutation, cos-traffic-class, dscp-cos, dscp-mutation, and dscp-traffic-class.
device# configure terminal
device(config)# policy-map policyMap1
device(config-policymap)# class default
device(config-policyclass)# map dscp-cos all-zero-map
device(config-policyclass)# end
device# show run policy-map policy-map policyMap1 class default map dscp-cos all-zero-map !
device# copy running-config startup-config
device# configure terminal device(config)# policy-map policyMap1 device(config-policymap)# class default device(config-policyclass)# map dscp-cos all-zero-map device(config-policyclass)# end device# show run policy-map device# copy running-config startup-config