summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_unnumbered_point_to_multipoint/r2/ospfd.conf
blob: 5d0439f73443770b067feee87116682925dfbeb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
!
interface r2-eth1
  ip ospf network point-to-multipoint
  ip ospf hello-interval 2
  ip ospf dead-interval 10
  ip ospf prefix-suppress 10.1.2.2
!
router ospf
  ospf router-id 10.0.255.2
  network 0.0.0.0/0 area 0
!