qos remark dscp

Enables Remark DSCP for physical and Port Channel interfaces.

Syntax

[no] qos remark dscp

Modes

Interface Configuration Mode

Usage Guidelines

Interface must be configured as switchport to enable remark DSCP.

The no form of the command disables remark DSCP on the interface.

This feature is supported on SLX 9150, SLX 9250, Extreme 8720, and Extreme 8520 devices.

Examples

The following example enables Remark DSCP on an ethernet interface.

NH3(conf-if-eth-0/4)# qos remark dscp
NH3# show run int eth 0/4
interface Ethernet 0/4 
switchport switchport mode access 
switchport access vlan 1 
qos remark dscp 
no shutdown 
!