frr/tests/topotests/ospf_p2mp/r1/frr-p2mp.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

23 lines
410 B
Text

!
hostname r1
password zebra
log file /tmp/r1-frr.log
ip forwarding
!
interface r1-eth0
ip address 10.1.0.1/24
ip ospf network point-to-multipoint
ip ospf hello-interval 1
ip ospf dead-interval 30
!
interface r1-eth1
ip address 10.1.1.1/24
ip ospf hello-interval 1
ip ospf dead-interval 30
!
router ospf
ospf router-id 1.1.1.1
distance 20
network 10.1.0.0/24 area 0
network 10.1.1.0/24 area 0
!