frr/tests/topotests/msdp_mesh_topo1/r2/ospfd.conf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
256 B
Text
Raw Normal View History

interface r2-eth0
ip ospf hello-interval 2
ip ospf dead-interval 10
!
interface r2-eth1
ip ospf hello-interval 2
ip ospf dead-interval 10
!
router ospf
network 192.168.1.0/24 area 0.0.0.0
network 192.168.2.0/24 area 0.0.0.0
redistribute connected
!