Defines the QoS MPLS EXP-to-DSCP or EXP-to-traffic class mutation mapping.
Exp : 0 1 2 3 4 5 6 7 --------- -------------------------------- Dscp : 0 8 16 24 32 40 48 56
Exp : 0 1 2 3 4 5 6 7 ---------------- ------------------------- traffic-class : 0 1 2 3 4 5 6 7 drop-precedence : 0 0 0 0 0 0 0 0
QoS MPLS map EXP-DSCP and EXP-traffic-class configuration mode
After configuring the mutation mapping, you can apply the map globally.
Use the no form of this command to reset the default mapping.
The following example is an MPLS QoS EXP-to-DSCP mutation map configuration.
device# configure terminal device(config)# qos-mpls map exp-dscp expDscpMap device(exp-dscp-expDscpMap)# exp 0 to dscp 7 device(exp-dscp-expDscpMap)# exp 1 to dscp 23 device(exp-dscp-expDscpMap)# exp 3 to dscp 31
The following example is an MPLS QoS EXP-to-traffic class mutation map configuration.
device# configure terminal device(config)# qos-mpls map exp-traffic-class expTcMap device(exp-traffic-class-expTcMap)# exp 0 to traffic-class 7 drop-precedence 0