Deployment Guide

30 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 attachment named S5148F-single-switch.txt.
7.3.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 single switch
S5148F-ON
configure terminal
hostname S5148F-ON
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
7.3.2 Configure VLANs
In this section, VLANs are configured per Table 2.
Create the in-band management VLAN and assign an IP address. Create the vMotion, vSAN, and VM
Network VLANs.
Configure VLANs single switch
S5148F-ON
interface vlan1611
description InBand_Mgmt
ip address 172.16.11.254/24
no shutdown
interface vlan1612
description vMotion
no shutdown
interface vlan1613
description vSAN
no shutdown
interface vlan1614