mirror_frr/tests/topotests/ospf-topo1/r2/ospf6d.conf
Donald Sharp 0668365829 tests: Reduce ospf-topo1 run time
Reduce run time from ~114 seconds to ~55 seconds by
configuring hello/dead interval timers for ospf and ospfv3

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

18 lines
319 B
Plaintext

!
router ospf6
ospf6 router-id 10.0.255.2
redistribute kernel
redistribute connected
redistribute static
interface r2-eth0 area 0.0.0.0
interface r2-eth1 area 0.0.0.0
!
int r2-eth0
ipv6 ospf6 hello-interval 2
ipv6 ospf6 dead-interval 10
!
int r2-eth1
ipv6 ospf6 hello-interval 2
ipv6 ospf6 dead-interval 10
!