152
Usage guidelines
You can set the hello interval for all interfaces in PIM view or for the current interface in interface view.
The configuration made in interface view takes priority over the configuration made in PIM view.
Examples
# Set the hello interval to 40 seconds on VLAN-interface 100.
<Sysname> system-view
[Sysname] interface vlan-interface 100
[Sysname-Vlan-interface100] pim timer hello 40
Related commands
timer hello (PIM view)
pim timer join-prune
Use pim timer join-prune to set join/prune interval on an interface.
Use undo pim timer join-prune to restore the default.
Syntax
pim timer join-prune interval
undo pim timer join-prune
Default
The join/prune interval on an interface is 60 seconds.
Views
Interface view
Predefined user roles
network-admin
Parameters
interval: Sets a join/prune interval in the range of 0 to 18000 seconds. If you set the value to 0 seconds,
the interface does not send join or prune messages.
Usage guidelines
You can set the join/prune interval for all interfaces in PIM view or for the current interface in interface
view. The configuration made in interface view takes priority over the configuration made in PIM view.
The configuration takes effect after the current interval ends.
To prevent the upstream neighbors from aging out, you must configure the join/prune interval to be less
than the joined/pruned state holdtime timer.
Examples
# Set the join/prune interval to 80 seconds on VLAN-interface 100.
<Sysname> system-view
[Sysname] interface vlan-interface 100
[Sysname-Vlan-interface100] pim timer join-prune 80
Related commands
• pim holdtime join-prune