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

Specifies the frequency at which MLD group-specific host queries are sent.

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

The router waits 1000 milliseconds between last-member queries.

interface
The type of interface. For a list of supported interfaces and detailed syntax, see interfaces <interface> ipv6 mld.
interval
The interval between last-member queries, in milliseconds. The range is 1000 to 25500. The default is 1000.

Configuration mode


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

Use this command to set the interval between MLD group-specific or source-specific Query messages sent by the router to determine whether any receivers remain in a multicast group.

The router uses this Query to determine whether any members of the multicast group remain on the network. If it receives no response to the configured number of queries (as set in interfaces <interface> ipv6 mld last-member-query-count <count>), the router stops forwarding to that network.

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

Use the set form of this command to set the interval for last-member queries.

Use the delete form of this command to restore the default interval for last-member queries.

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