summaryrefslogtreecommitdiffstats
path: root/tests/topotests/rip_bfd_topo1/r3/ripd.conf
blob: 0df0bac531d1b0c50fef9e0a582756df7ffed97d (plain)
1
2
3
4
5
6
7
8
9
10
11
interface r3-eth0
 ip rip bfd
 ip rip bfd profile slow
exit
!
router rip
 network 192.168.1.2/24
 redistribute connected
 redistribute static
 timers basic 10 40 30
exit