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