![Dell EMC PowerEdge 14G Series Manual Download Page 19](http://html1.mh-extra.com/html/dell-emc/poweredge-14g-series/poweredge-14g-series_manual_2468280019.webp)
Chapter 4: Configuring Networking
19
Dell EMC Ready Stack: Microsoft Hyper-V on PowerEdge 14G Servers and Unity Storage
Deployment Guide
VLTi Link Status
port-channel1000 : up
VLT Peer
Unit ID System MAC Address Status IP Address Version
-----------------------------------------------------------------
1 54:bf:64:be:f7:40 up 192.168.1.253 2.0
4.
Run the following commands to configure the ports that the servers are connected
to on the switch. Based on the site survey example, ports Ethernet 1/1/1 through
Ethernet 1/1/16 are in use on each switch.
SW1(config)# interface range ethernet 1/1/1-1/1/16
SW1(conf-range-eth1/1/1-1/1/16)# no ip address
SW1(conf-range-eth1/1/1-1/1/16)# mtu 9216
SW1(conf-range-eth1/1/1-1/1/16)# switchport mode trunk
SW1(conf-range-eth1/1/1-1/1/16)# switchport access vlan 100
SW1(conf-range-eth1/1/1-1/1/16)# switchport trunk allowed
vlan 110,120,210
SW1(conf-range-eth1/1/1-1/1/16)# spanning-tree port type
edge
SW1(conf-range-eth1/1/1-1/1/16)# spanning-tree guard root
SW1(conf-range-eth1/1/1-1/1/16)# no shutdown
5.
Verify that the ports are properly configured by running the following command:
SW1(conf-range-eth1/1/1-1/1/16)# show config
The output for each port appears as follows:
interface ethernet1/1/1
no shutdown
switchport mode trunk
switchport access vlan 100
switchport trunk allowed vlan 110,120,210
mtu 9216
flowcontrol receive off
spanning-tree guard root
spanning-tree port type edge
!
…
This section describes how to configure the VLANs on the S5248F-ON switch. The
examples show how to configure each VLAN in the site survey. Server NIC ports 1 and 2
are used for all traffic. If your configuration does not use spine/leaf network architecture or
if you do not want VLAN traffic to be routed by the S5248F-ON switches, skip the
commands in
bold italics
.
Follow these steps:
1.
Configure the OOB VLAN:
SW1(config)# interface vlan 100
SW1(conf-if-vl-100)# description “out-of-band VLAN”
Conf
i
gure the
VLANs