vEOS2#show run ! Command: show running-config ! device: vEOS2 (vEOS, EOS-4.20.1F) ! ! boot system flash:/vEOS-lab.swi ! transceiver qsfp default-mode 4x10G ! service routing protocols model multi-agent ! logging console debugging ! hostname vEOS2 ! spanning-tree mode mstp ! no aaa root ! username aaa privilege 15 secret sha512 $6$rZ3zVoP3HtsCg4pZ$QCViP27RvfBNmEJt5HZI2jwv/DF53VjQR3QOYMW3Zfim0vmAER9GFTojUvIpVrEcIfLQGBM2DFbZXOmvnaBer0 ! vlan 222 name CUST_L3_DOMAIN_1 ! vlan 444 name CUST_L3_DOMAIN_2 ! vlan 666 name Tennant_L2 ! vrf definition CUST ! interface Ethernet1 no switchport ! interface Ethernet1.23 logging event link-status encapsulation dot1q vlan 23 ip address 10.22.33.22/24 ! interface Ethernet1.24 logging event link-status encapsulation dot1q vlan 24 ip address 10.22.44.22/24 ! interface Ethernet2 load-interval 30 switchport trunk allowed vlan 222,444,666 switchport mode trunk ! interface Ethernet3 ! interface Loopback0 ip address 10.0.0.22/32 ! interface Management1 ip address 192.168.44.82/24 ! interface Vlan222 vrf forwarding CUST ip proxy-arp ip local-proxy-arp ip address 192.168.0.254/24 ip virtual-router address 192.168.0.250 ! interface Vlan444 vrf forwarding CUST ip proxy-arp ip local-proxy-arp ip address 192.168.1.254/24 ip virtual-router address 192.168.1.250 ! interface Vxlan1 vxlan source-interface Loopback0 vxlan udp-port 4789 vxlan vlan 222 vni 123 vxlan vlan 444 vni 456 vxlan vlan 666 vni 789 ! ip virtual-router mac-address 00:00:5e:00:00:01 ! ip routing ip routing vrf CUST ! router bgp 65012 router-id 10.0.0.22 maximum-paths 4 ecmp 4 neighbor 10.0.0.11 remote-as 65011 neighbor 10.0.0.11 update-source Loopback0 neighbor 10.0.0.11 ebgp-multihop 5 neighbor 10.0.0.11 password 7 8Xbh/6JDYtBVMFZp5Rg2jw== neighbor 10.0.0.11 send-community extended neighbor 10.0.0.11 maximum-routes 12000 neighbor 10.22.33.33 remote-as 65001 neighbor 10.22.33.33 password 7 UGzc2IyRG9lbnB4yCZcWzg== neighbor 10.22.33.33 maximum-routes 12000 neighbor 10.22.44.44 remote-as 65002 neighbor 10.22.44.44 password 7 EbNvHEPAdc7fwCWEz1jbxQ== neighbor 10.22.44.44 maximum-routes 12000 ! vlan 222 rd 10.0.0.22:123 route-target both 65000:123 redistribute learned ! vlan 444 rd 10.0.0.22:456 route-target both 65000:456 redistribute learned ! vlan 666 rd 10.0.0.22:789 route-target both 65000:789 redistribute learned ! address-family evpn neighbor 10.0.0.11 activate ! address-family ipv4 no neighbor 10.0.0.11 activate neighbor 10.22.33.33 activate neighbor 10.22.44.44 activate network 10.0.0.22/32 ! end