R3303-HP HSR6800 Routers IP Multicast Command Reference

138
Examples
# Set the router priority for DR election to 3 on the public network.
<Sysname> system-view
[Sysname] pim
[Sysname-pim] hello-option dr-priority 3
# Set the router priority for DR election to 3 in VPN instance mvpn.
<Sysname> system-view
[Sysname] pim vpn-instance mvpn
[Sysname-pim-mvpn] hello-option dr-priority 3
Related commands
pim hello-option dr-priority
hello-option holdtime (PIM view)
Use hello-option holdtime to configure the PIM neighbor timeout timer.
Use undo hello-option holdtime to restore the default.
Syntax
hello-option holdtime interval
undo hello-option holdtime
Default
The PIM neighbor timeout timer is 105 seconds.
Views
Public network PIM view, VPN instance PIM view
Default command level
2: System level
Parameters
interval: Specifies a PIM neighbor timeout timer in seconds, in the range of 1 to 65535. A value of
65535 makes the PIM neighbor always reachable.
Examples
# Set the global value of the PIM neighbor timeout timer to 120 seconds on the public network.
<Sysname> system-view
[Sysname] pim
[Sysname-pim] hello-option holdtime 120
# Set the global value of the PIM neighbor timeout timer to 120 seconds in VPN instance mvpn.
<Sysname> system-view
[Sysname] pim vpn-instance mvpn
[Sysname-pim-mvpn] hello-option holdtime 120
Related commands
pim hello-option holdtime