summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_addpath_llgr/r3/frr.conf
blob: f36492d7e009cbd52a1bf9040f3c3fda30d2edff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
!
int r3-eth0
 ip address 192.168.3.3/24
!
router bgp 65003
 bgp graceful-restart
 bgp graceful-restart preserve-fw-state
 bgp graceful-restart restart-time 0
 bgp long-lived-graceful-restart stale-time 10
 no bgp ebgp-requires-policy
 neighbor 192.168.3.2 remote-as auto
 neighbor 192.168.3.2 timers 1 3
 neighbor 192.168.3.2 timers connect 1
!