frr version 9.1
frr defaults traditional
hostname de-fra-core-02
log syslog informational

interface lo
 ip address 10.255.0.2/32

interface eth0
 ip ospf area 0
 ip ospf hello-interval 5
 ip ospf dead-interval 20

router ospf
 ospf router-id 10.255.0.2
 passive-interface lo

router bgp 65002
 bgp router-id 10.200.0.12
 bgp log-neighbor-changes
 no bgp ebgp-requires-policy
 neighbor 10.200.0.11 remote-as 65001
 neighbor 10.200.0.11 description de-fra-core-01
 neighbor 10.200.0.11 timers 10 30
 neighbor 10.200.0.14 remote-as 65004
 neighbor 10.200.0.14 description nl-ams-core-01
 neighbor 10.200.0.14 timers 10 30
 neighbor 10.200.0.15 remote-as 65005
 neighbor 10.200.0.15 description us-nyc-core-01
 neighbor 10.200.0.15 timers 10 30
 neighbor 10.200.0.21 remote-as 65006
 neighbor 10.200.0.21 description de-fra-edge-01
 neighbor 10.200.0.21 timers 10 30
 !
 address-family ipv4 unicast
  network 10.10.2.0/24
  network 10.255.0.2/32
  neighbor 10.200.0.11 activate
  neighbor 10.200.0.11 soft-reconfiguration inbound
  neighbor 10.200.0.14 activate
  neighbor 10.200.0.14 soft-reconfiguration inbound
  neighbor 10.200.0.15 activate
  neighbor 10.200.0.15 soft-reconfiguration inbound
  neighbor 10.200.0.21 activate
  neighbor 10.200.0.21 soft-reconfiguration inbound
 exit-address-family

ip route 10.10.2.0/24 Null0

line vty
