diff options
author | Everton Marques <everton.marques@gmail.com> | 2009-10-01 10:04:02 -0300 |
---|---|---|
committer | Everton Marques <everton.marques@gmail.com> | 2009-10-02 10:44:33 -0300 |
commit | fd369febf196afa20203bc0bb6d6c275684e6716 (patch) | |
tree | d30319f387c220f2530835854cc9835b9e045ba3 /pimd | |
parent | 9bb4f5dff9a1cac3182b9d93ee2ada489c785fc3 (diff) | |
download | quagga-fd369febf196afa20203bc0bb6d6c275684e6716.tar.bz2 quagga-fd369febf196afa20203bc0bb6d6c275684e6716.tar.xz |
[pim] Hint for test_igmpv3_join command-line utility
Diffstat (limited to 'pimd')
-rw-r--r-- | pimd/DEBUG | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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): |