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 limit-exception <acl>

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

set interfaces interface ip igmp limit-exception acl
delete interfaces interface ip igmp limit-exception acl
show interfaces interface ip igmp limit-exception
interface
The type of interface. For a list of supported interfaces and detailed syntax, see interfaces <interface> ip igmp.
acl
An access list number used to define the membership group. Supported ranges of values are:

1 to 99: IP access list number.

1300 to 1999: IP access list number in the expanded range.

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 {
    ip {
        igmp {
            limit-exception acl
        }
    }
}

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

Use the set form of this command to specify the multicast groups that are unaffected by the IGMP 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 IGMP group membership limits on an interface.

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