frr version 8.0.1 frr defaults datacenter hostname localhost log syslog informational service integrated-vtysh-config ! ip prefix-list loopbacks_ips seq 10 permit 0.0.0.0/0 le 32 ip protocol bgp route-map correct_src ! vrf vrf_myzone vni 1000 exit-vrf ! router bgp 65001 bgp router-id 192.168.0.1 no bgp default ipv4-unicast coalesce-time 1000 neighbor VTEP peer-group neighbor VTEP remote-as external neighbor VTEP bfd neighbor VTEP ebgp-multihop 10 neighbor VTEP update-source dummy1 neighbor 192.168.0.2 peer-group VTEP neighbor 192.168.0.3 peer-group VTEP bgp disable-ebgp-connected-route-check neighbor BGP peer-group neighbor BGP remote-as external neighbor BGP bfd neighbor 172.16.0.254 peer-group BGP neighbor 172.17.0.254 peer-group BGP ! address-family ipv4 unicast network 192.168.0.1/32 neighbor BGP activate neighbor BGP soft-reconfiguration inbound exit-address-family ! address-family l2vpn evpn neighbor VTEP route-map MAP_VTEP_OUT out neighbor VTEP activate advertise-all-vni autort as 65000 exit-address-family ! router bgp 65001 vrf vrf_myzone bgp router-id 192.168.0.1 ! address-family l2vpn evpn route-target import 65000:1000 route-target export 65000:1000 exit-address-family ! route-map MAP_VTEP_OUT permit 1 ! route-map correct_src permit 1 match ip address prefix-list loopbacks_ips set src 192.168.0.1 ! line vty !