The multicast global limit command sets a limit on the number of global IPv4 PIM entries.
The undo multicast global limit command restores the default setting.
By default, no limit is set on the number of global IPv4 PIM entries.
Parameter | Description | Value |
---|---|---|
sm |
Specifies PIM-SM/SSM mode. |
- |
dm |
Specifies PIM-DM mode. |
- |
star-group-number |
Configures the specified limit to take effect for (*, G) multicast entries. |
- |
source-group-number |
Configures the specified limit to take effect for (S, G) multicast entries. |
- |
limit-count |
Sets a limit on the number of PIM entries. |
The value is an integer ranging from 1 to 16384. |
threshold-alarm |
Sets an alarm trigger threshold. |
- |
upper-limit upper-limit-value |
Sets an alarm trigger threshold, in percentage. An alarm is generated when the percentage ratio of created PIM entries to limit-count reaches upper-limit-value. Setting upper-limit-value to a value greater than 95% is not recommended. |
The value is an integer ranging from 1 to 100. The default value is 80. |
lower-limit lower-limit-value |
Sets an alarm clear threshold, in percentage. An alarm is cleared when the percentage ratio of created PIM entries to limit-count falls below lower-limit-value.
|
The value is an integer ranging from 1 to 100. The default value is 70. |
Usage Scenario
To set a limit on the number of PIM entries on the device, run the multicast global limit pim sm command.
Configuration Impact
After the specified limit is reached, new entries are not created, and the PIM_1.3.6.1.4.1.2011.5.25.149.4.0.23 routeExceed alarm is generated.
NOTE: After the specified limit is reached, new (*, G) and (S, G) entries can be manually added, and ASM share-group entries for Rosen MVPN can be created. If threshold-alarm upper-limit-value is set, the PIM_1.3.6.1.4.1.2011.5.25.149.4.0.21 routeThresholdExceed alarm is generated when the percentage ratio of created PIM entries to the specified limit reaches upper-limit-value.<HUAWEI> system-view [~HUAWEI] multicast global limit pim sm source-group-number 1000
<HUAWEI> system-view [~HUAWEI] multicast global limit pim sm star-group-number 2000 threshold-alarm upper-limit 80 lower-limit 70