blob: 21fa9c72f9a9fddb8a293e5e031cc2ce84a9216b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
!
hostname r4
password zebra
log file /tmp/r1-frr.log
ip forwarding
!
interface r4-eth0
ip address 10.1.0.4/24
ip ospf network point-to-multipoint
ip ospf hello-interval 1
ip ospf dead-interval 30
!
!
interface r4-eth1
ip address 10.1.4.4/24
ip ospf network broadcast
ip ospf hello-interval 1
ip ospf dead-interval 30
!
!
router ospf
ospf router-id 4.4.4.4
distance 20
network 10.1.0.0/24 area 0
network 10.1.4.0/24 area 0
|