summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_aigp_rr/r2/ospfd.conf
blob: dd91101d9050d7ae37c38342219c6588f8a16618 (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 r2-eth0
 ip ospf dead-interval 4
 ip ospf hello-interval 1
 ip ospf cost 10
!
interface r2-eth1
 ip ospf dead-interval 4
 ip ospf hello-interval 1
 ip ospf cost 10
!
router ospf
 router-id 10.0.0.2
 network 0.0.0.0/0 area 0
!