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 pim register-rate-limit <rate>

Specifies the rate at which Register messages are sent by this designated router (DR).

set protocols pim register-rate-limit rate
delete protocols pim register-rate-limit
show protocols pim register-rate-limit

There is no limit to the rate at which Register messages are sent by the DR.

rate
The rate at which Register messages are sent by the DR, in packets per second. The range is 0 to 65535. The default is 0, meaning “no limit.”

Configuration mode


protocols {
    pim {
        register-rate-limit rate
    }
}

Use this command to specify the rate of Register messages sent by this DR. This rate is for each (S,G) state. The rate is not system wide.

Use the set form of this command to specify the rate of Register messages sent by this DR.

Use the delete form of this command to restore no limit to the rate at which Register messages are sent by this DR.

Use the show form of this command to display Register rate limit configuration.