diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 13:16:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 13:16:35 +0000 |
commit | e2bbf175a2184bd76f6c54ccf8456babeb1a46fc (patch) | |
tree | f0b76550d6e6f500ada964a3a4ee933a45e5a6f1 /tests/topotests/rip_bfd_topo1/r3 | |
parent | Initial commit. (diff) | |
download | frr-e2bbf175a2184bd76f6c54ccf8456babeb1a46fc.tar.xz frr-e2bbf175a2184bd76f6c54ccf8456babeb1a46fc.zip |
Adding upstream version 9.1.upstream/9.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/topotests/rip_bfd_topo1/r3')
-rw-r--r-- | tests/topotests/rip_bfd_topo1/r3/bfdd.conf | 6 | ||||
-rw-r--r-- | tests/topotests/rip_bfd_topo1/r3/ripd.conf | 11 | ||||
-rw-r--r-- | tests/topotests/rip_bfd_topo1/r3/staticd.conf | 1 | ||||
-rw-r--r-- | tests/topotests/rip_bfd_topo1/r3/zebra.conf | 7 |
4 files changed, 25 insertions, 0 deletions
diff --git a/tests/topotests/rip_bfd_topo1/r3/bfdd.conf b/tests/topotests/rip_bfd_topo1/r3/bfdd.conf new file mode 100644 index 0000000..e848bda --- /dev/null +++ b/tests/topotests/rip_bfd_topo1/r3/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/r3/ripd.conf b/tests/topotests/rip_bfd_topo1/r3/ripd.conf new file mode 100644 index 0000000..0df0bac --- /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 diff --git a/tests/topotests/rip_bfd_topo1/r3/staticd.conf b/tests/topotests/rip_bfd_topo1/r3/staticd.conf new file mode 100644 index 0000000..6fe9374 --- /dev/null +++ b/tests/topotests/rip_bfd_topo1/r3/staticd.conf @@ -0,0 +1 @@ +ip route 10.254.254.100/32 lo diff --git a/tests/topotests/rip_bfd_topo1/r3/zebra.conf b/tests/topotests/rip_bfd_topo1/r3/zebra.conf new file mode 100644 index 0000000..12ffeca --- /dev/null +++ b/tests/topotests/rip_bfd_topo1/r3/zebra.conf @@ -0,0 +1,7 @@ +interface r3-eth0 + ip address 192.168.1.2/24 +exit +! +interface lo + ip address 10.254.254.3/32 +exit |