1
0
Fork 0
frr/tests/topotests/rip_bfd_topo1/r1/ripd.conf
Daniel Baumann 3124f89aed
Adding upstream version 10.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:03:58 +01:00

17 lines
247 B
Text

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