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> ip igmp access-group <acl>

Applies an access control list to the multicast local membership groups on an interface.

set interfaces interface ip igmp access-group acl
delete interfaces interface ip igmp access-group acl
show interfaces interface ip igmp access-group acl
interface
A type of interface. For a list of supported interfaces and detailed syntax, see interfaces <interface> ip igmp.
acl
A standard IP access control list number. The number ranges from 1 through 99. An access control list is a type of routing policy; see Ciena Vyatta Network OS Routing Policies Configuration Guide for information on creating one.

Configuration mode


interfaces interface {
    ip {
        igmp {
            access-group acl
        }
    }
}

Use this command to apply an access control list to the multicast local membership groups on an interface.

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

Use the delete form of this command to delete the access control list.

Use the show form of this command to display the access control list configuration for IGMP.