DGS-6604 m qos dscp-mutation
CLI Reference Guide
510
qos dscp-mutation
To attach an ingress differentiated-services-code-point (DSCP) mutation map to
the interface, use the qos dscp-mutation command in interface configuration
mode. To remove the ingress DSCP mutation map from the interface, use the no
form of this command.
qos dscp-mutation DSCP-MUTATION-TABLE-NAME
no qos dscp-mutation DSCP-MUTATION-TABLE-NAME
Default Not configured
Command Mode Interface configuration
Usage Guideline Only Physical port interfaces are supported, port channel interface and vlan
interface are not valid for this command.
Use this command to attach an ingress DSCP mutation table to a physical port
interface. Use the “qos map dscp-mutation” on page 514 to configure an
ingress DSCP mutation table.
The ingress DSCP mutation will mutate the DSCP value right after the packet is
received by the physical port interface.
Example This example shows how to map DSCP 30 to mutated DSCP value 8 and then
attach the ingress-DSCP mutation map named mutemap1 to eth 3.1:
Verify the settings by entering the show qos interface command.
Syntax Description
DSCP-MUTATION-
TABLE-NAME
Name of the DSCP mutation table. The string of the name is up to 32 characters
and no spaces are allowed.
Switch(config)#qos map dscp-mutation mutemap1 30 to 8
Switch(config)#interface eth 3.1
Switch(config-if)#qos dscp-mutation mutemap1
Switch(config-if)#end