Unsolved
This post is more than 5 years old
6 Posts
0
42500
January 16th, 2006 16:00
PowerConnect 3324 and IGMP Snooping and Multicast Filtering
I have Enabled IGMP Snooping and Bridge Multicast Filtering on a PC3324 connected in a network as below. I see the IGMP queries and reports, and can see Groups being identified with ports on the 3324. But, the multi-cast traffic never stops flooding the other ports on the 3324. I thought it would only go out the port connected to the subnet with m-cast srvr and client and to the port connected to the m-cast router. I also have snooping enabled on the powerconnect 3024, and the m-cast traffic does only go out the right ports (to the 3324 to get to the m-cast router, and the srvr and client).
3324 versions:
Software Boot Hardware
1.2.0.6 1.0.0.13 00.00.03
Other ports seeing m-cast traffic
_|_|_|
| |--
|PC3324|-- Other ports seeing m-cast traffic
|______|--
| |
| |
| +------------+
__|___ _______|_________
| | | |
|PC3024| |Multi-cast router|
|______| |_________________|
| |
| |
| +-------------+
| |
__|___ _______|__
| | | |
| Mcast | | Mcast |
_|_|_|
| |--
|PC3324|-- Other ports seeing m-cast traffic
|______|--
| |
| |
| +------------+
__|___ _______|_________
| | | |
|PC3024| |Multi-cast router|
|______| |_________________|
| |
| |
| +-------------+
| |
__|___ _______|__
| | | |
| Mcast | | Mcast |
| Srvr | | Client |
|______ | |__________|
|______ | |__________|
0 events found
No Events found!


DELL-Cuong N.
1K Posts
0
January 19th, 2006 14:00
tela2kmr
6 Posts
0
January 19th, 2006 16:00
DELL-Cuong N.
1K Posts
0
January 19th, 2006 19:00
Actually, the IGMP report message is the same as the Join message. The report is sent by a host wishing to join a multicast group or to remain connected to a multicast group.
Let me ask you a few questions:
Cuong.
tela2kmr
6 Posts
0
January 20th, 2006 18:00
------ ------------------------ ------- -----------------------------------
1 224-239.255|127.255.250 Yes 1/e(1,3-5,8-9,11,13,20),1/g2
1 224-239.255|127.255.253 Yes 1/g2
1 224-239.255|127.255.254 Yes 1/e13
IGMP Snooping is enabled on VLAN 1
IGMP host timeout is 260 sec
IGMP Immediate leave is disabled. IGMP leave timeout is 10 sec
IGMP mrouter timeout is 300 sec
Automatic learning of multicast router ports is enabled
------- ----------------------------------------
1 1/g1
tela2kmr
6 Posts
0
January 20th, 2006 19:00
Here's an example of the igmp queries/reports the 3324 is seeing:
12:52:15.029378 IP m-cast-router > ALL-SYSTEMS.MCAST.NET: igmp query v2
12:52:16.572383 IP a-system > 239.255.255.250: igmp v2 report 239.255.255.250
12:52:18.460783 IP m-cast-client > 224.0.0.242: igmp v2 report 224.0.0.242
12:52:20.211319 IP m-cast-client > 224.0.0.241: igmp v2 report 224.0.0.241
Note that the 239.255.255.250 shows up in the 3324's groups; the 224.0.0.241 and .242 do not:
Vlan IP Address Querier Ports
------ ------------------------ ------- -----------------------------------
1 224-239.255|127.255.250 Yes 1/e(1,3-5,8-9,11,13,15,20),1/g2
1 224-239.255|127.255.253 Yes 1/g2
1 224-239.255|127.255.254 Yes 1/e13
GregG1
2 Intern
•
812 Posts
0
January 23rd, 2006 10:00
is reserved for the use of routing protocols and other low-level
topology discovery or maintenance protocols, such as gateway discovery
and group membership reporting. Multicast routers should not forward
any multicast datagram with destination addresses in this range,
regardless of its TTL.
tela2kmr
6 Posts
0
January 23rd, 2006 18:00
This just shows how a little knowledge can be dangerous ...
I had thought of that and tried using other addresses. Specifically, 239.0.0.253 and then 237.0.0.253, and the 3324 switch was still not creating the group and filtering the traffic. Thus, I assumed (incorrectly) that it was not related to the IP multicast group I was using.
Well, something about the other addresses I choose were also special, I guess.
FINALLY, I took a stab at getting away from 224-239.0.0 and used 239.0.1.253 and 239.0.1.254 and it WORKS!
I know that the original intent in using the link local 224.0.0.0 addresses was to keep to the local segment by using the defined link local addresses. 239.0.0.0 through 239.255.255.255 are also limited scope addresses; hopefully, they will work for us. I suspect 239.0.0.253 not working has something to do with the non uniqueness of IP to MAC group address mapping. If anyone knows exactly why, you could save me some reading!
tela2kmr
6 Posts
0
January 24th, 2006 15:00