mirror_frr/tests/topotests/ldp-vpls-topo1/r2/ospfd.conf
Donald Sharp 39adeb7617 tests: Reduce ldp-vpls-topo1 run time
Reduce this tests run time from ~76 seconds to ~49 seconds
by decreasing the hello/dead interval timers in ospf

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
2020-09-03 10:54:16 -04:00

16 lines
224 B
Plaintext

hostname r2
log file ospfd.log
!
router ospf
router-id 2.2.2.2
network 0.0.0.0/0 area 0
!
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
!