Install Guide

Table Of Contents
Dell-1 Switch Configuration
In the following output, RSTP is enabled with a bridge priority of 0. This ensures that Dell-1 becomes the root bridge.
DellEMC#1#show run | find protocol
protocol spanning-tree pvst
no disable
vlan 1,20,800,900 bridge-priority 0
The following output shows the existing VLANs.
DellEMC#1#show vlan | find NUM
NUM Status Description Q Ports
* 1 Active U Po10 (Te 0/0-1)
U Te 0/4,47
20 Active OSPF PEERING VLAN U Po1 (Te 0/6)
V Po10 (Te 0/0-1)
800 Active Client-VLAN V Po10 (Te 0/0-1)
900 Active Client-VLAN-2 V Po10 (Te 0/0-1)
The following is the configuration in interfaces:
DellEMC#1#sh run int ma0/0
interface ManagementEthernet 0/0
description Used_for_VLT_Keepalive
ip address 10.10.10.1/24
no shutdown
(The management interfaces are part of a default VRF and are isolated from the switchs data plane.) In Dell-1, te 0/0 and te
0/1 are used for VLTi.
DellEMC#1#sh run int te0/0
interface TenGigabitEthernet 0/0
description VLTi LINK
no ip address
no shutdown
(VLTi Physical link)
!
DellEMC#1#sh run int te0/1
interface TenGigabitEthernet 0/1
description VLTi LINK
no ip address
no shutdown
(VLTi Physical link)
The following example shows that te 0/0 and te 0/1 are included in port channel 10. Also note that configuration on the VLTi
links does not contain the switchport command.
DellEMC#1#sh run int po10
interface Port-channel 10
description VLTi Port-Channel
no ip address
channel-member TenGigabitEthernet 0/0-1
no shutdown
Te 0/4 connects to the access switch A1.
DellEMC#1#sh run int te0/4
interface TenGigabitEthernet 0/4
description To_Access_Switch_A1_fa0/13
no ip address
port-channel-protocol LACP
port-channel 2 mode active
no shutdown
Te 0/6 connects to the uplink switch R1.
DellEMC#1#sh run int te0/6
interface TenGigabitEthernet 0/6
974
Virtual Link Trunking (VLT)