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 access-group <acl6-name>

Controls the multicast local membership groups learned on an interface.

set interfaces interface ipv6 mld access-group acl6-name
delete interfaces interface ipv6 mld access-group
show interfaces interface ipv6 mld access-group
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 for filtering 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 {
            access-group acl6-name
        }
    }
}

Use this command to use an access control list to control multicast local membership groups learned on an interface.

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

Use the set form of this command to apply the access control list.

Use the delete form of this command to stop access-list filtering for MLD.

Use the show form of this command to show access-list configuration for MLD.