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 immediate-leave group-list <acl6-name>

Minimizes latency for hosts leaving multicast groups.

set interfaces interface ipv6 mld immediate-leave group-list acl6-name
delete interfaces interface ipv6 mld immediate-leave group-list
show interfaces interface ipv6 mld immediate-leave group-list

Immediate leave is disabled.

interface
The type of interface. For a list of supported interfaces and detailed syntax, see interfaces <interface> ipv6 mld.
acl6-name
The name of an IPv6 access control list to be used to define the membership group. Access control lists are a type of routing policy; see the Ciena Vyatta Network OS Routing Policies Configuration Guide for information on creating them.

Configuration mode


interfaces interface {
    ipv6 {
        mld {
            immediate-leave {
                group-list acl6-name
            }
        }
    }
}

Use this command to minimize the leave latency for MLD memberships.

When this option is not set, the router sends a Query message when a receiver host has sent a Leave message. At this point, a timeout interval goes into effect. When this option is set, the Leave message is acted on immediately, without sending the Query or waiting for the timeout period to expire.

This command applies to interfaces configured for MLD Layer 3 multicast protocols. It applies when only one receiver host is connected to each interface.

Use the set form of this command to enable MLD immediate leave.

Use the delete form of this command to restore the MLD immediate leave default behavior.

Use the show form of this command to view MLD immediate leave configuration.