frr/tests/topotests/bgp_remote_as_auto/r4/frr.conf
Daniel Baumann 3aa6220597
Adding upstream version 10.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:17:11 +01:00

10 lines
199 B
Text

!
int r4-eth0
ip address 192.168.14.4/24
!
router bgp 65004
no bgp ebgp-requires-policy
neighbor r4-eth0 interface remote-as auto
neighbor r4-eth0 timers 1 3
neighbor r4-eth0 timers connect 1
!