29-11
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
This example shows how to enable MLDv2 snooping on VLAN 25 and verify the configuration:
Router#
interface vlan 25
Router(config-if)#
ipv6 mld snooping
Router(config-if)#
end
Router#
show ipv6 mld interface vlan 25 | include snooping
MLD snooping is globally enabled
MLD snooping is enabled on this interface
MLD snooping fast-leave is enabled and querier is enabled
MLD snooping explicit-tracking is enabled
MLD snooping last member query response interval is 1000 ms
MLD snooping report-suppression is disabled
Router#
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:
Step 3
Router(config-if)#
end
Exits configuration mode.
Step 4
Router#
show ipv6 mld interface vlan
vlan_ID
|
include snooping
Verifies the configuration.
Command
Purpose
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)#
interface vlan
vlan_ID
Selects the VLAN interface.
Step 2
Router(config-if)#
ipv6 mld snooping mrouter
interface
type
1
slot/port
Configures a static connection to a multicast router.