frr/tests/topotests/rip_bfd_topo1/r1/ripd.conf

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

18 lines
247 B
Text
Raw Normal View History

interface r1-eth0
ip rip bfd
ip rip bfd profile slow
exit
!
interface r1-eth1
ip rip bfd
ip rip bfd profile slow
exit
!
router rip
allow-ecmp
network 192.168.0.1/24
network 192.168.1.1/24
redistribute connected
timers basic 10 40 30
exit