Follow these steps to configure an EVPN Layer 3 VNI.
Layer 3 VNI is used to support VRFs.
vlan 1-4
evpn r1 route-target both auto rd auto vlan add 2-4
router bgp local-as 100 neighbor 98.0.0.1 remote-as 100 address-family ipv4 unicast ! address-family ipv6 unicast ! address-family l2vpn evpn graceful-restart neighbor 98.0.0.1 encapsulation vxlan neighbor 98.0.0.1 activate
interface Loopback 1 no shutdown ip ospf area 0 ip address 1.2.3.4/32
interface Ethernet 0/4 ip ospf area 0 ip proxy-arp ip address 98.0.0.2/24 no shutdown
overlay-gateway g1 type layer2-extension ip interface Loopback 1 map vni auto activate
vrf red rd 5:50 evpn irb ve 100 <peer-gateway> <--Identifies the L3-VNI address-family ipv4 unicast route-target export 5:100 evpn route-target import 5:100 evpn ! address-family ipv6 unicast route-target export 5:100 evpn route-target import 5:100 evpn
vlan 100 <-- The L3-VNI is a VLAN as a result of auto map mode router-interface Ve 100
bridge-domain 500 p2mp router-interface ve 100 ! interface Ve 100 vrf forwarding red no shutdown