home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

interfaces <interface> ipv6 mld querier-timeout <interval>

Sets the interval before the system takes over as querier on an interface.

set interfaces interface ipv6 mld querier-timeout interval
delete interfaces interface ipv6 mld querier-timeout
show interfaces interface ipv6 mld querier-timeout

The router waits to receive a query for 255 seconds before taking over as querier.

interface
The type of interface. For a list of supported interfaces and detailed syntax, see interfaces <interface> ipv6 mld.
interval
The amount of time, in seconds, the router waits before taking over as querier when the previous querier fails to send an MLD Query. The range is 60 to 300. The default is 255.

Configuration mode


interfaces interface {
    ipv6 {
        mld {
            querier-timeout interval
        }
    }
}

Use this command to specify how long the router waits to receive an MLD query from the previous querier. When this interval expires, the router takes over as querier.

This command applies to interfaces configured for MLD Layer 3 multicast protocols.

Use the set form of this command to set the querier timeout interval.

Use the delete form of this command to restore the default querier timeout interval.

Use the show form of this command to show querier timeout interval configuration.