diff options
Diffstat (limited to 'tests/topotests/rip_bfd_topo1/r3/ripd.conf')
-rw-r--r-- | tests/topotests/rip_bfd_topo1/r3/ripd.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/topotests/rip_bfd_topo1/r3/ripd.conf b/tests/topotests/rip_bfd_topo1/r3/ripd.conf new file mode 100644 index 00000000..0df0bac5 --- /dev/null +++ b/tests/topotests/rip_bfd_topo1/r3/ripd.conf @@ -0,0 +1,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 |