map cos to cos

Changes an incoming CoS value to another value before sending the packet out.

Syntax

map cos in-cos-value to cos out-cos-value
no map cos in-cos-value

Parameters

cos in-cos-value

The incoming CoS value that will be mapped to another value. The valid values are 0-7.

to cos out-cos-value

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.

Modes

QoS to CoS Mutation Map mode.

Usage Guidelines

None

Supported In

SLX 9740 and Extreme 8820

Examples

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)# 

Related Commands