30-13
Cisco 7600 Series Router Cisco IOS Software Configuration Guide, Release 12.2SX
OL-4266-08
Chapter 30 Configuring IGMP Snooping for IPv4 Multicast Traffic
Configuring IGMP Snooping
Enabling SSM Safe Reporting
Note
Source-specific multicast (SSM) safe reporting is deprecated in Release 12.2(18)SXE and later releases.
When you configure SSM safe reporting, the group mode is IGMPv3 even in the presence of IGMPv1
and IGMPv2 hosts.
To make sure the router is able to support both IGMPv1, IGMPv2, and IGMPv3 hosts in the same VLAN,
perform this task:
This example shows how to configure the router to support both IGMPv2 and IGMPv3 hosts:
Router(config)#
interface vlan 10
Router(config-if)#
ip igmp snooping ssm-safe-reporting
Configuring IGMPv3 Explicit Host Tracking
To enable explicit host tracking on a VLAN, perform this task:
This example shows how to enable explicit host tracking:
Router(config)#
interface vlan 25
Router(config-if)#
ip igmp snooping explicit-tracking
Router(config-if)#
end
Router#
show ip igmp snooping explicit-tracking vlan 25
Source/Group Interface Reporter Filter_mode
------------------------------------------------------------------------
10.1.1.1/226.2.2.2 Vl25:1/2 16.27.2.3 INCLUDE
10.2.2.2/226.2.2.2 Vl25:1/2 16.27.2.3 INCLUDE
Command
Purpose
Step 1
Router(config)#
interface vlan
vlan_ID
Selects a VLAN interface.
Step 2
Router(config-if)#
ip igmp snooping
ssm-safe-reporting
Enables support for both IGMPv2 and IGMPv3 hosts.
Router(config-if)#
no ip igmp snooping
ssm-safe-reporting
Clears the configuration.
Command
Purpose
Step 1
Router(config)#
interface vlan
vlan_ID
Selects a VLAN interface.
Step 2
Router(config-if)#
ip igmp snooping
explicit-tracking
Enables explicit host tracking.
Router(config-if)#
no ip igmp snooping
explicit-tracking
Clears the explicit host tracking configuration.
Step 3
Router#
show ip igmp snooping explicit-tracking
{
vlan
vlan-id
}
Displays information about the explicit host tracking
status for IGMPv3 hosts.