
> show running-config
! Command: show running-config at line 1
! device: spine2 (cEOSLab, EOS-4.33.1F-39879738.4331F (engineering build))
!
no aaa root
!
username admin privilege 15 role network-admin secret sha512 $6$QyhDcQt9OJp5vgV6$KypFaRgpBWdsuCSzXlJ2Czbeqvplyk1rgrfog6t9gBOjCBh5RYNiSGS8dCdIYYyLdMqc7L/wF3GahdA/flU4P0
!
management api http-commands
   no shutdown
!
no service interface inactive port-id allocation disabled
!
transceiver qsfp default-mode 4x10G
!
service routing protocols model multi-agent
!
hostname spine2
!
spanning-tree mode mstp
!
system l1
   unsupported speed action error
   unsupported error-correction action error
!
aaa authorization exec default local
!
interface Ethernet1
   description to leaf1-ceos
   mtu 9214
   no switchport
   ip address 10.0.2.0/31
!
interface Ethernet2
   description to leaf2-srl
   mtu 9214
   no switchport
   ip address 10.0.2.2/31
!
interface Ethernet3
   description to leaf3-frr
   mtu 9214
   no switchport
   ip address 10.0.2.4/31
!
interface Ethernet4
   description to leaf4-ceos
   mtu 9214
   no switchport
   ip address 10.0.2.6/31
!
interface Ethernet5
   description to leaf5-srl
   mtu 9214
   no switchport
   ip address 10.0.2.8/31
!
interface Ethernet6
   description to leaf6-frr
   mtu 9214
   no switchport
   ip address 10.0.2.10/31
!
interface Loopback0
   ip address 10.255.0.2/32
!
interface Management0
   ip address 172.20.20.12/24
!
ip routing
!
ip prefix-list LOOPBACKS seq 10 permit 10.255.0.0/16 le 32
!
route-map ACCEPT_ALL permit 10
!
route-map EXPORT_LOOPBACK permit 10
   match ip address prefix-list LOOPBACKS
!
router bgp 65100
   router-id 10.255.0.2
   no bgp default ipv4-unicast
   distance bgp 20 200 200
   maximum-paths 4 ecmp 64
   neighbor OVERLAY peer group
   neighbor OVERLAY remote-as 65199
   neighbor OVERLAY local-as 65199 no-prepend replace-as
   neighbor OVERLAY update-source Loopback0
   neighbor OVERLAY ebgp-multihop 3
   neighbor OVERLAY route-reflector-client
   neighbor OVERLAY send-community extended
   neighbor OVERLAY maximum-routes 12000
   neighbor UNDERLAY peer group
   neighbor UNDERLAY send-community extended
   neighbor UNDERLAY maximum-routes 12000
   neighbor 10.0.2.1 peer group UNDERLAY
   neighbor 10.0.2.1 remote-as 65001
   neighbor 10.0.2.1 description leaf1-ceos
   neighbor 10.0.2.3 peer group UNDERLAY
   neighbor 10.0.2.3 remote-as 65002
   neighbor 10.0.2.3 description leaf2-srl
   neighbor 10.0.2.5 peer group UNDERLAY
   neighbor 10.0.2.5 remote-as 65003
   neighbor 10.0.2.5 description leaf3-frr
   neighbor 10.0.2.7 peer group UNDERLAY
   neighbor 10.0.2.7 remote-as 65004
   neighbor 10.0.2.7 description leaf4-ceos
   neighbor 10.0.2.9 peer group UNDERLAY
   neighbor 10.0.2.9 remote-as 65005
   neighbor 10.0.2.9 description leaf5-srl
   neighbor 10.0.2.11 peer group UNDERLAY
   neighbor 10.0.2.11 remote-as 65006
   neighbor 10.0.2.11 description leaf6-frr
   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
   !
   address-family evpn
      neighbor OVERLAY activate
   !
   address-family ipv4
      neighbor UNDERLAY activate
      redistribute connected route-map EXPORT_LOOPBACK
!
router multicast
   ipv4
      software-forwarding kernel
   !
   ipv6
      software-forwarding kernel
!
end
