register-rate-limit
Syntax
register-rate-limit <limit>
no register-rate-limit <limit>
Description
Configures the limit on the maximum number of register messages sent per second for every unique (S,G) entry. By default, there is no maximum rate set. When the limit is configured, register messages generation is limited to the configured value.
The
no
form of this command removes the currently configured limit value.
Command context
config-pim
Parameters
<limit>
Specifies the value to be configured as the register rate limit. Range: 1 to 4294967295.
Authority
Administrators or local user group members with execution rights for this command.
Examples
Configuring and removing the register rate limit:
switch(config)# router pim switch(config-pim)# register-rate-limit 10 switch(config-pim)# no register-rate-limit