3.27.8 QoS DSCP Translation Configuration

Use this command to configure the basic QoS DSCP Translation settings for all switches. DSCP translation can be done in Ingress or Egress.

Command Syntax:

qos map dscp-ingress-translation { <dscp_num> | { be | af11 | af12 | af13 | af21 | af22 | af23 | af31 | af32 | af33 | af41 | af42 | af43 | cs1 | cs2 | cs3 | cs4 | cs5 | cs6 | cs7 | ef | va } } to { <dscp_num_tr> | { be | af11 | af12 | af13 | af21 | af22 | af23 | af31 | af32 | af33 | af41 | af42 | af43 | cs1 | cs2 | cs3 | cs4 | cs5 | cs6 | cs7 | ef | va } }
qos map dscp-classify { <dscp_num> | { be | af11 | af12 | af13 | af21 | af22 | af23 | af31 | af32 | af33 | af41 | af42 | af43 | cs1 | cs2 | cs3 | cs4 | cs5 | cs6 | cs7 | ef | va } }
qos map dscp-egress-translation { <dscp_num> | { be | af11 | af12 | af13 | af21 | af22 | af23 | af31 | af32 | af33 | af41 | af42 | af43 | cs1 | cs2 | cs3 | cs4 | cs5 | cs6 | cs7 | ef | va } } <dpl> to { <dscp_num_tr> | { be | af11 | af12 | af13 | af21 | af22 | af23 | af31 | af32 | af33 | af41 | af42 | af43 | cs1 | cs2 | cs3 | cs4 | cs5 | cs6 | cs7 | ef | va } }
Table 3-115. Command Description

Argument

Description

Parameter

<dscp_num>

Specific DSCP or range. Maximum number of supported DSCP values are 64.

<dscp_num_tr>

DSCP can be translated to any of the (0–63) DSCP values.

<dpl>

Drop Precedence Level can be either level 0 or 1.

Default

N.A

Mode

Global Configuration mode

Usage

Configure QoS DSCP Translation. To remove the translation, use the ‘no’ version of the command.

Example

Example 1:

Configure DSCP 8 (CS1) translation to 10 (AF11) and enable classification at Ingress side.

(config)# qos map dscp-ingress translation cs1 to af11
(config)# qos map dscp-classify 8