diff options
Diffstat (limited to 'tests/topotests/rip_bfd_topo1/r2')
-rw-r--r-- | tests/topotests/rip_bfd_topo1/r2/bfdd.conf | 6 | ||||
-rw-r--r-- | tests/topotests/rip_bfd_topo1/r2/ripd.conf | 11 | ||||
-rw-r--r-- | tests/topotests/rip_bfd_topo1/r2/staticd.conf | 1 | ||||
-rw-r--r-- | tests/topotests/rip_bfd_topo1/r2/zebra.conf | 8 |
4 files changed, 26 insertions, 0 deletions
diff --git a/tests/topotests/rip_bfd_topo1/r2/bfdd.conf b/tests/topotests/rip_bfd_topo1/r2/bfdd.conf new file mode 100644 index 0000000..e848bda --- /dev/null +++ b/tests/topotests/rip_bfd_topo1/r2/bfdd.conf @@ -0,0 +1,6 @@ +bfd + profile slow + receive-interval 1000 + transmit-interval 1000 + exit +exit diff --git a/tests/topotests/rip_bfd_topo1/r2/ripd.conf b/tests/topotests/rip_bfd_topo1/r2/ripd.conf new file mode 100644 index 0000000..35e4688 --- /dev/null +++ b/tests/topotests/rip_bfd_topo1/r2/ripd.conf @@ -0,0 +1,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 diff --git a/tests/topotests/rip_bfd_topo1/r2/staticd.conf b/tests/topotests/rip_bfd_topo1/r2/staticd.conf new file mode 100644 index 0000000..6fe9374 --- /dev/null +++ b/tests/topotests/rip_bfd_topo1/r2/staticd.conf @@ -0,0 +1 @@ +ip route 10.254.254.100/32 lo diff --git a/tests/topotests/rip_bfd_topo1/r2/zebra.conf b/tests/topotests/rip_bfd_topo1/r2/zebra.conf new file mode 100644 index 0000000..cad922f --- /dev/null +++ b/tests/topotests/rip_bfd_topo1/r2/zebra.conf @@ -0,0 +1,8 @@ +interface r2-eth0 + ip address 192.168.0.2/24 +exit +! +interface lo + ip address 10.254.254.2/32 +exit + |