qos trust dscp

Enables Trust DSCP for Layer 2 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.

Examples

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

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