mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 19:13:19 +00:00

- Reduce OSPF timers to 1 and 4 - Reduce BGP connect timer to 5 - Apply configs in parallel as single file - Remove the switches as all links are p2p, perhaps this will help with reliability? Signed-off-by: Christian Hopps <chopps@labn.net>
22 lines
510 B
Plaintext
22 lines
510 B
Plaintext
interface R1-eth0
|
|
ip ospf dead-interval 4
|
|
ip ospf hello-interval 1
|
|
interface R1-eth1
|
|
ip ospf dead-interval 4
|
|
ip ospf hello-interval 1
|
|
interface R1-eth2
|
|
ip ospf dead-interval 4
|
|
ip ospf hello-interval 1
|
|
interface R1-eth3
|
|
ip ospf dead-interval 4
|
|
ip ospf hello-interval 1
|
|
interface R1-eth4
|
|
ip ospf dead-interval 4
|
|
ip ospf hello-interval 1
|
|
interface R1-eth5
|
|
ip ospf dead-interval 4
|
|
ip ospf hello-interval 1
|
|
router ospf
|
|
network 10.10.0.0/16 area 0
|
|
network 10.20.0.0/16 area 0
|
|
network 1.1.1.1/32 area 0 |