Sets the maximum amount of time to wait for a response from a snooping query for a VLAN or a bridge domain.
By default, the maximum response time is 10 seconds.
VLAN or bridge domain configuration mode.
The no ipv6 mld snooping query-max-response-time form of the command restores the default interval of 10 seconds.
The following example configures the maximum response time for a VLAN.
device# configure terminal device(config)# vlan 10 device(config-vlan-10)# ipv6 mld snooping query-max-response-time ? Possible completions: <1-25> Query Response Time (Default: 10 s) device(config-vlan-10)# ipv6 mld snooping query-max-response-time 20
The following example configures the maximum response time for a bridge domain.
device# configure terminal device(config)# bridge-domain 10 device(config-bridge-domain-10)# ipv6 mld snooping query-max-response-time ? Possible completions: <1-25> Query Response Time (Default: 10 s) device(config-bridge-domain-10)# ipv6 mld snooping query-max-response-time 15