summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_update_delay/r2/bgpd.conf
blob: 438f9950a596a8e99b3aa1e9a876d6ea391a7b8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
! spine
router bgp 65002
  no bgp ebgp-requires-policy
  timers bgp 3 9
  neighbor 192.168.255.2 remote-as 65001
  neighbor 192.168.254.2 remote-as 65003
  neighbor 192.168.253.2 remote-as 65004
  neighbor 192.168.255.2 timers connect 10
  neighbor 192.168.254.2 timers connect 10
  neighbor 192.168.253.2 timers connect 10
!
 router bgp 65002 vrf vrf1
  no bgp ebgp-requires-policy
  timers bgp 3 9
  neighbor 192.168.252.2 remote-as 65005
  neighbor 192.168.252.2 timers connect 10
  !
!