Chapter 29
Configuring MLDv2 Snooping for IPv6 Multicast Traffic
Command
Step 3
Router(config-if)# end
Step 4
Router# show ipv6 mld interface vlan vlan_ID |
include 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:
Command
Step 1
Router(config)# mac-address-table static mac_addr
vlan vlan_id interface type
[disable-snooping]
Router(config)# no mac-address-table static
mac_addr vlan vlan_id
Step 2
Router(config-if)# end
Step 3
Router# show mac-address-table address mac_addr
1.
type = ethernet, fastethernet, gigabitethernet, or tengigabitethernet
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:
Command
Step 1
Router(config)# interface vlan vlan_ID
Step 2
Router(config-if)# ipv6 mld snooping mrouter
1
interface type
OL-4266-08
1
slot/port
slot/port
Cisco 7600 Series Router Cisco IOS Software Configuration Guide, Release 12.2SX
Purpose
Exits configuration mode.
Verifies the configuration.
Purpose
Configures a static connection to a multicast receiver.
Clears a static connection to a multicast receiver.
Exits configuration mode.
Verifies the configuration.
Purpose
Selects the VLAN interface.
Configures a static connection to a multicast router.
Configuring MLDv2 Snooping
29-11