Setup Guide

Table Of Contents
Create a Layer 2 input policy map by specifying the keyword layer2 with the policy-map-input command.
2. After you create an input policy map, do one or more of the following:
Applying a Class-Map or Input QoS Policy to a Queue
Applying an Input QoS Policy to an Input Policy Map
Honoring DSCP Values on Ingress Packets
Honoring dot1p Values on Ingress Packets
3. Apply the input policy map to an interface.
Applying a Class-Map or Input QoS Policy to a Queue
To apply a class-map or input QoS policy to a queue, use the following command.
Assign an input QoS policy to a queue.
POLICY-MAP-IN mode
service-queue
Applying an Input QoS Policy to an Input Policy Map
To apply an input QoS policy to an input policy map, use the following command.
Apply an input QoS policy to an input policy map.
POLICY-MAP-IN mode
policy-service-queue <number> qos-polcy
Honoring DSCP Values on Ingress Packets
Dell EMC Networking OS provides the ability to honor DSCP values on ingress packets using Trust DSCP feature.
The following table lists the standard DSCP definitions and indicates to which queues Dell EMC Networking OS maps DSCP values. When
you configure trust DSCP, the matched packets and matched bytes counters are not incremented in the show qos statistics.
Table 80. Default DSCP to Queue Mapping
DSCP/CP
hex range
(XXX)xxx
DSCP Definition Traditional IP
Precedence
Internal
Queue ID
Internal Queue
ID
DSCP/CP decimal
(4–queue)
DSCP/CP decimal
(8–queue)
111XXX Network Control 3 7 48–63 53–63
110XXX Internetwork Control 3 6 48–63 53–63
101XXX EF (Expedited
Forwarding)
CRITIC/ECP 2 5 32–47 16–23
100XXX AF4 (Assured
Forwarding)
Flash Override 2 4 32–47 16–23
011XXX AF3 Flash 1 3 16–31 8–15
010XXX AF2 Immediate 1 2 16–31 8–15
001XXX AF1 Priority 0 1 0–15 0–7
000XXX BE (Best Effort) Best Effort 0 0 0–15 0–7
Enable the trust DSCP feature.
POLICY-MAP-IN mode
trust diffserv
Honoring dot1p Values on Ingress Packets
Dell EMC Networking OS honors dot1p values on ingress packets with the Trust dot1p feature.
The following table specifies the queue to which the classified traffic is sent based on the dot1p value.
Table 81. Default dot1p to Queue Mapping
dot1p Queue ID
0 1
Quality of Service (QoS) 673