The multicast ipv6 limit pim sm command configures a limit on the number of PIM-SM entries and alarm thresholds for them in the IPv6 address family of a VPN instance.
The undo multicast ipv6 limit pim sm command restores the default configuration.
By default, no limit is configured on the number of PIM-SM entries and no alarm thresholds are configured in the IPv6 address family of a VPN instance.
Parameter | Description | Value |
---|---|---|
star-group-number |
Configures the specified limit to take effect for (*, G) entries. |
- |
source-group-number |
Configures the specified limit to take effect for (S, G) entries. |
- |
limit-count |
Specifies a limit on the number of PIM-SM entries. |
The value is an integer ranging from 1 to 16384. |
threshold-alarm |
Indicates alarm thresholds. |
- |
upper-limit upper-limit-value |
Sets an alarm trigger threshold, in percentage. An alarm is generated when the percentage ratio of created PIM-SM entries to limit-count reaches upper-limit-value. |
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-SM entries to limit-count falls below lower-limit-value. lower-limit-value must be less than upper-limit-value. |
The value is an integer ranging from 1 to 100. The default value is 70. |
Usage Scenario
To configure a proper limit on the number of PIM-SM entries in the IPv6 address family of a VPN instance, run the multicast ipv6 limit pim sm command. This prevents multicast services from being affected by an improper limit on the number of PIM-SM entries.
Prerequisites
The multicast ipv6 routing-enable command has been run in the IPv6 address family of a VPN instance.
Configuration Impact
<HUAWEI> system-view [~HUAWEI] ip vpn-instance abc [*HUAWEI-vpn-instance-abc] ipv6-family [*HUAWEI-vpn-instance-abc-af-ipv6] route-distinguisher 1:1 [*HUAWEI-vpn-instance-abc-af-ipv6] multicast ipv6 routing-enable [*HUAWEI-vpn-instance-abc-af-ipv6] multicast ipv6 limit pim sm star-group-number 2000 threshold-alarm upper-limit 80 lower-limit 70
<HUAWEI> system-view [~HUAWEI] ip vpn-instance abc [*HUAWEI-vpn-instance-abc] ipv6-family [*HUAWEI-vpn-instance-abc-af-ipv6] route-distinguisher 1:1 [*HUAWEI-vpn-instance-abc-af-ipv6] multicast ipv6 routing-enable [*HUAWEI-vpn-instance-abc-af-ipv6] multicast ipv6 limit pim sm source-group-number 1000