summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/topotests/bgp_llgr/r0/bgpd.conf2
-rw-r--r--tests/topotests/bgp_llgr/r1/bgpd.conf2
-rw-r--r--tests/topotests/bgp_llgr/r2/bgpd.conf6
-rw-r--r--tests/topotests/bgp_llgr/r3/bgpd.conf2
-rw-r--r--tests/topotests/bgp_llgr/r4/bgpd.conf2
5 files changed, 14 insertions, 0 deletions
diff --git a/tests/topotests/bgp_llgr/r0/bgpd.conf b/tests/topotests/bgp_llgr/r0/bgpd.conf
index d93ee193bc..a20e64fa42 100644
--- a/tests/topotests/bgp_llgr/r0/bgpd.conf
+++ b/tests/topotests/bgp_llgr/r0/bgpd.conf
@@ -4,6 +4,8 @@ router bgp 65000
bgp graceful-restart restart-time 0
bgp long-lived-graceful-restart stale-time 20
neighbor 192.168.0.2 remote-as external
+ neighbor 192.168.0.2 timers 3 10
+ neighbor 192.168.0.2 timers connect 1
address-family ipv4 unicast
redistribute connected
exit-address-family
diff --git a/tests/topotests/bgp_llgr/r1/bgpd.conf b/tests/topotests/bgp_llgr/r1/bgpd.conf
index f8c9877730..bf33eebc51 100644
--- a/tests/topotests/bgp_llgr/r1/bgpd.conf
+++ b/tests/topotests/bgp_llgr/r1/bgpd.conf
@@ -4,6 +4,8 @@ router bgp 65001
bgp graceful-restart restart-time 0
bgp long-lived-graceful-restart stale-time 20
neighbor 192.168.1.2 remote-as external
+ neighbor 192.168.1.2 timers 3 10
+ neighbor 192.168.1.2 timers connect 1
address-family ipv4 unicast
redistribute connected
exit-address-family
diff --git a/tests/topotests/bgp_llgr/r2/bgpd.conf b/tests/topotests/bgp_llgr/r2/bgpd.conf
index a35b359197..6515ef83a0 100644
--- a/tests/topotests/bgp_llgr/r2/bgpd.conf
+++ b/tests/topotests/bgp_llgr/r2/bgpd.conf
@@ -3,8 +3,14 @@ router bgp 65002
bgp graceful-restart
bgp long-lived-graceful-restart stale-time 20
neighbor 192.168.0.1 remote-as external
+ neighbor 192.168.0.1 timers 3 10
+ neighbor 192.168.0.1 timers connect 1
neighbor 192.168.1.1 remote-as external
+ neighbor 192.168.1.1 timers 3 10
+ neighbor 192.168.1.1 timers connect 1
neighbor 192.168.2.1 remote-as external
+ neighbor 192.168.2.1 timers 3 10
+ neighbor 192.168.2.1 timers connect 1
neighbor PG peer-group
neighbor PG remote-as external
bgp listen range 192.168.3.0/24 peer-group PG
diff --git a/tests/topotests/bgp_llgr/r3/bgpd.conf b/tests/topotests/bgp_llgr/r3/bgpd.conf
index d73fdccb1d..dfe20c1069 100644
--- a/tests/topotests/bgp_llgr/r3/bgpd.conf
+++ b/tests/topotests/bgp_llgr/r3/bgpd.conf
@@ -4,3 +4,5 @@ router bgp 65003
bgp graceful-restart
bgp long-lived-graceful-restart stale-time 20
neighbor 192.168.2.2 remote-as external
+ neighbor 192.168.2.2 timers 3 10
+ neighbor 192.168.2.2 timers connect 1
diff --git a/tests/topotests/bgp_llgr/r4/bgpd.conf b/tests/topotests/bgp_llgr/r4/bgpd.conf
index c23acb40be..49ce387392 100644
--- a/tests/topotests/bgp_llgr/r4/bgpd.conf
+++ b/tests/topotests/bgp_llgr/r4/bgpd.conf
@@ -5,6 +5,8 @@ router bgp 65004
bgp graceful-restart restart-time 0
bgp long-lived-graceful-restart stale-time 30
neighbor 192.168.3.2 remote-as external
+ neighbor 192.168.3.2 timers 3 10
+ neighbor 192.168.3.2 timers connect 1
address-family ipv4 unicast
redistribute connected
exit-address-family