30-11
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
Configuring a Static Connection to a Multicast Receiver
To configure a static connection to a multicast receiver, perform this task:
When you configure a static connection, enter the
disable-snooping
keyword to prevent multicast traffic
addressed to the statically configured multicast MAC address from also being sent to other ports in the
same VLAN.
This example shows how to configure a static connection to a multicast receiver:
Router(config)#
mac-address-table static 0050.3e8d.6400 vlan 12 interface fastethernet 5/7
Configuring a Multicast Router Port Statically
To configure a static connection to a multicast router, perform this task:
The interface to the router must be in the VLAN where you are entering the command, the interface must
be administratively up, and the line protocol must be up.
This example shows how to configure a static connection to a multicast router:
Router(config-if)#
ip igmp snooping mrouter interface fastethernet 5/6
Router(config-if)#
Configuring the IGMP Snooping Query Interval
You can configure the interval for which the router waits after sending a group-specific query to
determine if hosts are still interested in a specific multicast group.
Note
When both IGMP fast-leave processing and the IGMP query interval are configured, fast-leave
processing takes precedence.
Command
Purpose
Step 1
Router(config)#
mac-address-table static
mac_addr
vlan
vlan_id
interface
type
1
slot/port
[
disable-snooping
]
1.
type
=
ethernet
,
fastethernet
,
gigabitethernet
, or
tengigabitethernet
Configures a static connection to a multicast receiver.
Router(config)#
no mac-address-table static
mac_addr
vlan
vlan_id
Clears a static connection to a multicast receiver.
Step 2
Router(config-if)#
end
Exits configuration mode.
Step 3
Router#
show mac-address-table address
mac_addr
Verifies the configuration.
Command
Purpose
Step 1
Router(config-if)#
ip igmp snooping mrouter
interface
type
1
slot/port
1.
type
=
ethernet
,
fastethernet
,
gigabitethernet
, or
tengigabitethernet
Configures a static connection to a multicast router.
Step 2
Router(config-if)#
end
Exits configuration mode.
Step 3
Router#
show ip igmp snooping mrouter
Verifies the configuration.