25 lines
412 B
Text
25 lines
412 B
Text
log file ospfd.log
|
|
!
|
|
! debug ospf event
|
|
! debug ospf zebra
|
|
!
|
|
!
|
|
interface r1-eth0
|
|
ip ospf hello-interval 1
|
|
ip ospf dead-interval 5
|
|
!
|
|
interface r1-eth3
|
|
ip ospf hello-interval 1
|
|
ip ospf dead-interval 5
|
|
!
|
|
router ospf
|
|
ospf router-id 192.168.0.1
|
|
log-adjacency-changes
|
|
network 192.168.0.0/24 area 0.0.0.0
|
|
network 192.168.3.0/24 area 0.0.0.0
|
|
!
|
|
line vty
|
|
!
|
|
route-map LIES deny 10
|
|
match interface notpresent
|
|
!
|