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 ip log-warning <warning-limit>

Sets a warning threshold for IPv4 multicast routes.

set protocols multicast ip log-warning warning-limit
delete protocols multicast ip log-warning
show protocols multicast ip log-warning

If this value is not configured, the system issues a warning only when the maximum number of routes has been reached.

warning-limit
The number of IPv4 multicast routes that causes the system to generate a warning. The value configured for this argument must not exceed the value set for the maxmimum route limit that is configured by using the protocols multicast ip route-limit route-limit command. The range is 1 through 2147483647.

Configuration mode

protocols {
    multicast {
        ip {
            log-warning warning-limit 
        }
    }
}

Use this command to configure the warning threshold for IPv4 routes in the multicast routing table. When this limit is exceeded, the system continues to generate a message until the maximum number of multicast routes is reached that is configured by using the protocols multicast ip route-limit route-limit command.

Use the set form of this command to configure the warning threshold for IPv4 multicast routes.

Use the delete form of this command to restore the default IPv4 warning threshold.

Use the show form of this command to show the IPv4 warning threshold configuration.