309
View
IPv6 PIM view
Default level
2: System level
Parameters
ipv6-address
: Specifies the IPv6 address of the interface that will act as a C-RP.
acl6-number
: Specifies a basic IPv6 ACL number, in the range of 2000 to 2999. This IPv6 ACL defines
a range of IPv6 multicast groups that the C-RP will serve, rather than defining a filtering rule. Any IPv6
multicast group range that matches the
permit
statement in the ACL is advertised as an RP served group,
but the configuration that matches other statements, like
deny
, does not take effect.
scope-id:
Specifies the value of the scope field, in the range of 3 to 15.
priority
: Specifies the priority of the C-RP, in the range of 0 to 255 and defaulting to 192. A larger value
means a lower priority.
hold-interval
: Specifies the C-RP timeout time, in seconds. The value ranges from 1 to 65,535. If you do
not specify this argument, the corresponding global setting is used.
adv-interval
: Specifies the C-RP-Adv interval in seconds, with an effective range of 1 to 65,535. If you do
not specify this argument, the corresponding global setting is used.
Description
Use
c-rp
to configure the specified interface as a C-RP.
Use
undo c-rp
to remove the related C-RP configuration.
No C-RPs are configured by default.
You must enable IPv6 PIM-SM on the interface that you want to configure as a C-RP.
If you do not specify an IPv6 multicast group range for the C-RP, the C-RP serves all IPv6 multicast groups
in the IPv6 non-scoped zone, or it serves IPv6 multicast groups in the IPv6 global admin-scope zone if
IPv6 administrative scoping is configured.
To configure a device as a C-RP for multiple group ranges, you must include these group ranges in
multiple rules in the IPv6 ACL that corresponds to the
group-policy
keyword.
If you use this command repeatedly on the same interface, the last configuration takes effect.
Related commands:
c-bsr
.
Examples
# Configure the interface with the IPv6 address of 2001::1 to be a C-RP for IPv6 multicast group
FF0E:0:1391::/96, with a priority of 10.
<Sysname> system-view
[Sysname] acl ipv6 number 2000
[Sysname-acl6-basic-2000] rule permit source ff0e:0:1391:: 96
[Sysname-acl6-basic-2000] quit
[Sysname] pim ipv6
[Sysname-pim6] c-rp 2001::1 group-policy 2000 priority 10