Deployment Guide

Figure 5. VXLAN BGP EVPN use case
VTEP 1 Leaf Switch
1. Configure a Loopback interface for the VXLAN underlay using same IP address as the VLT peer
OS10(config)# interface loopback0
OS10(conf-if-lo-0)# no shutdown
OS10(conf-if-lo-0)# ip address 192.168.1.1/32
OS10(conf-if-lo-0)# exit
2. Configure the Loopback interface as the VXLAN source tunnel interface
OS10(config)# nve
OS10(config-nve)# source-interface loopback0
OS10(config-nve)# exit
82
BGP EVPN for VXLAN