mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 07:48:38 +00:00

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>
23 lines
423 B
Plaintext
23 lines
423 B
Plaintext
!
|
|
router ospf6
|
|
ospf6 router-id 10.0.255.3
|
|
redistribute kernel
|
|
redistribute connected
|
|
redistribute static
|
|
interface r3-eth0 area 0.0.0.0
|
|
interface r3-eth1 area 0.0.0.0
|
|
interface r3-eth2 area 0.0.0.1
|
|
!
|
|
int r3-eth0
|
|
ipv6 ospf6 hello-interval 2
|
|
ipv6 ospf6 dead-interval 10
|
|
!
|
|
int r3-eth1
|
|
ipv6 ospf6 hello-interval 2
|
|
ipv6 ospf6 dead-interval 10
|
|
!
|
|
int r3-eth2
|
|
ipv6 ospf6 hello-interval 2
|
|
ipv6 ospf6 dead-interval 10
|
|
!
|