diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2022-01-18 11:47:27 +0200 |
|---|---|---|
| committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2022-01-19 15:02:08 +0200 |
| commit | 77411f45c81f2e15a3f9076f5a2e4b4b3777a2bd (patch) | |
| tree | 21ec18984e7d816a2f42922c06b7f755cb9f2ff7 | |
| parent | 31afff83f18b02fa0cc1b655de72e4159f53af90 (diff) | |
tests: Lower keepalive/hold/connect timers for BGP LLGR test
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
| -rw-r--r-- | tests/topotests/bgp_llgr/r0/bgpd.conf | 2 | ||||
| -rw-r--r-- | tests/topotests/bgp_llgr/r1/bgpd.conf | 2 | ||||
| -rw-r--r-- | tests/topotests/bgp_llgr/r2/bgpd.conf | 6 | ||||
| -rw-r--r-- | tests/topotests/bgp_llgr/r3/bgpd.conf | 2 | ||||
| -rw-r--r-- | tests/topotests/bgp_llgr/r4/bgpd.conf | 2 |
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 |
