frr/tests/topotests/bgp_route_server_client/r3/bgpd.conf
Daniel Baumann 3124f89aed
Adding upstream version 10.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:03:58 +01:00

12 lines
305 B
Text

!
router bgp 65003
bgp router-id 10.10.10.3
no bgp ebgp-requires-policy
neighbor 2001:db8:3::1 remote-as external
neighbor 2001:db8:3::1 timers 3 10
neighbor 2001:db8:3::1 timers connect 5
address-family ipv6 unicast
redistribute connected
neighbor 2001:db8:3::1 activate
exit-address-family
!