White Papers

Configuration Details
7 Dell EMC Networking Deploying S4148U-ON as NPG (NPIV Proxy Gateway) | 1.0
c. Switch(config-cmap-nqos)# match qos-group 3
d. Switch(config-cmap-nqos)# end
e. Switch#
13. Pollicy map that uses class map in step 10 and enables priority flow control on FCoE
a. Switch# conf t
b. Switch(config)# policy-map type network-qos fcoe_pfc
c. Switch(config-pmap-network-qos)# class fcoe_match
d. Switch(config-pmap-c-nqos)# pause
e. Switch(config-pmap-c-nqos)# pfc-cos 3
f. Switch(config-pmap-c-nqos)# end
g. Switch#
14. Apply all relevant configs on participating interfaces
a. Switch# conf t
b. Switch(config)# int fc1/1/1
c. Switch(config-if-fc1/1/1)# des Link_2_FC_Sw
d. Switch(config-if-fc1/1/1)# vfabric 1
e. Switch(config-if-fc1/1/1)# exit
f. Switch(config)# int eth1/1/47
g. Switch(config-if-eth1/1/47)# des Link_2_FS4048
h. Switch(config-if-eth1/1/47)# switch mode trunk
i. Switch(config-if-eth1/1/47)# switch acc vlan 1
j. Switch(config-if-eth1/1/47)# service-policy input type network-qos fcoe_pfc
k. Switch(config-if-eth1/1/47)# service-policy output type queuing ETS_new
l. Switch(config-if-eth1/1/47)# ets mode on
m. Switch(config-if-eth1/1/47)# qos-map traffic-class TC-2-Q
n. Switch(config-if-eth1/1/47)# vfabric 1
o. Switch(config-if-eth1/1/47)# priority-flow-control mode on
p. Switch(config-if-eth1/1/47)# end
q. Switch#
A.2 S4048-ON as FIP Snooping Bridge (FSB)
1. Enable DCBx system wide
a. Switch# conf t
b. Switch(config)# dcbx enable
2. Enable FSB
a. Switch# conf t
b. Switch(config)# feature fip-snooping
c. Switch(config)# end
d. Switch#
3. Create FCoE Vlan and enable FSB (FIP Snooping) on this VLAN
a. Switch# conf t
b. Switch(config)# int vlan 400
c. Switch(config-if-vl-400)# description FCoE VLAN
d. Switch(config-if-vl-400)# fip-snooping enable