ip pim hello-interval
Use this command to configure a hello interval value other than the default. When a hello-interval is configured and hello-holdtime is not configured, or when the hello-holdtime value configured is less than the new hello-interval value, the holdtime value is modified to (3.5 * hello_interval). Otherwise, the hello-holdtime value is the configured value.
Use the no option with this command to reset the hello-interval to its default value.
Command Syntax
ip pim hello-interval <1-18724>
no ip pim hello-interval
Parameter
<1-18724>
Range of values for the hello-interval. No fractional values are allowed in seconds.
Default
The default value for hello-interval is 30 seconds.
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#configure terminal
(config)#interface eth0
(config-if)#ip pim hello-interval 123
(config)#interface eth0
(config-if)#no ip pim hello-interval
Last modified date: 10/20/2023