summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEverton Marques <everton.marques@gmail.com>2009-10-01 10:04:02 -0300
committerDavid Lamparter <equinox@opensourcerouting.org>2015-02-04 06:07:51 +0100
commit31894370d26de0b91b5c003ca6c592f0a487d60f (patch)
tree97fda3fb256ca456e981907e1df76f0ed2df0865
parent40765fe45f39767ad545ca693fb5985fa90ce4ca (diff)
downloadquagga-31894370d26de0b91b5c003ca6c592f0a487d60f.tar.bz2
quagga-31894370d26de0b91b5c003ca6c592f0a487d60f.tar.xz
[pim] Hint for test_igmpv3_join command-line utility
-rw-r--r--pimd/DEBUG12
1 files changed, 12 insertions, 0 deletions
diff --git a/pimd/DEBUG b/pimd/DEBUG
index aeed9da1..119c46f5 100644
--- a/pimd/DEBUG
+++ b/pimd/DEBUG
@@ -8,6 +8,18 @@ DEBUG HINTS
- Check the multicast packets are not being dropped due to
fragmentation problems.
+ - Two easy options to test IGMPv3 joins from the receiver host:
+
+ 1) Configure pimd on the receiver host with "ip igmp join":
+
+ interface eth0
+ ip pim ssm
+ ip igmp join 239.1.1.1 1.1.1.1
+
+ 2) Use the test_igmpv3_join command-line utility:
+
+ test_igmpv3_join eth0 239.1.1.1 1.1.1.1
+
- The following command generates a 100-kbps multicast stream for
channel 1.1.1.1,239.1.1.1 with TTL 10 and 1000-byte payload per UDP
packet (to avoid fragmentation):