cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
949
Views
5
Helpful
6
Replies

how to display multicast IGMP join groups?

Eric.Wang
Level 1
Level 1

very basic setup. two servers on the SAME vlan 11 on the SAME switch (C6500-sup720 IOS 12.2(18)SXF13)

it's a layer 2 vlan. switch doesn't have a layer 3 SVI "int vlan11" on this vlan

Both hosts are publishing to a multicast address (verified by wireshark) but they're not receiving data. I suspect IGMP join is not set up correctly on the application itself...

but is there any way on Cat6500 to display multicast groups and show that "your host is not igmp joining the multicast group at all!"

"sh ip igmp groups" would only display multicast groups layer 3-routed. nothing from vlan 11

6 Replies 6

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Eric,

this looks like an IGMP snooping issue.

Verify if for vlan 11 igmp snooping is active.

IGMP snooping tries to optimize multicast traffic forwarding to only necessary ports by listening to IGMP reports.

But for all this to work a multicast router should query for hosts (IGMP querier).

If igmp snooping is enabled on vlan 11 you have two choices:

disable igmp snooping for vlan11

(no multicast optimization forwarding would occur)

or you need to setup one device to behave as the igmp querier to send out periodic IGMP queries

see

http://www.cisco.com/en/US/docs/switches/lan/catalyst6500/ios/12.2SXF/native/configuration/guide/snooigmp.html#wp1070778

only one device has to be configured as IGMP querier on the broadcast domain

Hope to help

Giuseppe

thanks but

how to "Verify if for vlan 11 igmp snooping is active."?

there is no interface vlan11. vlan 11 is a flat vlan.

are you thinking along the line that igmp snooping is broken?

ignore the previous post...

can anyone verify this. I am a little confused.

1. if igmp snooping is enabled on the vlan

2. if there is NO multicast router present running IGMP; just a few multicast hosts on the same vlan

3. what is the default behavior?

switch will flood to all ports on the same vlan

OR drop all multicast data for lack of igmp mrouter?

thanks for the help

Hello Eric,

if no IGMP querier is present and IGMP snooping is enabled for the L2 Vlan broadcast domain the default is to drop multicast traffic.

This is the reason I've suggested your issue could be caused by this.

There have been other threads on similar issues, and only in one case the problem was caused by a sw develepoment error (missing to send the right IGMP reports) but hosts don't send IGMP reports if not queried (they can send one unsolicited when they join a group but not periodically every N secs this is the point)

Hope to help

Giuseppe

Eric,

The switch will indeed drop the packets for lack of IGMP querier.

Regards

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

thanks a lot!!!

Here is a twist.

we have an identical setup at another location.

but server A and Server B are separated on two trunked switches (C2960), on the SAME vlan.

igmp snooping is enabled for this vlan and there is NO igmp querier.

But multicast seems to be working as confirmed by packet captures.

does it make sense?

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card