White Papers
Acknowledgements
6 Dell EMC Networking – Deploying S4148U-ON as NPG (NPIV Proxy Gateway) | Document ID
a. Switch# conf t
b. Switch(config)# policy-map type qos test1
c. Switch(config-pmap-qos)# class class-trust
d. Switch(config-pmap-qos)# trust dot1p
8. Create and apply system wide policy map in step 7 and turn on ETS.
a. Switch# conf t
b. Switch(config)# system qos
c. Switch(config-sys-qos)# ets mode on
d. Switch(config-sys-qos)# service-policy input type qos test1
e. Switch(config-sys-qos)# end
f. Switch#
9. Configure qos map to that matches FCoE 802.1p to respective queue. Matching LAN (queue 1), and
FCoE (queue 3). The service policies and class maps are required in order to preserve the integrity of
the respective type of traffic (LAN and FCoE)
a. Switch# conf t
b. Switch(config)# qos-map traffic-class TC-2-Q
c. Switch(config-qos-map)# queue 1 qos-group 0-2,4-7
d. Switch(config-qos-map)# queue 3 qos-group 3
e. Switch(config-qos-map)# exit
f. Switch(config)#
10. Create queueing class maps that uses the qos-map defined in step 9.
a. Switch# config t
b. Switch(config)# class-map type queueing LAN
c. Switch(config-cmap-queuing)# match queue 1
d. Switch(config-cmap-queuing)# exit
e. Switch(config)# class-map type queueing FCoE
f. Switch(config-cmap-queuing)# match queue 3
g. Switch(config-cmap-queuing)# end
h. Switch#
11. Create policy map ETS that uses class maps defined in step 8. Allocate certain percentage to each traffic
class
a. Switch# conf t
b. Switch(config)# policy-map type queuing ETS_new
c. Switch(config-pmap-queuing)# class LAN
d. Switch(config-pmap-c-que)# bandwidth percent 10
e. Switch(config-pmap-c-que)# exit
f. Switch(config-pmap-queuing)# class FCoE
g. Switch(config-pmap-c-que)# bandwidth percent 90
h. Switch(config-pmap-c-que)# end
i. Switch#pause
12. Class map that matches qos-group 3 or queue 3 or FCoE traffic 802.1p value
a. Switch# conf t
b. Switch(config)# class-map type network-qos fcoe_match