Administrator Guide

Sample configuration to mark non-ecn packets as “yellow” with Multiple traffic class
Sample configuration to mark non-ecn packets as “yellow” with single traffic class
Implementation Information
The Dell EMC Networking QoS implementation complies with IEEE 802.1p User Priority Bits for QoS Indication.
It also implements these Internet Engineering Task Force (IETF) documents:
RFC 2474, Definition of the Differentiated Services Field (DS Field) in the IPv4 Headers
RFC 2475, An Architecture for Differentiated Services
RFC 2597, Assured Forwarding PHB Group
RFC 2598, An Expedited Forwarding PHB
You cannot configure port-based and policy-based QoS on the same interface.
Port-Based QoS Configurations
You can configure the following QoS features on an interface.
NOTE: You cannot simultaneously use egress rate shaping and ingress rate policing on the same virtual local area
network (VLAN).
Setting dot1p Priorities for Incoming Traffic
Honoring dot1p Priorities on Ingress Traffic
Configuring Port-Based Rate Policing
Configuring Port-Based Rate Shaping
Setting dot1p Priorities for Incoming Traffic
Dell EMC Networking OS places traffic marked with a priority in a queue based on the following table.
If you set a dot1p priority for a port-channel, all port-channel members are configured with the same value. You cannot assign a dot1p
value to an individual interface in a port-channel.
Table 58. dot1p-priority Values and Queue Numbers
dot1p Queue Number
0 0
1 0
2 0
3 1
4 2
5 3
6 3
7 3
Change the priority of incoming traffic on the interface.
dot1p-priority
DellEMC#configure terminal
DellEMC(conf)#interface gigabitethernet 1/1
DellEMC(conf-if-gi-1/1)#switchport
DellEMC(conf-if-gi-1/1)#dot1p-priority 1
DellEMC(conf-if-gi-1/1)#end
Quality of Service (QoS)
601