diff options
Diffstat (limited to 'tests/topotests/pim_basic/rp/pimd.conf')
-rw-r--r-- | tests/topotests/pim_basic/rp/pimd.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/topotests/pim_basic/rp/pimd.conf b/tests/topotests/pim_basic/rp/pimd.conf new file mode 100644 index 0000000..fd26bc4 --- /dev/null +++ b/tests/topotests/pim_basic/rp/pimd.conf @@ -0,0 +1,13 @@ +hostname rp +! +interface rp-eth0 + ip pim +! +interface lo + ip pim +! +ip pim join-prune-interval 5 +ip pim rp 10.254.0.3 +ip pim register-accept-list ACCEPT + +ip prefix-list ACCEPT seq 5 permit 10.0.20.0/24 le 32 |