mirror_frr/tests/topotests/ospf_p2mp/r3/frr-p2mp-non-broadcast.conf
Donald Sharp 3b9db86e13 tests: ospf_p2mp should not use /tmp
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2024-12-02 10:49:58 -05:00

26 lines
507 B
Plaintext

!
hostname r3
!
interface r3-eth0
ip address 10.1.0.3/24
ip ospf network point-to-multipoint non-broadcast
ip ospf hello-interval 1
ip ospf dead-interval 30
!
!
interface r3-eth1
ip address 10.1.3.3/24
ip ospf network broadcast
ip ospf hello-interval 1
ip ospf dead-interval 30
!
!
router ospf
ospf router-id 3.3.3.3
distance 20
network 10.1.0.0/24 area 0
network 10.1.3.0/24 area 0
neighbor 10.1.0.1 poll-interval 5
neighbor 10.1.0.2 poll-interval 5
neighbor 10.1.0.4 poll-interval 5