frr/tests/topotests/all_protocol_startup/r1/ospfd.conf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
412 B
Text
Raw Normal View History

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
!