DHCP Relay in VXLAN BGP EVPN
/* vPC Peer-2 */
router ospf UNDERLAY
vrf tenant-vrf
interface Vlan2000
• Configuration of SVI using static routes between vPC peers across the MCT:
/* vPC Peer-1 */
interface Vlan2000
vrf context tenant-vrf
ip route 192.168.1.2/30 192.168.1.1
/* vPC Peer-2 */
interface Vlan2000
vrf context tenant-vrf
ip route 192.168.1.1/30 192.168.1.2
vrf member tenant-vrf
ip address 192.168.1.1/30
ip router ospf UNDERLAY area 0.0.0.0
no shutdown
mtu 9216
vrf member tenant-vrf
ip address 192.168.1.2/30
ip router ospf UNDERLAY area 0.0.0.0
no shutdown
mtu 9216
vrf member tenant-vrf
ip address 192.168.1.1/30
no shutdown
mtu 9216
vrf member tenant-vrf
ip address 192.168.1.2/30
Cisco Nexus 9000 Series NX-OS VXLAN Configuration Guide, Release 7.x
vPC VTEP DHCP Relay Configuration Example
153