frr version 9.1
frr defaults traditional
hostname us-nyc-core-01
log syslog informational

interface lo
 ip address 10.255.0.5/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.5
 passive-interface lo

router bgp 65005
 bgp router-id 10.200.0.15
 bgp log-neighbor-changes
 no bgp ebgp-requires-policy
 neighbor 10.200.0.12 remote-as 65002
 neighbor 10.200.0.12 description de-fra-core-02
 neighbor 10.200.0.12 timers 10 30
 neighbor 10.200.0.13 remote-as 65003
 neighbor 10.200.0.13 description uk-lon-core-01
 neighbor 10.200.0.13 timers 10 30
 neighbor 10.200.0.22 remote-as 65007
 neighbor 10.200.0.22 description uk-lon-edge-01
 neighbor 10.200.0.22 timers 10 30
 !
 address-family ipv4 unicast
  network 10.40.1.0/24
  network 10.255.0.5/32
  neighbor 10.200.0.12 activate
  neighbor 10.200.0.12 soft-reconfiguration inbound
  neighbor 10.200.0.13 activate
  neighbor 10.200.0.13 soft-reconfiguration inbound
  neighbor 10.200.0.22 activate
  neighbor 10.200.0.22 soft-reconfiguration inbound
 exit-address-family

ip route 10.40.1.0/24 Null0

line vty
