summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_gr_notification/r2/bgpd.conf
blob: 5e47f9dee39f7c6b3b050c7ccde15299a4989428 (plain)
1
2
3
4
5
6
7
8
9
10
router bgp 65002
 no bgp ebgp-requires-policy
 no bgp hard-administrative-reset
 bgp graceful-restart
 neighbor 192.168.255.1 remote-as external
 neighbor 192.168.255.1 timers 1 3
 address-family ipv4
  redistribute connected
 exit-address-family
!