diff options
Diffstat (limited to 'tests/topotests/pim-basic/r1/frr.conf')
-rw-r--r-- | tests/topotests/pim-basic/r1/frr.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/topotests/pim-basic/r1/frr.conf b/tests/topotests/pim-basic/r1/frr.conf new file mode 100644 index 000000000..36433f73f --- /dev/null +++ b/tests/topotests/pim-basic/r1/frr.conf @@ -0,0 +1,19 @@ +hostname r1 +interface r1-eth0 + ip address 10.0.20.1/24 +! +interface lo + ip address 10.254.0.1/32 +! +hostname r1 +! +! +interface r1-eth0 + ip igmp + ip pim sm +! +interface lo + ip pim sm +! +ip pim rp 10.254.0.1 + |