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.

protocols igmp limit <limit>

Sets a global limit on the number of IGMP groups.

set protocols igmp limit limit
delete protocols igmp limit limit
show protocols igmp limit
limit
The maximum number of IGMP multicast groups. The number ranges from 1 through 2097152. By default, no limit is applied.

Configuration mode


protocols {
    igmp {
        limit limit
    }
}

Use this command to set a global limit on the number of multicast groups. When the limit is reached, the router ignores all further local requests for membership.

Use the set form of this command to set a limit on the number of multicast groups.

Use the delete form of this command to remove the limit applied on the number of multicast groups.

Use the show form of this command to display the limit on the number of multicast groups.