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 query-interval <interval>

Specifies the frequency at which MLD host queries are sent.

set interfaces interface ipv6 mld query-interval interval
delete interfaces interface ipv6 mld query-interval
show interfaces interface ipv6 mld query-interval

The router sends MLD Query messages at intervals of 125 seconds.

interface
The type of interface. For a list of supported interfaces and detailed syntax, see interfaces <interface> ipv6 mld.
interval
The interval, in seconds, at which the router sends MLD Query messages. The range is 1 to 18000. The default is 125.

Configuration mode


interfaces interface {
    ipv6 {
        mld {
            query-interval interval
        }
    }
}

Use this command to set the frequency with which the router sends MLD host Query messages.

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

Use the set form of this command to set the query interval.

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

Use the show form of this command to show query interval configuration.