frr/tests/topotests/bgp_route_server_client/r3/bgpd.conf

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

13 lines
305 B
Text
Raw Normal View History

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