Add some timers to make the convergence happen as fast as possible
when a connection fails on the initial attempt.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgp router-id 10.10.10.1
no bgp ebgp-requires-policy
neighbor 2001:db8::2 remote-as external
+ neighbor 2001:db8::2 timers 3 10
+ neighbor 2001:db8::2 timers connect 1
address-family ipv6 unicast
neighbor 2001:db8::2 activate
neighbor 2001:db8::2 route-map r2 in
bgp router-id 10.10.10.2
no bgp ebgp-requires-policy
neighbor 2001:db8::1 remote-as external
+ neighbor 2001:db8::1 timers 3 10
+ neighbor 2001:db8::1 timers connect 1
address-family ipv6 unicast
redistribute connected
neighbor 2001:db8::1 activate