Reference Guide

328 | Data Center Bridging (DCB)
www.dell.com | support.dell.com
Figure 13-15. PFC and ETS Configuration on a Port Interface: Example
Configure QoS priority-queue assignment to honor dot1p priorities or use L2 class maps to mark and
map ingress traffic to output queues; for example:
FTOS(conf)# service-class dynamic dot1p
Or
FTOS(conf)# interface tengigabitethernet 0/1
FTOS(conf-if-te-0/1)# service-class dynamic dot1p
Configure a DCB map to configure PFC and ETS settings for priority-group traffic:
FTOS(conf)# dcb-map ipc_san_lan
FTOS(conf-dcbmap-ipc_san_lan)# priority-group 1 bandwidth 50 pfc on
FTOS(conf-dcbmap-ipc_san_lan)# priority-group 2 bandwidth 5 pfc off
FTOS(conf-dcbmap-ipc_san_lan)# priority-group 3 bandwidth 45 pfc off
FTOS(conf-dcbmap-ipc_san_lan)# priority-pgid 3 3 3 1 2 3 3 3
Apply the DCB map to a port interface:
FTOS(conf)# interface tengigabitethernet 0/1
FTOS(conf-if-te-0/1)# dcb-map ipc_san_lan
If the DCBx version is CIN, configure a QoS output policy to specify bandwidth allocation to different
traffic types:
FTOS(conf)# qos-policy-output lan-q0
FTOS(conf-qos-policy-out)# bandwidth-percentage 25
FTOS(conf-qos-policy-out)# exit
FTOS(conf)#q os-policy-output lan-q3
FTOS(conf-qos-policy-out)# bandwidth-percentage 70
FTOS(conf-qos-policy-out)# exit
FTOS(conf)#policy-map-output ets-queues
Create a QoS policy map for DCBx CIN bandwidth allocation:
FTOS(conf)# policy-map-output ets-queues
FTOS(conf-policy-map-out)# service-queue 0 qos-policy lan-q0
FTOS(conf-policy-map-out)# service-queue 3 qos-policy lan-q3
Apply the QoS policy map for DCBx CIN bandwidth allocation to an interface:
FTOS(conf-if-te-0/1)# service-policy output ets-queues