Deployment Guide

22 Dell EMC Networking OS10 Enterprise Edition Switch Configuration Guide for VxRail 4.5
Note: Default spanning tree settings are used in this deployment. In OS10EE, RVPST+ is enabled by default,
and RPVST+ VLAN priority numbers start at 32769. Modify the spanning tree settings if required for your
environment. LLDP is enabled on each interface and globally by default. LLDP is useful for troubleshooting
and validation. Dell EMC recommends leaving it enabled.
General settings dual switch with VLT
S5148F-Leaf1A
S5148F-Leaf1B
configure terminal
hostname S5148F-Leaf1A
interface mgmt1/1/1
no ip address
ip address 100.67.172.38/24
no shutdown
management route 0.0.0.0/0
100.67.172.254
ntp server 100.67.10.20
configure terminal
hostname S5148F-Leaf1B
interface mgmt1/1/1
no ip address
ip address 100.67.172.37/24
no shutdown
management route 0.0.0.0/0
100.67.172.254
ntp server 100.67.10.20
7.1.2 Configure VLANs
In this section, VLANs are configured per Table 2.
Create the in-band management VLAN and assign a unique IP address on each switch. Configure VRRP to
provide gateway redundancy. Set the VRRP priority. The switch with the largest priority value becomes the
master VRRP router. Assign the same virtual address to both switches.
Create the vMotion, vSAN, and VM Network VLANs.
Configure VLANs dual switch with VLT
S5148F-Leaf1A
S5148F-Leaf1B
interface vlan1611
description InBand_Mgmt
ip address 172.16.11.253/24
vrrp-group 11
priority 150
virtual-address 172.16.11.254
no shutdown
interface vlan1612
description vMotion
no shutdown
interface vlan1613
description vSAN
no shutdown
interface vlan1614
description VM_Network_A
no shutdown
interface vlan1611
description InBand_Mgmt
ip address 172.16.11.252/24
vrrp-group 11
priority 100
virtual-address 172.16.11.254
no shutdown
interface vlan1612
description vMotion
no shutdown
interface vlan1613
description vSAN
no shutdown
interface vlan1614
description VM_Network_A
no shutdown