White Papers

8 Dell EMC OS10 FCoE with Redundant Links Configuration Cheat Sheet | 1.0
A Device Configuration Details
A.1 Configuration of S4148U-04 (FC and Ethernet Switch).
S4148U-04 is providing both Fibre-Channel and standard Ethernet services. Two vlans are configured on this
switch (Vlan 1001, and 100).
1. Enable the fibre-channel feature on the switch and create a domain.
mk-S4148U-04# conf t
mk-S4148U-04(config)# feature fc domain-id 1
mk-S4148U-04(config)# end
mk-S4148U-04#
2. Create the respective FC zones. These zones are statically configured
between the end-hosts or initiators and target.
mk-S4148U-04# conf t
mk-S4148U-04(config)# fc zone zoneA
mk-S4148U-04(config-fc-zone-zoneA)# member wwn 10:00:00:80:ff:b8:22:19
(initiator)
mk-S4148U-04(config-fc-zone-zoneA)# member wwn 22:00:00:24:ff:8f:f5:cc
(target)
mk-S4148U-04(config-fc-zone-zoneA)# exit
##### Zone B Configuration #####
mk-S4148U-04(config)# fc zone zoneB
mk-S4148U-04(config-fc-zone-zoneB)# member wwn 20:00:00:80:ff:b8:22:20
(initiator)
mk-S4148U-04(config-fc-zone-zoneB)# member wwn 22:00:00:24:ff:8f:f5:bb
(target)
mk-S4148U-04(config-fc-zone-zoneB)# end
mk-S4148U-04#
3. Configure the fibre-channel zoneset. This zoneset can be referred to as a
virtual fabric. In our case, since we have two Fabrics (SAN_A & SAN_B),
two zones will members of this “zoneset”, however, only one zone will be
configured.
mk-S4148U-04# conf
mk-S4148U-04(config)# fc zoneset zonesetAB
mk-S4148U-04(config-fc-zoneset-zonesetAB)# member zoneA
mk-S4148U-04(config-fc-zoneset-zonesetAB)# member zoneB
mk-S4148U-04(config-fc-zoneset-zoneA)# end
mk-S4148U-04#
4. Configure the respective FCoE (1001) and LAN (100) vlans.
mk-S4148U-04# conf