Deployment Guide
Table Of Contents
- 1 Introduction
- 2 Hardware overview
- 3 Topology overview
- 4 Preparation
- 5 S4148U-ON switch configuration
- 6 S4148U-ON validation
- 7 Configure Unity FC storage
- 8 Configure storage on ESXi hosts
- 9 Configure ESXi hosts for LAN traffic
- A Validated components
- B Technical support and resources
- C Support and feedback
31 Dell EMC Networking FCoE-to-Fibre Channel Deployment with S4148U-ON in F_port Mode | version 1.0
S4148U-Leaf1
S4148U-Leaf2
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
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
Configure a route map and an IP prefix list to redistribute all loopback addresses and leaf networks via BGP.
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
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
Configure Uplink Failure Detection (UFD). This shuts down the downstream interfaces if all uplinks to the
spine switches fail. The hosts attached to the leaf switch use their connection to the other leaf switch to
continue sending traffic across the fabric.
S4148U-Leaf1
S4148U-Leaf2
uplink-state-group 1
name Shut_downstr_if_all_upstr_fail
downstream ethernet1/1/31
downstream ethernet1/1/32
upstream ethernet1/1/25
upstream ethernet1/1/26
enable
uplink-state-group 1
name Shut_downstr_if_all_upstr_fail
downstream ethernet1/1/31
downstream ethernet1/1/32
upstream ethernet1/1/25
upstream ethernet1/1/26
enable