ipv6 mld snooping query-max-response-time

Sets the maximum amount of time to wait for a response from a snooping query for a VLAN or a bridge domain.

Syntax

ipv6 mld snooping query-max-response-time response-time
no ipv6 mld snooping query-max-response-time

Command Default

By default, the maximum response time is 10 seconds.

Parameters

response-time
Valid values range from 1 second to 25 seconds.

Modes

VLAN or bridge domain configuration mode.

Usage Guidelines

The no ipv6 mld snooping query-max-response-time form of the command restores the default interval of 10 seconds.

Examples

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