ACE L3 VXLAN

Page content

manual config

int vxlan 1
   vxlan source-interface loopback 0
   vxlan vlan flood vtep 10.11.11.11 10.12.12.12
   vxlan vlan 101 vni 10101
!

config with bgp

int vxlan 1
   vxlan source-interface loopback0 ! use 1 in case of mlag peers
   vxlan udp-port 4789
   vxlan vlan 101 vni 10101
router bgp 650xx
   vlan 101
   rd 10.11.11.11:101     !for mlag use shared loopback addr (1)
   route-target both 101:10101
   redistribute learned
   exit

vxlan troubleshooting commands

sh vxlan vtep
sh vxlan address-table
sh vxlan flood vtep