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 multicast ipv6 route-limit <route-limit>

Sets the maximum number of IPv6 routes that can be added to the multicast routing table.

set protocols multicast ipv6 route-limitroute-limit
delete protocols multicast ipv6 route-limit
show protocols multicast ipv6 route-limit

The maximum number of IPv6 multicast routes is 2,147,483,647.

route-limit
The maximum number of IPv6 routes that can be added to the multicast routing table. The value configured for this argument must be greater than or equal to the log warning limit that is configured by using the protocols multicast ip log-warning warning-limit command. The range is 1 through 2147483647.

Configuration mode

protocols {
    multicast {
        ip {
            route-limit route-limit
        }
    }
}

Use this command to limit the number of IPv6 routes that can be added to the multicast routing table.

Use the set form of this command to specify the IPv6 multicast route limit.

Use the delete form of this command to restore the default IPv6 multicast route limit.

Use the show form of this command to show the IPv6 multicast route limit configuration.