blob: dd8077c3949f1130fab83920825474d711b63270 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
!
hostname rc
password zebra
log file /tmp/rc-frr.log
ip forwarding
!
interface rc-eth0
ip address 10.0.70.7/24
ip ospf hello-interval 1
ip ospf dead-interval 40
!
interface rc-eth1
ip address 10.0.80.7/24
ip ospf hello-interval 1
ip ospf dead-interval 40
!
router ospf
ospf router-id 10.0.255.7
network 10.0.70.0/24 area 0
network 10.0.80.0/24 area 0
!
|