Sets the time limit for sending last member queries for a VLAN or bridge domain.
By default, the query interval is 1000 milliseconds.
VLAN or bridge domain configuration mode
Last member queries are sent when a multicast host is the last to leave a group. Queries are sent until a response is received or the last member query interval has expired.
The no ipv6 mld snooping last-member-query-interval form of the command restores the default interval of 1000 milliseconds.
The following example configures the last member query interval for a VLAN.
device# configure terminal device(config)# vlan 10 device(config-vlan-10)# ipv6 mld snooping last-member-query-interval ? Possible completions: <100-25500> Last Member Query Interval value (Default: 1000ms) device(config-vlan-10)# ipv6 mld snooping last-member-query-interval 3000
The following example configures the last member query interval for a bridge domain.
device# configure terminal device(config)# bridge-domain 10 device(config-bridge-domain-10)# ipv6 mld snooping last-member-query-interval ? Possible completions: <100-25500> Last Member Query Interval value (Default: 1000ms) device(config-bridge-domain-10)# ipv6 mld snooping last-member-query-interval 10000