Configure an MPLS QoS DSCP-to-EXP Mutation Map

You can configure an MPLS QoS DSCP-to-EXP mutation map.

About this task

This configuration is not supported on SLX 9150 devices.

Procedure

  1. Enter global configuration mode.
    device# configure terminal
    
  2. Create and name an MPLS QoS DSCP-to-EXP mutation map.
    device(config)# qos-mpls map dscp-exp dscpExpMap
    
  3. Define the DSCP-to-EXP values.
    device(dscp-exp-dscpExpMap)# dscp 0 to exp 7 
    device(dscp-exp-dscpExpMap)# dscp 3 to exp 4
    device(dscp-exp-dscpExpMap)# dscp 61 to exp 5 
    device(dscp-exp-dscpExpMap)# end
    
  4. Verify the configuration.
    device# show qos-mpls maps dscp-exp dscpExpMap
    
    dscp-exp map 'dscpExpMap'(dscp= d1d2)
    d1 :  d2 0  1  2  3  4  5  6  7  8  9
    -------------------------------------
     0 :    00 00 00 00 00 00 00 00 01 01
     1 :    01 01 01 01 01 01 02 02 02 02
     2 :    02 02 02 02 03 03 03 03 03 03
     3 :    03 03 04 04 04 04 04 04 04 04
     4 :    05 05 05 05 05 05 05 05 06 06
     5 :    06 06 06 06 06 06 07 07 07 07
     6 :    07 07 07 07
       Enabled on the following slots:
    
  5. Save the running-config file to the startup-config file.
    device# copy running-config startup-config
    

Example

This example summarizes the commands in this procedure.

device# configure terminal
device(config)# qos-mpls map dscp-exp dscpExpMap
device(dscp-exp-dscpExpMap)# dscp 0 to exp 7 
device(dscp-exp-dscpExpMap)# dscp 3 to exp 4
device(dscp-exp-dscpExpMap)# dscp 61 to exp 5 
device(dscp-exp-dscpExpMap)# end
device# show qos maps dscp-exp dscpExpMap
device# copy running-config startup-config