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

Sets the limit for IGMP group memberships on an interface.

set interfaces interface ip igmp limit limit
delete interfaces interface ip igmp limit limit
show interfaces interface ip igmp limit
interface
The type of interface. For a list of supported interfaces and detailed syntax, see interfaces <interface> ip igmp.
limit
The maximum number of multicast group memberships that can be defined for the network served by the interface. The range is 1 to 2097152. By default, a limit of 5000 is applied.

Configuration mode


interfaces interface {
    ip {
        igmp {
            limit limit
        }
    }
}

Use this command to set an interface-specific limit on the number of multicast group memberships to be served by an interface.

When this option is in effect and the maximum is reached, the router ignores all further local requests for membership.

Use the set form of this command to set the limit on multicast group memberships on an interface.

Use the delete form of this command to restore the default behavior for multicast group membership limits.

Use the show form of this command to show between to and static group membership limit configuration.