Both VLT peers should be configured with the same local VTEP IP address. One would complete the usual VLT config on both peers. An identical loopback IP will be configured on both peers, to serve as the Anycast IP.
Other than that, there will be the usual VXLAn config
[
vxlan-instance xx static
local-vtep-ip a.b.c.d
no shut
vni-profile profilename-abc
vnid 50
remote-vtep-ip a.b.c.e vni-profile profilename-abc
]

and configuration for VXLAN instances on VLTi and VLT LAGs to clients

VLT LAG
[
int po-ch 99
no ip add
vxlan-instance 77
vlt-peer-lag-port-channel 99
channel-member tengig 0/10
]

VLTi
[
int po-ch 1
no ip add
vxlan-instance 77
channel-member tengig 0/48
channel-member tengig 0/52
no shut
]

VLAN to VNID mapping
[
int vlan 50
vxlan-vnid 50
no ip add
tagged po-ch 99
no shut
]

Aliens? Any thoughts?

This site uses Akismet to reduce spam. Learn how your comment data is processed.