mirror_frr/tests/topotests/ospf-topo1/r4/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.4
redistribute kernel
redistribute connected
redistribute static
interface r4-eth0 area 0.0.0.1
interface r4-eth1 area 0.0.0.1
!
int r4-eth0
ipv6 ospf6 hello-interval 2
ipv6 ospf6 dead-interval 10
!
int r4-eth1
ipv6 ospf6 hello-interval 2
ipv6 ospf6 dead-interval 10
!