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

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

13 lines
179 B
Text
Raw Normal View History

hostname r1
log file ospfd.log
!
router ospf
router-id 1.1.1.1
network 0.0.0.0/4 area 0
redistribute static
!
int r1-eth0
ip ospf hello-interval 2
ip ospf dead-interval 10
!