summaryrefslogtreecommitdiffstats
path: root/tests/topotests/msdp_mesh_topo1/r2/ospfd.conf
blob: 9e9ac5fb2ed18de66c9878ff8fca9f3d0cc4d62f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
!