148
By default, join suppression is enabled. Namely, neighbor tracking is disabled.
This command is effective for both PIM-DM and PIM-SM.
Related commands: pim hello-option neighbor-tracking.
Examples
# Disable join suppression globally in the public network.
<Sysname> system-view
[Sysname] pim
[Sysname-pim] hello-option neighbor-tracking
# Disable join suppression globally in VPN instance mvpn.
<Sysname> system-view
[Sysname] pim vpn-instance mvpn
[Sysname-pim-mvpn] hello-option neighbor-tracking
hello-option override-interval (PIM view)
Syntax
hello-option override-interval interval
undo hello-option override-interval
View
Public network PIM view, VPN instance PIM view
Default level
2: System level
Parameters
interval: Prune override interval in milliseconds, with an effective range of 1 to 65,535.
Description
Use hello-option override-interval to configure the global value of the prune override interval.
Use undo hello-option override-interval to restore the default.
By default, the prune override interval is 2500 milliseconds.
This command is effective for both PIM-DM and PIM-SM.
Related commands: hello-option lan-delay, pim hello-option lan-delay, and pim hello-option
override-interval.
Examples
# Set the prune override interval to 2000 milliseconds globally in the public network.
<Sysname> system-view
[Sysname] pim
[Sysname-pim] hello-option override-interval 2000
# Set the prune override interval to 2000 milliseconds globally in VPN instance mvpn.
<Sysname> system-view
[Sysname] pim vpn-instance mvpn
[Sysname-pim-mvpn] hello-option override-interval 2000