qos trust dscp

Enables Trust DSCP for physical and Port Channel interfaces.

Syntax

[no] qos trust dscp

Modes

Interface Configuration Mode

Usage Guidelines

The interface must be configured as a switchport to enable Trust DSCP.

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

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

Examples

The following example enables Trust DSCP on the ethernet interface 0/4.

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