mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 13:17:49 +00:00
tests: Speedup ldp-topo1 tests
These ospf timer changes, speed up convergence from ~85 seconds to ~40 seconds. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
09209b4858
commit
221bbedb11
@ -5,3 +5,7 @@ router ospf
|
||||
router-id 1.1.1.1
|
||||
network 0.0.0.0/0 area 0
|
||||
!
|
||||
int r1-eth0
|
||||
ip ospf hello-interval 2
|
||||
ip ospf dead-interval 10
|
||||
!
|
||||
|
@ -5,3 +5,15 @@ router ospf
|
||||
router-id 2.2.2.2
|
||||
network 0.0.0.0/0 area 0
|
||||
!
|
||||
int r2-eth0
|
||||
ip ospf hello-interval 2
|
||||
ip ospf dead-interval 10
|
||||
!
|
||||
int r2-eth1
|
||||
ip ospf hello-interval 2
|
||||
ip ospf dead-interval 10
|
||||
!
|
||||
int r2-eth2
|
||||
ip ospf hello-interval 2
|
||||
ip ospf dead-interval 10
|
||||
!
|
||||
|
@ -6,3 +6,11 @@ router ospf
|
||||
router-id 3.3.3.3
|
||||
network 0.0.0.0/0 area 0
|
||||
!
|
||||
int r3-eth0
|
||||
ip ospf hello-interval 2
|
||||
ip ospf dead-interval 10
|
||||
!
|
||||
int r3-eth1
|
||||
ip ospf hello-interval 2
|
||||
ip ospf dead-interval 10
|
||||
!
|
||||
|
@ -5,3 +5,7 @@ router ospf
|
||||
router-id 4.4.4.4
|
||||
network 0.0.0.0/0 area 0
|
||||
!
|
||||
int r4-eth0
|
||||
ip ospf hello-interval 2
|
||||
ip ospf dead-interval 10
|
||||
!
|
||||
|
Loading…
Reference in New Issue
Block a user