Users Guide

Table Of Contents
Enable multicast flood control
Multicast flood control is enabled on OS10 by default. If it is disabled, use the following procedure to enable multicast flood
control:
1. Configure IGMP snooping. To know how to configure IGMP snooping, see the IGMP snooping section.
2. Configure MLD snooping. To know how to configure MLD snooping, see the MLD Snooping section.
3. Enable the multicast flood control feature.
OS10(config)# multicast snooping flood-restrict
Multicast Commands
multicast snooping flood-restrict
Enables multicast snooping flood control for IGMP snooping and MLD snooping.
Syntax
multicast snooping flood-restrict
The no version of this command disables multicast flood control.
Parameters None
Default Enabled
Command Mode CONFIGURATION
Usage
Information
Multicast snooping flood control, IGMP snooping, and MLD snooping are enabled by default.
For multicast flood restrict to be effective on a VLAN, IGMP snooping and MLD snooping must be
enabled at both global and VLAN levels.
To disable multicast snooping flood control, use the no multicast snooping flood-restrict
command.
Example
OS10(config)# multicast snooping flood-restrict
Supported
Releases
10.4.3.0 or later
Internet Group Management Protocol
Internet Group Management Protocol (IGMP) is a communications protocol that establishes multicast group memberships using
IPv4 networks. OS10 supports IGMPv1, IGMPv2, and IGMPv3 to manage the multicast group memberships on IPv4 networks.
The IGMP querier periodically (by default, every 60 seconds) sends out a membership query to all the hosts. The hosts, in
response to the query, send a response back to the querier to report their multicast group memberships. The switch makes an
entry to identify the corresponding port as a member of the particular multicast group..
NOTE: A multicast router is a Layer 3 router or switch that has multicast features enabled.
When a host wants to join a multicast group, it sends an IGMP message to the multicast router.
Each network segment has an IGMP querier, which is a multicast router. The multicast router periodically sends IGMP queries to
learn which multicast groups are active and have members on the network.
Multicast routers send the following types of queries:
General queryTo learn about listeners for multicast groups.
Multicast address-specific queryTo learn if a particular multicast address has listeners.
Multicast
827