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

Sets the global limit for MLD group memberships.

set protocols mld limit limit
delete protocols mld limit
show protocols mld limit

No limit is applied.

limit
The maximum number of multicast groups that can be learned. The range is 1 to 2097152. By default, no limit is applied.

Configuration mode


protocols {
    mld {
        limit limit
    }
}

Use this command to set a global limit on the number of multicast groups that is learned.

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 groups.

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

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