White Papers

9 Dell EMC OS10 FCoE with Redundant Links Configuration Cheat Sheet | 1.0
mk-S4148U-04(config)# int vlan 1001
mk-S4148U-04(conf-if-vl-1001)# description FCoE_Vlan
mk-S4148U-04(conf-if-vl-1001)# exit
mk-S4148U-04(config)# int vlan 100
mk-S4148U-04(conf-if-vl-100)# description LAN_Vlan
mk-S4148U-04(conf-if-vl-100)# end
mk-S4148U-04#
5. Configure the vfabric and activate the FC zone. The vfabric construct is
a virtual fabric for a specific zone. Vlan 1001 is the FCoE vlan and the
fcoe map is a unique MAC address prefix used by the FC switch to identify
FCoE traffic.
mk-S4148U-04# conf
mk-S4148U-04(config)# vfabric 1
mk-S4148U-04(conf-vfabric-1)# vlan 1001
mk-S4148U-04(conf-vfabric-1)# fcoe map 0xEFC00
mk-S4148U-04(conf-vfabric-1)# zoneset activate zonesetAB
mk-S4148U-04(conf-vfabri-1)# end
mk-S4148U-04#
6. Enable DCBx. This will allow the configuration of priority flow control
(PFC)
mk-S4148U-04# conf t
mk-S4148U-04(config)# dcbx enable
mk-S4148U-04(config)# end
mk-S4148U-04#
7. Apply the vfabric to the proper port-channels and physical interfaces that
are part of the virtual fabric.
mk-S4148U-04# conf t
mk-S4148U-04(config)# int port-channel 30
mk-S4148U-04(conf-if-po-30)# des PO_2_FC_SW
mk-S4148U-04(conf-if-po-30)# switchport mode trunk
mk-S4148U-04(conf-if-po-30)# switchport access vlan 1
mk-S4148U-04(conf-if-po-30)# switchport trunk allowed vlan 1001
mk-S4148U-04(conf-if-po-30)# vfabric 1
mk-S4148U-04(conf-if-po-30)# no shut
mk-S4148U-04(conf-if-po-30)# exit
mk-S4148U-04(config)# int fibrechannel 1/1/3
mk-S4148U-04(conf-if-fc1/1/3)# des Target_Connected_Port
mk-S4148U-04(conf-if-fc1/1/3)# no shut
mk-S4148U-04(conf-if-fc1/1/3)# vfabric 1
mk-S4148U-04(conf-if-fc1/1/3)# end
mk-S4148U-04#
8. Configure the respective PFC configurations applied on the FSB switches on
the downlink interfaces connected to the FSB switches. One of the