Install Guide

Table Of Contents
VXLAN Instance Configuration
vxlan-instance 1 static
local-vtep-ip 14.14.14.14
no shutdown
vni-profile test
vnid 200
remote-vtep-ip 3.3.3.3 vni-profile test
VLT Access port configuration
interface TengigabitEthernet 0/12
port-channel-protocol lacp
port-channel 30 mode active
interface Port-channel 30
no ip address
vxlan-instance 1
switchport
vlt-peer-lag port-channel 30
no shutdown
2. Configure loopback interface and VXLAN instances on both the peers.
Configure loopback interface IP address on both peers with the same IPaddress.
interface Loopback 1
ip address 14.14.14.14/32
no shutdown
3. Configure VXLAN instance on access port for both the peers.
Access Port Configuration
interface Port-channel 30
vxlan-instance 1
no ip address
channel-member TenGigabitEthernet 0/12
vlt-peer-lag port-channel 30
no shutdown
VLAN Configuration
interface Vlan 200
vxlan-vnid 200 --- VNID for this VLAN
no ip address
tagged PortChannel 30
no shutdown
4. Configure routing protocol or static addresses to establish a L3 path to the remote VTEP.
Virtual Link Trunking (VLT)
879