summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_single_switch/r8_frr.conf
blob: 3b1b0e5f6434c0aa9b997839bb66e1b296657e6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
!
hostname r8
ip forwarding
!
interface r8-eth0
  ip address 203.0.113.8/24
  ip ospf network point-to-multipoint
  ip ospf area 0.0.0.0
  !ip ospf prefix-suppression
!
interface r8-eth1
  ip address 10.0.8.1/24
  ip ospf passive
  ip ospf area 0.0.0.0
!
router ospf
  ospf router-id 10.0.0.8
!