diff options
Diffstat (limited to 'tests/topotests/pim_basic/r1')
-rw-r--r-- | tests/topotests/pim_basic/r1/bgpd.conf | 5 | ||||
-rw-r--r-- | tests/topotests/pim_basic/r1/pimd.conf | 18 | ||||
-rw-r--r-- | tests/topotests/pim_basic/r1/rp-info.json | 9 | ||||
-rw-r--r-- | tests/topotests/pim_basic/r1/zebra.conf | 14 |
4 files changed, 46 insertions, 0 deletions
diff --git a/tests/topotests/pim_basic/r1/bgpd.conf b/tests/topotests/pim_basic/r1/bgpd.conf new file mode 100644 index 0000000..84d9598 --- /dev/null +++ b/tests/topotests/pim_basic/r1/bgpd.conf @@ -0,0 +1,5 @@ +router bgp 65001 + no bgp ebgp-requires-policy + neighbor 10.0.30.3 remote-as external + neighbor 10.0.30.3 timers 3 10 + redistribute connected diff --git a/tests/topotests/pim_basic/r1/pimd.conf b/tests/topotests/pim_basic/r1/pimd.conf new file mode 100644 index 0000000..737019f --- /dev/null +++ b/tests/topotests/pim_basic/r1/pimd.conf @@ -0,0 +1,18 @@ +hostname r1 +! +interface r1-eth0 + ip igmp + ip pim +! +interface r1-eth1 + ip pim +! +interface r1-eth2 + ip igmp + ip pim +! +interface lo + ip pim +! +ip pim rp 10.254.0.3 +ip pim join-prune-interval 5 diff --git a/tests/topotests/pim_basic/r1/rp-info.json b/tests/topotests/pim_basic/r1/rp-info.json new file mode 100644 index 0000000..1f713c2 --- /dev/null +++ b/tests/topotests/pim_basic/r1/rp-info.json @@ -0,0 +1,9 @@ +{ + "10.254.0.3":[ + { + "outboundInterface":"r1-eth1", + "group":"224.0.0.0\/4", + "source":"Static" + } + ] +} diff --git a/tests/topotests/pim_basic/r1/zebra.conf b/tests/topotests/pim_basic/r1/zebra.conf new file mode 100644 index 0000000..e430417 --- /dev/null +++ b/tests/topotests/pim_basic/r1/zebra.conf @@ -0,0 +1,14 @@ +hostname r1 +! +interface r1-eth0 + ip address 10.0.20.1/24 +! +interface r1-eth1 + ip address 10.0.30.1/24 +! +interface r1-eth2 + ip address 10.0.40.1/24 +! +interface lo + ip address 10.254.0.1/32 +! |