summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_aigp_rr/r3/ospfd.conf
blob: 48702e4e4c658cd46d10bef02fa64eaff95da209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
!
interface lo
 ip ospf passive
!
interface r3-eth0
 ip ospf dead-interval 4
 ip ospf hello-interval 1
 ip ospf cost 10
!
interface r3-eth1
 ip ospf dead-interval 4
 ip ospf hello-interval 1
 ip ospf cost 10
!
router ospf
 router-id 10.0.0.3
 network 0.0.0.0/0 area 0
!