Deployment Guide
26  Dell EMC Networking OS10 Enterprise Edition Switch Configuration Guide for VxRail 4.5 
Note: The commands in the tables below should be entered in the order shown. All commands are provided 
in the file attachments named S5148F-1A-no-vlt.txt and S5148F-1B-no-vlt.txt. 
7.2.1  General settings 
Configure the hostname, OOB management IP address, and default gateway. Specify an NTP server 
accessible by the switch. In this example, this is an NTP server on the OOB management network, with a 
different IP address than the one used by the VxRail nodes on the in-band management network.  
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 without 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.2.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 without 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 
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 










