diff options
Diffstat (limited to 'tests/topotests/pim_basic_topo2/r1')
-rw-r--r-- | tests/topotests/pim_basic_topo2/r1/bfdd.conf | 6 | ||||
-rw-r--r-- | tests/topotests/pim_basic_topo2/r1/pimd.conf | 4 | ||||
-rw-r--r-- | tests/topotests/pim_basic_topo2/r1/zebra.conf | 3 |
3 files changed, 13 insertions, 0 deletions
diff --git a/tests/topotests/pim_basic_topo2/r1/bfdd.conf b/tests/topotests/pim_basic_topo2/r1/bfdd.conf new file mode 100644 index 0000000..76c6f82 --- /dev/null +++ b/tests/topotests/pim_basic_topo2/r1/bfdd.conf @@ -0,0 +1,6 @@ +bfd + profile fast-tx + receive-interval 250 + transmit-interval 250 + ! +! diff --git a/tests/topotests/pim_basic_topo2/r1/pimd.conf b/tests/topotests/pim_basic_topo2/r1/pimd.conf new file mode 100644 index 0000000..b895d7d --- /dev/null +++ b/tests/topotests/pim_basic_topo2/r1/pimd.conf @@ -0,0 +1,4 @@ +interface r1-eth0 + ip pim + ip pim bfd profile fast-tx +! diff --git a/tests/topotests/pim_basic_topo2/r1/zebra.conf b/tests/topotests/pim_basic_topo2/r1/zebra.conf new file mode 100644 index 0000000..6bf02a3 --- /dev/null +++ b/tests/topotests/pim_basic_topo2/r1/zebra.conf @@ -0,0 +1,3 @@ +interface r1-eth0 + ip address 192.168.1.1/24 +! |