White Papers
Configuration Details
9 Dell EMC Networking – Deploying S4148U-ON as NPG (NPIV Proxy Gateway) | 1.0
d. Switch(config-cmap-queuing)# exit
e. Switch(config)# class-map type queuing FCoE
f. Switch(config-cmap-queuing)# match queue 3
g. Switch(config-cmap-queuing)# end
h. Switch#
10. Create policy map that uses the class maps in step 9 and turn on ETS.
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#
11. Apply and configure relevant service policy input, output, and additional configurations. Apply
configurations on 1/1/45 and 1/1/47 (see figure 1).
a. Switch# conf t
b. Switch(config)# int range int1/1/45, 1/1/47
c. Switch(conf-range-eth1/1/45, 1/1/47)# switchport mode trunk
d. Switch(conf-range-eth1/1/45, 1/1/47)# switchport trunk allowed vlan 400 – FcoE vlan
e. Switch(conf-range-eth1/1/45, 1/1/47)# service-policy input type network-qos fcoe_pfc
f. Switch(conf-range-eth1/1/45, 1/1/47)# service-policy output type queuing ETS_new
g. Switch(conf-range-eth1/1/45, 1/1/47)# ets mode on
h. Switch(conf-range-eth1/1/45, 1/1/47)# qos-map traffic-class TC-2-Q
i. Switch(conf-range-eth1/1/45, 1/1/47)# priority-flow-control mode on
j. Switch(conf-range-eth1/1/45, 1/1/47)# end
k. Switch#