Changes an incoming CoS value to another value before sending the packet out.
The incoming CoS value that will be mapped to another value. The valid values are 0-7.
Indicates that the incoming CoS will be mapped to another value. The CoS value to be applied to the outgoing packet. The valid values are 0-7.
QoS to CoS Mutation Map mode.
None
SLX 9740 and Extreme 8820
This example configures the mapping of 3 incoming CoS values to different ones.
SLX# configure terminal SLX (config)# qos map cos-mutation test-map SLX (cos-mutation-test-cos-mut-map-1)# map cos 1 to cos 3 SLX (cos-mutation-test-cos-mut-map-1)# map cos 2 to cos 1 SLX (cos-mutation-test-cos-mut-map-1)# map cos 3 to cos 0 SLX (cos-mutation-test-cos-mut-map-1)# exit SLX (config)#
This example disables a configured CoS mutation mapping.
SLX# configure terminal SLX (config)# qos map cos-mutation test-cos-mut-map-1 SLX (cos-mutation-test-cos-mut-map-1)# no map cos 3 SLX (cos-mutation-test-cos-mut-map-1)# exit SLX (config)#