vEOS1#show run ! Command: show running-config ! device: vEOS1 (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 vEOS1 ! spanning-tree mode mstp ! no aaa root ! username aaa privilege 15 secret sha512 $6$0iUFwF0cEM6P5oSF$ML39q8QAQv5TngbX8XlaY7KFN7PYqZJBxITwbcNDswSjGQtdslv4JXMAlPjq7/T3L0wrM/Rn9rujFhTIUFIBk/ ! vlan 777 ! vrf definition CUST2 ! vrf definition mgmt ! interface Ethernet1 load-interval 30 no switchport ip address 10.11.33.11/24 bfd interval 333 min_rx 333 multiplier 3 ! interface Ethernet2 load-interval 30 no switchport ip address 10.11.44.11/24 bfd interval 333 min_rx 333 multiplier 3 ! interface Ethernet3 switchport trunk allowed vlan 777 switchport mode trunk ! interface Loopback0 ip address 10.0.0.11/24 ipv6 address fc00::10:0:0:11/128 ! interface Management1 vrf forwarding mgmt ip address 192.168.44.81/24 ! interface Vlan777 vrf forwarding CUST2 ip address 192.168.7.253/24 ip virtual-router address 192.168.7.250 ! interface Vxlan1 vxlan source-interface Loopback0 vxlan udp-port 4789 vxlan vrf CUST2 vni 4000 ! ip virtual-router mac-address 00:00:50:00:00:01 ! ip routing ip routing vrf CUST2 no ip routing vrf mgmt ! ipv6 unicast-routing ! router bgp 65011 router-id 10.0.0.11 maximum-paths 2 ecmp 2 neighbor SPINE peer-group neighbor SPINE remote-as 65001 neighbor SPINE fall-over bfd neighbor SPINE password 7 GjMNH/tbSiIZR6ITsaFeZQ== neighbor SPINE send-community extended neighbor SPINE maximum-routes 12000 neighbor 10.11.33.33 peer-group SPINE neighbor 10.11.44.44 peer-group SPINE ! address-family evpn neighbor SPINE activate ! address-family ipv4 neighbor SPINE activate network 10.0.0.11/32 ! vrf CUST2 rd 10.0.0.11:70 route-target import 10.0.0.11:70 route-target export 10.0.0.11:70 redistribute connected ! management ssh vrf mgmt ! end