11 lines
183 B
Text
11 lines
183 B
Text
!
|
|
interface r3-eth0
|
|
ip ospf network point-to-point
|
|
ip ospf hello-interval 2
|
|
ip ospf dead-interval 10
|
|
!
|
|
router ospf
|
|
redistribute static
|
|
network 10.0.23.0/24 area 1
|
|
area 1 nssa
|
|
!
|