mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 00:38:24 +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>
23 lines
511 B
Plaintext
23 lines
511 B
Plaintext
interface R2-eth0
|
|
ip ospf dead-interval 4
|
|
ip ospf hello-interval 1
|
|
interface R2-eth1
|
|
ip ospf dead-interval 4
|
|
ip ospf hello-interval 1
|
|
interface R2-eth2
|
|
ip ospf dead-interval 4
|
|
ip ospf hello-interval 1
|
|
interface R2-eth3
|
|
ip ospf dead-interval 4
|
|
ip ospf hello-interval 1
|
|
interface R2-eth4
|
|
ip ospf dead-interval 4
|
|
ip ospf hello-interval 1
|
|
interface R2-eth5
|
|
ip ospf dead-interval 4
|
|
ip ospf hello-interval 1
|
|
router ospf
|
|
network 10.10.0.0/16 area 0
|
|
network 10.30.0.0/16 area 0
|
|
network 2.2.2.2/32 area 0
|