174
<Sysname> system-view
[Sysname] acl number 2001
[Sysname-acl-basic-2001] rule permit source 225.1.1.0 0.0.0.255
[Sysname-acl-basic-2001] quit
[Sysname] pim
[Sysname-pim] static-rp 11.110.0.6 2001 preferred
# In VPN instance mvpn, configure the interface with the IP address 11.110.0.6 to be a static RP that
provides services for the multicast groups in the address range of 225.1.1.0/24 defined in ACL 2001, and
give priority to this static RP in the case of static/dynamic RP conflict.
<Sysname> system-view
[Sysname] acl number 2001
[Sysname-acl-basic-2001] rule permit source 225.1.1.0 0.0.0.255
[Sysname-acl-basic-2001] quit
[Sysname] pim vpn-instance mvpn
[Sysname-pim-mvpn] static-rp 11.110.0.6 2001 preferred
timer hello (PIM view)
Syntax
timer hello interval
undo timer hello
View
Public network PIM view, VPN instance PIM view
Default level
2: System level
Parameters
interval: Hello interval in seconds, with an effective range of 1 to 2,147,483,647.
Description
Use timer hello to configure the hello interval globally.
Use undo timer hello to restore the default.
By default, hello messages are sent at the interval of 30 seconds.
Related commands: pim timer hello.
Examples
# Set the global hello interval to 40 seconds in the public network.
<Sysname> system-view
[Sysname] pim
[Sysname-pim] timer hello 40
# Set the global hello interval to 40 seconds in VPN instance mvpn.
<Sysname> system-view
[Sysname] pim vpn-instance mvpn
[Sysname-pim-mvpn] timer hello 40