Users Guide

Configure switches
31 Dell EMC Networking OS9 Switch Configuration Guide for VxRail 4.5
7.3.1 General settings
Configure the hostname, OOB management IP address and default gateway. Specify an NTP server
accessible by the switch. Enable LLDP for troubleshooting. Enable RSTP as a precaution against loops.
General settings single switch
S5048F-ON
enable
configure terminal
hostname S5048F-ON
interface ManagementEthernet 1/1
ip address 100.67.172.36/24
no shutdown
management route 0.0.0.0/0 100.67.172.254
ntp server 100.67.10.20
protocol lldp
advertise management-tlv management-address
system-description system-name
advertise interface-port-desc
protocol spanning-tree rstp
no disable
7.3.2 Configure interfaces
Configure the interfaces for the jump box or laptop computer connections to be used during VxRail
deployment. This example uses interfaces twentyFiveGigE 1/9 and 1/10. While only one connection is
required, two are used for redundancy.
Note: In this example, the jump box also provides DNS and NTP services as covered in Section 5.4
. If these
services are located on other devices, ensure the switch interfaces connected to these services are
configured in the same manner.
Configure the interfaces for connections to the VxRail nodes. Interfaces twentyFiveGigE 1/17 through 1/24
are used in this example.
Use the portmode hybrid command to enable ports to carry both untagged (in-band management) and
tagged (all other) traffic. Put the ports in Layer 2 mode with the switchport command. Configure ports
directly connected to nodes, servers, or other endpoints as RSTP edge ports. Set flow control to “rx on tx off”
on node-connected ports as a best practice.
Note: Flow control is enabled on all network interfaces in ESXi by default.
Configure interfaces single switch
S5048F-ON
interface twentyFiveGigE 1/9
description JumpBox_DNS
no ip address