Configuring a CoS Mutation map on SLX 9740 and Extreme 8820

Note

Note

The following steps are only applicable to SLX 9740 and Extreme 8820.

To create a CoS Mutation map:

  1. Navigate to the Global Configuration Mode.
    SLX# configure terminal
    SLX (config)# 
  2. Create the CoS Mutation map.
    SLX (config)# qos map cos-mutation test-cos-mut-map-1
    SLX (cos-mutation-test-cos-mut-map-1)#
    After this command is executed, the context shifts to the newly created CoS Mutation map context.
  3. Create the mapping entries as required.
    SLX (cos-mutation-test-cos-mut-map-1)# map cos 1 to cos 0
    SLX (cos-mutation-test-cos-mut-map-1)# 
    Execute this command as many times are required to add the mapping entries.
  4. Exit out of the CoS Mutation map mode.
    SLX (cos-mutation-test-cos-mut-map-1)# exit
    SLX (config)# 
    The new CoS Mutation map is created and is ready for use.

This is the consolidation of the above steps.

SLX# SLX# configure terminal
SLX (config)# qos map cos-mutation test-cos-mut-map-1
SLX (cos-mutation-test-cos-mut-map-1)# 
SLX (cos-mutation-test-cos-mut-map-1)# map cos 1 to cos 0
SLX (cos-mutation-test-cos-mut-map-1)# map cos 2 to cos 5
SLX (cos-mutation-test-cos-mut-map-1)# map cos 3 to cos 1
SLX (cos-mutation-test-cos-mut-map-1)# exit
SLX (config)# exit
SLX#