Administrator Guide

Table Of Contents
show running-config
Sample configuration of VLAN-stack over VLT (Peer 1)
Configure the VLT domain
DellEMC(conf)#vlt domain 1
DellEMC(conf-vlt-domain)#peer-link port-channel 1
DellEMC(conf-vlt-domain)#back-up destination 10.16.151.116
DellEMC(conf-vlt-domain)#primary-priority 100
DellEMC(conf-vlt-domain)#system-mac mac-address 00:00:00:11:11:11
DellEMC(conf-vlt-domain)#unit-id 0
DellEMC(conf-vlt-domain)#
DellEMC#show running-config vlt
!
vlt domain 1
peer-link port-channel 1
back-up destination 10.16.151.116
primary-priority 100
system-mac mac-address 00:00:00:11:11:11
unit-id 0
DellEMC#
Configure the VLT LAG as VLAN-Stack Access or Trunk Port
DellEMC(conf)#interface port-channel 10
DellEMC(conf-if-po-10)#switchport
DellEMC(conf-if-po-10)#vlt-peer-lag port-channel 10
DellEMC(conf-if-po-10)#vlan-stack access
DellEMC(conf-if-po-10)#no shutdown
DellEMC#show running-config interface port-channel 10
!
interface Port-channel 10
no ip address
switchport
vlan-stack access
vlt-peer-lag port-channel 10
no shutdown
DellEMC#
DellEMC(conf)#interface port-channel 20
DellEMC(conf-if-po-20)#switchport
DellEMC(conf-if-po-20)#vlt-peer-lag port-channel 20
DellEMC(conf-if-po-20)#vlan-stack trunk
DellEMC(conf-if-po-20)#no shutdown
DellEMC#show running-config interface port-channel 20
!
interface Port-channel 20
no ip address
switchport
vlan-stack trunk
vlt-peer-lag port-channel 20
no shutdown
DellEMC#
Configure the VLAN as a VLAN-Stack VLAN and add the VLT LAG as Members to the VLAN
DellEMC(conf)#interface vlan 50
DellEMC(conf-if-vl-50)#vlan-stack compatible
DellEMC(conf-if-vl-50-stack)#member port-channel 10
DellEMC(conf-if-vl-50-stack)#member port-channel 20
DellEMC#show running-config interface vlan 50
!
interface Vlan 50
vlan-stack compatible
member Port-channel 10,20
Virtual Link Trunking (VLT)
979