R3303-HP HSR6800 Routers IP Multicast Command Reference

332
Default
No C-RPs are configured.
Views
IPv6 PIM view
Default command 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 the C-RP is going to 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 IPv6 multicast group ranges that match the deny statement are not advertised.
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. The default is 192. A larger value
means a lower priority.
hold-interval: Specifies a C-RP timeout timer, in seconds. The value ranges from 1 to 65535. If you do not
specify this argument, the corresponding global setting is used.
adv-interval: Specifies a C-RP-Adv interval in seconds. The value ranges from 1 to 65535. If you do not
specify this argument, the corresponding global setting is used.
bidir: Configures the C-RP to serve multicast groups in the bidirectional PIM mode. If you do not specify
this argument, the C-RP serves multicast groups in the IPv6 PIM-SM mode.
Usage guidelines
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.
If you want a device to be 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 execute this command multiple times on the same interface, the most recent configuration takes
effect.
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
Related commands
c-bsr