summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_suppress_fa/r2/ospfd.conf
blob: ecc35f7e7831942bea2e41ec38750df4ac659ffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
!
interface r2-eth0
 ip ospf network point-to-point
 ip ospf hello-interval 2
 ip ospf dead-interval 10
!
interface r2-eth1
 ip ospf network point-to-point
 ip ospf hello-interval 2
 ip ospf dead-interval 10
!
router ospf
 ospf router-id 10.0.23.2
 network 10.0.12.0/24 area 0
 network 10.0.23.0/24 area 1
 area 1 nssa 
!