White Papers

10 Dell EMC OS10 FCoE with Redundant Links Configuration Cheat Sheet | 1.0
interfaces or links towards the FSB switches will be configured as the
pinned port or dedicated link towards the FC target.
mk-S4148U-04# conf t
mk-S4148U-04(config)# int ethernet 1/1/45
mk-S4148U-04(conf-if-eth1/1/45)# channel-group 30 mode active
mk-S4148U-04(conf-if-eth1/1/45)# fcoe-pinned-port
mk-S4148U-04(conf-if-eth1/1/45)# no switchport
mk-S4148U-04(conf-if-eth1/1/45)# service-policy input type network-qos PFC
mk-S4148U-04(conf-if-eth1/1/45)# priority-flow-control mode on
mk-S4148U-04(conf-if-eth1/1/45)# exit
mk-S4148U-04(config)# int ethernet 1/1/46
mk-S4148U-04(conf-if-eth1/1/46)# channel-group 30 mode active
mk-S4148U-04(conf-if-eth1/1/45)# no switchport
mk-S4148U-04(conf-if-eth1/1/45)# service-policy input type network-qos PFC
mk-S4148U-04(conf-if-eth1/1/45)# priority-flow-control mode on
mk-S4148U-04(conf-if-eth1/1/45)# end
mk-S4148U-04#
9. Attach vlan 100 to respective interface.
mk-S4148U-04# conf t
mk-S4148U-04(config)# int eth1/1/53
mk-S4148U-04(conf-if-eth1/1/53)# des Link_2_Ethernet_Subnet
mk-S4148U-04(conf-if-eth1/1/53)# switchport access vlan 100
mk-S4148U-04(conf-if-eth1/1/53)# end
mk-S4148U-04#
A.2 Configuration of S4148U-02 (FSB)
1. Enable FIP snooping globally.
mk-S4148U-02# conf
mk-S4148U-02(config)# feature fip-snooping
mk-S4148U-02(config)# end
mk-S4148U-02#
2. Configure the FCoE (1001) and LAN (100) vlans
mk-S4148U-02# conf
mk-S4148U-02(config)# int vlan 1001
mk-S4148U-02(conf-if-vl-1001)# description FCoE_Vlan
mk-S4148U-02(conf-if-vl-1001)# fip-snooping enable
mk-S4148U-02(conf-if-vl-1001)# exit
mk-S4148U-02(config)# int vlan 100
mk-S4148U-02(conf-if-vl-100)# description LAN_Vlan
mk-S4148U-02(conf-if-vl-100)# end
mk-S4148U-02#
3. Configure VLT and the respective interfaces part of the VLT.