128 Dell Converged Enhanced Ethernet Administrator’s Guide53-1002116-01Configuring IGMP15Multicast routingMulticast routers use IGMP to learn which groups have members on each of their attached physicalnetworks. A multicast router keeps a list of multicast group memberships for each attachednetwork, and a timer for each membership.NOTE“Multicast group memberships” means that at least one member of a multicast group on a givenattached network is available.There are two ways that hosts join multicast routing groups:• Send an unsolicited IGMP join request• Send an IGMP join request as a response to a general query from a multicast routerIn response to the request, the switch creates an entry in its Layer 2 forwarding table for that VLAN.When other hosts send join requests for the same multicast, the switch adds them to the existingtable entry. Only one entry is created per VLAN in the Layer 2 forwarding table for each multicastgroup.IGMP snooping suppresses all but one of the host join messages per multicast group and forwardsthis one join message to the multicast router. The switch forwards multicast traffic for the specifiedmulticast group to the interfaces where the join messages were received.Configuring IGMPBy default, IGMP snooping is globally disabled on all VLAN interfaces. Refer to the CEE CommandReference for complete information about the commands in this section.Use the following procedure to configure IGMP on a CEE/FCoE switch.1. Enter the configure terminal command to access global configuration mode.2. Enter the ip igmp snooping enable command to enable IGMP for all interfaces.This command ensures that IGMP snooping is active on all interfaces.switch(config)#ip igmp snooping enable3. Configure a VLAN port member to be a multi-router interface.switch (config)#interface vlan 25switch (conf-if-vl-25)#ip igmp snooping mrouter interface intengigabitethernet0/14. Repeat step 3 for each port in the VLAN, as needed.5. Activate the default IGMP querier functionality for the VLAN.switch(conf-if-vl-25)#ip igmp snooping querier enable vlan 256. Optional: Activate the IGMP querier functionality with additional features.Configuring IGMP snooping querierIf your multicast traffic is not routed because Protocol-Independent Multicast (PIM) and IGMP arenot configured, use the IGMP snooping querier in a VLAN.