Users Guide

no shutdown
Dell#
Dell(conf)#interface port-channel 20
Dell(conf-if-po-20)#switchport
Dell(conf-if-po-20)#vlt-peer-lag port-channel 20
Dell(conf-if-po-20)#vlan-stack trunk
Dell(conf-if-po-20)#no shutdown
Dell#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
Dell#
Configure the VLAN as a VLAN-Stack VLAN and add the VLT LAG as members to the VLAN
Dell(conf)#interface vlan 50
Dell(conf-if-vl-50)#vlan-stack compatible
Dell(conf-if-vl-50-stack)#member port-channel 10
Dell(conf-if-vl-50-stack)#member port-channel 20
Dell(conf-if-vl-50-stack)#
Dell#show running-config interface vlan 50
!
interface Vlan 50
vlan-stack compatible
member Port-channel 10,20
shutdown
Dell#
Verify that the Port Channels used in the VLT Domain are Assigned to the VLAN-Stack VLAN
Dell#show vlan id 50
Codes: * - Default VLAN, G - GVRP VLANs, R - Remote Port Mirroring VLANs, P - Primary, C -
Community, I - Isolated
O - Openflow
Q: U - Untagged, T - Tagged
x - Dot1x untagged, X - Dot1x tagged
o - OpenFlow untagged, O - OpenFlow tagged
G - GVRP tagged, M - Vlan-stack
i - Internal untagged, I - Internal tagged, v - VLT untagged, V - VLT tagged
NUM Status Description Q Ports
50 Active M Po10(Te 1/8)
M Po20(Te 1/20)
V Po1(Te 1/30-32)
Dell#
IPv6 Peer Routing in VLT Domains Overview
VLT enables the physical links between two devices that are called VLT nodes or peers, and within a VLT domain, to be considered as a
single logical link to external devices that are connected using LAG bundles to both the VLT peers. This capability enables redundancy
without the implementation of Spanning tree protocol (STP), thereby providing a loop-free network with optimal bandwidth utilization.
IPv6 peer routing is supported on all the platforms that are compatible with IPv6 routing and support VLT. This functionality performs the
following operations:
Forwarding control traffic to the correct VLT node when the control traffic reaches the wrong VLT node due to hashing at the VLT
LAG level on the ToR.
Routing the data traffic which is destined to peer VLT node.
Synchronizing neighbor entries learned on VLT VLAN interfaces between the primary and secondary node.
Synchronizing the IP address of VLT VLAN interfaces between the VLT primary node and secondary node.
Virtual Link Trunking (VLT)
863