]> git.proxmox.com Git - mirror_frr.git/blame - tests/topotests/bgp_route_server_client/r2/bgpd.conf
tests: Add aggressive timers to the new route server client test
[mirror_frr.git] / tests / topotests / bgp_route_server_client / r2 / bgpd.conf
CommitLineData
0d92307e
DA
1router bgp 65000 view RS
2 bgp router-id 10.10.10.2
3 no bgp ebgp-requires-policy
4 neighbor 2001:db8:1::2 remote-as external
bdd3a3cc 5 neighbor 2001:db8:1::2 timers 3 10
0d92307e 6 neighbor 2001:db8:3::2 remote-as external
bdd3a3cc 7 neighbor 2001:db8:3::2 timers 3 10
0d92307e
DA
8 address-family ipv6 unicast
9 redistribute connected
10 neighbor 2001:db8:1::2 activate
11 neighbor 2001:db8:3::2 activate
12 neighbor 2001:db8:1::2 route-server-client
13 neighbor 2001:db8:3::2 route-server-client
14 exit-address-family
15!