Deployment Guide
18 Dell EMC Networking FCoE Deployment with S4148U-ON in NPG Mode
Configure upstream interfaces to spine switches
S4148U-Leaf1
S4148U-Leaf2
interface ethernet 1/1/25
description "Z9264F-Spine1 eth 1/1/1"
no switchport
ip address 192.168.1.1/31
no shutdown
interface ethernet 1/1/26
description "Z9264F-Spine2 eth 1/1/1”
no switchport
ip address 192.168.2.1/31
no shutdown
interface loopback 0
description "Router ID"
ip address 10.0.2.1/32
no shutdown
interface ethernet 1/1/25
description "Z9264F-Spine1 eth 1/1/2"
no switchport
ip address 192.168.1.3/31
no shutdown
interface ethernet 1/1/26
description "Z9264F-Spine2 eth 1/1/2"
no switchport
ip address 192.168.2.3/31
no shutdown
interface loopback 0
description "Router ID"
ip address 10.0.2.2/32
no shutdown
Note: Configuration of the spine switches are not detailed in this document. For information on the leaf-spine
architecture and configuration, see Dell EMC Networking Layer 3 Leaf-Spine Deployment and Best Practices
with OS10EE.
Configure BGP routing
The example configuration use of BGP is for the application traffic associated with the layer 3 leaf-spine
network. Other routing protocols can be utilized and will not affect the FC storage configuration.
S4148U-Leaf1
S4148U-Leaf2
route-map spine-leaf permit 10
match ip address prefix-list spine-
leaf
ip prefix-list spine-leaf seq 10
permit 10.0.0.0/8 ge 24
ip prefix-list spine-leaf seq 20
permit 172.16.0.0/16 ge 24
router bgp 64701
bestpath as-path multipath-relax
maximum-paths ebgp 2
address-family ipv4 unicast
redistribute connected route-map
spine-leaf
exit
graceful-restart role receiver-only
template spine-leaf
fall-over
advertisement-interval 1
timers 3 9
exit
neighbor 192.168.1.0
route-map spine-leaf permit 10
match ip address prefix-list spine-
leaf
ip prefix-list spine-leaf seq 10
permit 10.0.0.0/8 ge 24
ip prefix-list spine-leaf seq 20
permit 172.16.0.0/16 ge 24
router bgp 64702
bestpath as-path multipath-relax
maximum-paths ebgp 2
address-family ipv4 unicast
redistribute connected route-map
spine-leaf
exit
graceful-restart role receiver-only
template spine-leaf
fall-over
advertisement-interval 1
timers 3 9
exit
neighbor 192.168.1.2