24-10
Software Configuration Guide—Release 15.0(2)SG
OL-23818-01
Chapter 24 Configuring IPv6 MLD Snooping
Configuring IPv6 MLD Snooping
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
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
Switch(config)# ipv6 mld snooping last-listener-query-interval 2000
Switch(config)# exit
Disabling MLD Listener Message Suppression
MLD snooping listener message suppression is enabled by default. When it is enabled, the switch
forwards only one MLD report per multicast router query. When message suppression is disabled,
multiple MLD reports could be forwarded to the multicast routers.
To disable MLD listener message suppression, perform this task:
To reenable MLD message suppression, use the ipv6 mld snooping listener-message-suppression
global configuration command.
Step 10 Switch(config)# end Returns to privileged EXEC mode.
Step 11 Switch# show ipv6 mld snooping
querier [vlan vlan-id](Optional) Verifies that the MLD snooping querier information for the
switch or for the VLAN.
Step 12 Switch# copy running-config
startup-config (Optional) Saves your entries in the configuration file.
Command Purpose
Command Purpose
Step 1 Switch# configure terminal Enters global configuration mode.
Step 2 Switch(config)# no ipv6 mld snooping
listener-message-suppression Disables MLD message suppression.
Step 3 Switch(config)# end Returns to privileged EXEC mode.
Step 4 Switch# show ipv6 mld snooping Verifies that IPv6 MLD snooping report suppression is
disabled.
Step 5 Switch# copy running-config startup-config (Optional) Saves your entries in the configuration file.