44-10
Cisco IE 2000 Switch Software Configuration Guide
OL-25866-01
Chapter 44 Configuring IPv6 MLD Snooping
Configuration Examples for Configuring IPv6 MLD Snooping
Configuration Examples for Configuring IPv6 MLD Snooping

Statically Configure an IPv6 Multicast Group: Example

This example shows how to statically configure an IPv6 multicast group:
Switch# configure terminal
Switch(config)# ipv6 mld snooping vlan 2 static FF12::3 interface gigabitethernet1/1
Switch(config)# end

Adding a Multicast Router Port to a VLAN: Example

This example shows how to add a multicast router port to VLAN 200:
Switch# configure terminal
Switch(config)# ipv6 mld snooping vlan 200 mrouter interface gigabitethernet1/2
Switch(config)# exit

Enabling MLD Immediate Leave on a VLAN: Example

This example shows how to enable MLD Immediate Leave on VLAN 130:
Switch# configure terminal
Switch(config)# ipv6 mld snooping vlan 130 immediate-leave
Switch(config)# exit

Setting MLD Snooping Global Robustness: Example

This example shows how to set the MLD snooping global robustness variable to 3:
Switch# configure terminal
Switch(config)# ipv6 mld snooping robustness-variable 3
Switch(config)# exit

Setting MLD Snooping Last-Listener Query Parameters: Examples

This example shows how to set the MLD snooping last-listener query count for a VLAN to 3:
Switch# configure terminal
Switch(config)# ipv6 mld snooping vlan 200 last-listener-query-count 3
Switch(config)# exit
This example shows how to set the MLD snooping last-listener query interval (maximum response time)
to 2000 (2 seconds):
Switch# configure terminal
show ipv6 mld snooping mrouter [vlan vlan-id]Verifies that IPv6 MLD snooping is enabled on the VLAN interface.
show ipv6 mld snooping Verifies that IPv6 MLD snooping report suppression is disabled.
Command Purpose