Building configuration...

Current configuration:
!
frr version 8.4_git
frr defaults datacenter
hostname spine3
log syslog informational
service integrated-vtysh-config
!
interface eth3
 description to leaf1-ceos
 ip address 10.0.3.0/31
exit
!
interface eth4
 description to leaf2-srl
 ip address 10.0.3.2/31
exit
!
interface eth5
 description to leaf3-frr
 ip address 10.0.3.4/31
exit
!
interface eth6
 description to leaf4-ceos
 ip address 10.0.3.6/31
exit
!
interface eth7
 description to leaf5-srl
 ip address 10.0.3.8/31
exit
!
interface eth8
 description to leaf6-frr
 ip address 10.0.3.10/31
exit
!
interface lo
 ip address 10.255.0.3/32
exit
!
router bgp 65100
 bgp router-id 10.255.0.3
 no bgp default ipv4-unicast
 bgp bestpath as-path multipath-relax
 neighbor OVERLAY peer-group
 neighbor OVERLAY remote-as 65199
 neighbor OVERLAY ebgp-multihop 3
 neighbor OVERLAY update-source lo
 neighbor OVERLAY timers 3 9
 neighbor UNDERLAY peer-group
 neighbor UNDERLAY timers 3 9
 neighbor 10.255.1.1 peer-group OVERLAY
 neighbor 10.255.1.1 description leaf1-EVPN
 neighbor 10.255.1.2 peer-group OVERLAY
 neighbor 10.255.1.2 description leaf2-EVPN
 neighbor 10.255.1.3 peer-group OVERLAY
 neighbor 10.255.1.3 description leaf3-EVPN
 neighbor 10.255.1.4 peer-group OVERLAY
 neighbor 10.255.1.4 description leaf4-EVPN
 neighbor 10.255.1.5 peer-group OVERLAY
 neighbor 10.255.1.5 description leaf5-EVPN
 neighbor 10.255.1.6 peer-group OVERLAY
 neighbor 10.255.1.6 description leaf6-EVPN
 neighbor 10.0.3.1 remote-as 65001
 neighbor 10.0.3.1 peer-group UNDERLAY
 neighbor 10.0.3.1 description leaf1-ceos
 neighbor 10.0.3.3 remote-as 65002
 neighbor 10.0.3.3 peer-group UNDERLAY
 neighbor 10.0.3.3 description leaf2-srl
 neighbor 10.0.3.5 remote-as 65003
 neighbor 10.0.3.5 peer-group UNDERLAY
 neighbor 10.0.3.5 description leaf3-frr
 neighbor 10.0.3.7 remote-as 65004
 neighbor 10.0.3.7 peer-group UNDERLAY
 neighbor 10.0.3.7 description leaf4-ceos
 neighbor 10.0.3.9 remote-as 65005
 neighbor 10.0.3.9 peer-group UNDERLAY
 neighbor 10.0.3.9 description leaf5-srl
 neighbor 10.0.3.11 remote-as 65006
 neighbor 10.0.3.11 peer-group UNDERLAY
 neighbor 10.0.3.11 description leaf6-frr
 !
 address-family ipv4 unicast
  redistribute connected route-map EXPORT_LO
  neighbor UNDERLAY activate
 exit-address-family
 !
 address-family l2vpn evpn
  neighbor OVERLAY activate
 exit-address-family
exit
!
ip prefix-list LOOPBACKS seq 10 permit 10.255.0.0/16 le 32
!
route-map EXPORT_LO permit 10
 match ip address prefix-list LOOPBACKS
exit
!
end
