frr/tests/topotests/ospf_metric_propagation/rc/frr.conf
Daniel Baumann 3124f89aed
Adding upstream version 10.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:03:58 +01:00

21 lines
366 B
Text

!
hostname rc
password zebra
log file /tmp/rc-frr.log
ip forwarding
!
interface rc-eth0
ip address 10.0.70.7/24
ip ospf hello-interval 1
ip ospf dead-interval 40
!
interface rc-eth1
ip address 10.0.80.7/24
ip ospf hello-interval 1
ip ospf dead-interval 40
!
router ospf
ospf router-id 10.0.255.7
network 10.0.70.0/24 area 0
network 10.0.80.0/24 area 0
!