HP VPN Firewall Appliances Network Management Command Reference

973
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-scoped 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 repeatedly on the same interface, the last 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
c-rp advertisement-interval (IPv6 PIM view)
Use c-rp advertisement-interval to configure the interval at which C-RP-Adv messages are sent.
Use undo c-rp advertisement-interval to restore the default.
Syntax
c-rp advertisement-interval interval
undo c-rp advertisement-interval
Default
The C-RP-Adv interval is 60 seconds.
Views
IPv6 PIM view
Default command level
2: System level
Parameters
interval: Specifies a C-RP-Adv interval in seconds. The value ranges from 1 to 65535.
Examples
# Set the global C-RP-Adv interval to 30 seconds.
<Sysname> system-view
[Sysname] pim ipv6
[Sysname-pim6] c-rp advertisement-interval 30