1
0
Fork 0
frr/tests/topotests/bgp_route_server_client/r1/bgpd.conf

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

14 lines
330 B
Text
Raw Normal View History

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