29-12
Cisco 7600 Series Router Cisco IOS Software Configuration Guide, Release 12.2SX
OL-4266-08
Chapter 29 Configuring MLDv2 Snooping for IPv6 Multicast Traffic
Configuring MLDv2 Snooping
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)#
ipv6 mld snooping mrouter interface fastethernet 5/6
Router(config-if)#
Configuring the MLD 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 MLD snooping fast-leave processing and the MLD snooping query interval are configured,
fast-leave processing takes precedence.
To configure the interval for the MLD snooping queries sent by the router, perform this task:
This example shows how to configure the MLD snooping query interval:
Router(config-if)#
ipv6 mld snooping last-member-query-interval 1000
Router(config-if)#
exit
Router#
show ipv6 mld interface vlan 200 | include last
MLD snooping last member query response interval is 1000 ms
Step 3
Router(config-if)#
end
Exits configuration mode.
Step 4
Router#
show ipv6 mld snooping mrouter
Verifies the configuration.
1.
type
=
ethernet
,
fastethernet
,
gigabitethernet
, or
tengigabitethernet
Command
Purpose
Command
Purpose
Step 1
Router(config)#
interface vlan
vlan_ID
Selects a VLAN interface.
Step 2
Router(config-if)#
ipv6 mld snooping
last-member-query-interval
interval
Configures the interval for the IGMP queries sent by the
router. Default is 1 second. Valid range is 1000 to 9990
milliseconds.
Router(config-if)#
no ipv6 mld snooping
last-member-query-interval
Reverts to the default value.
Step 3
Router#
show ipv6 mld interface vlan
vlan_ID
|
include last
Verifies the configuration.