frr/tests/topotests/bgp_addpath_graceful_restart/r3/frr.conf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
300 B
Text
Raw Normal View History

!
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 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
!