Setup Guide

Dell(conf)#interface tengigabitethernet 1/2
Dell(conf-if)#switchport
Dell(conf-if)#dot1p-priority 1
Dell(conf-if)#end
Dell#
Honoring dot1p Priorities on Ingress Trac
By default, the system does not honor dot1p priorities on ingress trac.
You can congure this feature on physical interfaces and port-channels, but you cannot congure it on individual interfaces in a port
channel.
You can congure service-class dynamic dot1p from CONFIGURATION mode, which applies the conguration to all interfaces. A
CONFIGURATION mode service-class dynamic dot1p entry supersedes any INTERFACE entries. For more information, refer to Mapping
dot1p Values to Service Queues.
NOTE: You cannot congure service-policy input and service-class dynamic dot1p on the same interface.
Honor dot1p priorities on ingress trac.
INTERFACE mode
service-class dynamic dot1p
Example of Conguring an Interface to Honor dot1p Priorities on Ingress Trac
Dell#config t
Dell(conf)#interface tengigabitethernet 1/2
Dell(conf-if)#service-class dynamic dot1p
Dell(conf-if)#end
Dell#
Priority-Tagged Frames on the Default VLAN
VLAN Priority-tagged frames are 802.1Q tagged frames with (default) VLAN ID 0. For VLAN classication, these packets are treated as
untagged. However, the dot1p value is still honored when you congure service-class dynamic dot1p or trust dot1p.
When priority-tagged frames ingress an untagged port or hybrid port, the frames are classied to the default VLAN of the port and to a
queue according to their dot1p priority if you congure service-class dynamic dotp or trust dot1p. When priority-tagged
frames ingress a tagged port, the frames are dropped because, for a tagged port, the default VLAN is 0.
Dell Networking OS Behavior: Hybrid ports can receive untagged, tagged, and priority tagged frames. The rate metering calculation might
be inaccurate for untagged ports because an internal assumption is made that all frames are treated as tagged. Internally, the ASIC adds a
4-bytes tag to received untagged frames. Though these 4-bytes are not part of the untagged frame received on the wire, they are included
in the rate metering calculation resulting in metering inaccuracy.
Conguring Port-Based Rate Policing
If the interface is a member of a VLAN, you may specify the VLAN for which ingress packets are policed.
Rate policing ingress trac on an interface.
INTERFACE mode
rate police
Quality of Service (QoS)
845