13 lines
256 B
Text
13 lines
256 B
Text
interface r2-eth0
|
|
ip ospf hello-interval 2
|
|
ip ospf dead-interval 10
|
|
!
|
|
interface r2-eth1
|
|
ip ospf hello-interval 2
|
|
ip ospf dead-interval 10
|
|
!
|
|
router ospf
|
|
network 192.168.1.0/24 area 0.0.0.0
|
|
network 192.168.2.0/24 area 0.0.0.0
|
|
redistribute connected
|
|
!
|