vEOS3#show run ! Command: show running-config ! device: vEOS3 (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 vEOS3 ! spanning-tree mode mstp ! no aaa root ! username aaa privilege 15 secret sha512 $6$jbUpzBBgGUP1pYhA$.3pP69/vgyS3if50nfblGP7scuUYMH8tkBnhTB1THyn0x/ckkRDklogjFh6S3ltElKiTUFtHTj2BpkajObYf1. ! vrf definition VM7 ! vrf definition mgmt ! interface Ethernet1 load-interval 30 no switchport ip address 10.11.33.33/24 bfd interval 333 min_rx 333 multiplier 3 ! interface Ethernet2 load-interval 30 no switchport ip address 10.22.33.33/24 bfd interval 333 min_rx 333 multiplier 3 ! interface Ethernet3 no switchport ! interface Ethernet3.777 encapsulation dot1q vlan 777 vrf forwarding VM7 ip address 192.168.7.1/24 ! interface Loopback0 ip address 10.0.0.33/24 ipv6 address fc00::10:0:0:33/128 ! interface Management1 vrf forwarding mgmt ip address 192.168.44.82/24 ! ip route vrf VM7 0.0.0.0/0 192.168.7.250 ! ip routing ip routing vrf VM7 no ip routing vrf mgmt ! ipv6 unicast-routing ! router bgp 65001 router-id 10.0.0.33 maximum-paths 2 ecmp 2 neighbor POD1 peer-group neighbor POD1 remote-as 65011 neighbor POD1 fall-over bfd neighbor POD1 password 7 1RtJFYB9gqIVXjAG8UiJWg== neighbor POD1 send-community extended neighbor POD1 maximum-routes 12000 neighbor POD2 peer-group neighbor POD2 remote-as 65012 neighbor POD2 fall-over bfd neighbor POD2 password 7 aPYDv9nQvwYDurTezBF0ag== neighbor POD2 send-community extended neighbor POD2 maximum-routes 12000 neighbor 10.11.33.11 peer-group POD1 neighbor 10.22.33.22 peer-group POD2 ! address-family evpn neighbor POD1 activate neighbor POD2 activate ! address-family ipv4 neighbor POD1 activate neighbor POD2 activate network 10.0.0.0/24 ! management ssh vrf mgmt ! end