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

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

set protocols pim6 register-rate-limit rate
delete protocols pim6 register-rate-limit
show protocols pim6 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 {
    pim6 {
        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 the rate of Register messages sent by this DR to its default value.

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