summaryrefslogtreecommitdiffstats
path: root/tests/topotests/rip_bfd_topo1/r1/ripd.conf
blob: 6cef84692a81fdc3b2992c27777fb3187878e94c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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