mirror_frr/tests/topotests/ldp-oc-topo1/r2/ospfd.conf
Martin Winter 3636b6c158
tests: Make ospf convergence predictable by setting if priority
Added OSPF priorities to force a predictable DR/Backup router selection

Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
2020-11-26 04:10:05 +01:00

18 lines
264 B
Plaintext

hostname r2
log file ospfd.log
!
router ospf
router-id 2.2.2.2
network 0.0.0.0/0 area 0
!
int r2-eth0
ip ospf hello-interval 2
ip ospf dead-interval 10
ip ospf priority 2
!
int r2-eth1
ip ospf hello-interval 2
ip ospf dead-interval 10
ip ospf priority 1
!