HP MSR2000/3000/4000 Router Series IP Multicast Command Reference
95
Parameters
delay: Sets the maximum delay for sending a hello message, in the range of 1 to 60 seconds.
Examples
# Set the maximum delay for sending a hello message to 3 seconds on Ethernet 1/1.
<Sysname> system-view
[Sysname] interface ethernet 1/1
[Sysname-Ethernet1/1] pim triggered-hello-delay 3
register-policy (PIM view)
Use register-policy to configure an ACL rule to filter register messages.
Use undo register-policy to remove the configured register filtering rule.
Syntax
register-policy acl-number
undo register-policy
Default
No register filtering rule is configured.
Views
PIM view
Predefined user roles
network-admin
Parameters
acl-number: Specifies an IPv4 advanced ACL by its number in the range of 3000 to 3999.
Usage guidelines
Use an IPv4 advanced ACL to filter register messages based on source addresses and multicast group
addresses. If you specify a VPN instance in the ACL, the ACL does not take effect. The other optional
parameters except the time-range keyword and the fragment keyword are ignored. The RP accepts only
register messages that match the permit statement of the ACL.
Examples
# On the public network, configure the RP to accept only those register messages from multicast sources
on the subnet of 10.10.0.0/16 for multicast groups on the subnet of 225.1.0.0/16.
<Sysname> system-view
[Sysname] acl number 3000
[Sysname-acl-adv-3000] rule permit ip source 10.10.0.0 0.0.255.255 destination 225.1.0.0
0.0.255.255
[Sysname-acl-adv-3000] quit
[Sysname] pim
[Sysname-pim] register-policy 3000