Sets the interval between MLD snooping queries for a VLAN or a bridge domain.
By default, the interval is 125 seconds.
VLAN or bridge domain configuration mode
The no ipv6 mld snooping query-interval form of the command restores the default interval of 125 seconds.
In any given subnet, one multicast router is elected to act as an MLD querier. The MLD querier sends out the following types of queries to hosts, at the interval you set.
The following example configures the interval for a VLAN.
device# configure terminal device(config)# vlan 10 device(config-vlan-10)#ipv6 mld snooping query-interval ? Possible completions: <1-18000> Query Interval value (Default: 125 s) device(config-vlan-10)# ipv6 mld snooping query-interval 500
The following example configures the interval for a bridge domain.
device# configure terminal device(config)# bridge-domain 10 device(config-bridge-domain-10)#ipv6 mld snooping query-interval ? Possible completions: <1-18000> Query Interval value (Default: 125 s) device(config-bridge-domain-10)# ipv6 mld snooping query-interval 600