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-max-response-time <interval>

Specifies the maximum response time advertised in MLD queries.

set interfaces interface ipv6 mld query-max-response-time interval
delete interfaces interface ipv6 mld query-max-response-time
show interfaces interface ipv6 mld query-max-response-time

The router waits 10 seconds for a response to an MLD Query before deleting the multicast group.

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, that the router advertises as the maximum delay before a responder can respond to an MLD Query. The range is 1 to 240.

Configuration mode


interfaces interface {
    ipv6 {
        mld {
            query-max-response-time interval
        }
    }
}

Use this command to set the value to be advertised as the maximum time the router will wait to receive a response to MLD Query messages. When this interval expires, the router deletes the multicast group.

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

Use the set form of this command to set the maximum query response time.

Use the delete form of this command to restore the default maximum query response time.

Use the show form of this command to show maximum query response time configuration.