summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEverton Marques <everton.marques@gmail.com>2009-10-01 10:04:02 -0300
committerEverton Marques <everton.marques@gmail.com>2009-10-02 10:44:33 -0300
commitfd369febf196afa20203bc0bb6d6c275684e6716 (patch)
treed30319f387c220f2530835854cc9835b9e045ba3
parent9bb4f5dff9a1cac3182b9d93ee2ada489c785fc3 (diff)
downloadquagga-fd369febf196afa20203bc0bb6d6c275684e6716.tar.bz2
quagga-fd369febf196afa20203bc0bb6d6c275684e6716.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):