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 limit-exception <acl6-name>

Specifies multicast groups unaffected by the MLD group membership limits on an interface.

set interfaces interface ipv6 mld limit-exception acl6-name
delete interfaces interface ipv6 mld limit-exception acl6-name
show interfaces interface ipv6 mld limit-exception
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 groups. 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 {
            limit-exception acl6-name
        }
    }
}

Use this command to specify the multicast groups that are an exception to the membership limits imposed by interfaces <interface> ipv6 mld limit <limit>. As such, this command is dependent on interfaces <interface> ipv6 mld limit <limit> being set.

Use the set form of this command to specify the multicast groups that are unaffected by the MLD group membership limits on an interface.

Use the delete form of this command to remove the list of multicast groups that are unaffected by the MLD group membership limits on an interface.

Use the show form of this command to show group membership limit exception configuration.