Deployment Guide

Table Of Contents
30 Dell EMC Networking FCoE-to-Fibre Channel Deployment with S4148U-ON in F_port Mode | version 1.0
Create a server-facing VLAN interface for IP traffic. Use the same VLAN ID, VLAN 50 in this example, on both
leaf switches. Assign an IP address to the VLAN interface. The address must be unique but on the same
network on both leaf switches. Configure VRRP to use VRRP version 3. Create a VRRP group and specify
the group’s virtual IP address.
S4148U-Leaf1
S4148U-Leaf2
interface Vlan 50
ip address 172.16.1.1/24
no shutdown
exit
vrrp version 3
interface vlan 50
vrrp-group 50
virtual-address 172.16.1.254
interface Vlan 50
ip address 172.16.1.2/24
no shutdown
exit
vrrp version 3
interface vlan 50
vrrp-group 50
virtual-address 172.16.1.254
Add VLAN 50 to each downstream server-facing interface.
S4148U-Leaf1
S4148U-Leaf2
interface ethernet 1/1/31
switchport trunk allowed vlan 50
interface ethernet 1/1/32
switchport trunk allowed vlan 50
interface ethernet 1/1/31
switchport trunk allowed vlan 50
interface ethernet 1/1/32
switchport trunk allowed vlan 50
Note: Additional configuration commands for the downstream Ethernet interfaces above are provided as
part of Fibre Channel configuration in Section 5.2.2.
The two upstream layer 3 interfaces connected to the spine switches are configured. The IP addresses match
those in Dell EMC Networking Layer 3 Leaf-Spine Deployment and Best Practices with OS10
. Configure a
loopback interface to be used as the router ID for BGP.
Note: If multiple loopback interfaces exist on a system, the interface with the highest numbered IP address
is used as the router ID. This configuration only uses one loopback interface.
S4148U-Leaf1
S4148U-Leaf2
interface ethernet 1/1/25
description "Z9100-Spine1 eth 1/1/1"
no switchport
ip address 192.168.1.1/31
no shutdown
interface ethernet 1/1/26
description "Z9100-Spine2 eth 1/1/1"
interface ethernet 1/1/25
description "Z9100-Spine1 eth 1/1/2"
no switchport
ip address 192.168.1.3/31
no shutdown
interface ethernet 1/1/26
description "Z9100-Spine2 eth 1/1/2"