set protocols pim interface hello holdtime


The set protocols pim interface hello holdtime command is used to configure the randomized triggered delay of PIM Hello messages (in seconds) per interface.


Command Syntax

set protocols pims interface <interface-name> hello holdtime < interval>


Parameter

Parameter

Description

interface <interface-name>

Specifies an L3 interface. The value could be a VLAN interface name, loopback interface name, routed interface or sub-interface name.The value is a string.

hello holdtime < interval>

Specifies the maximum delay for triggering Hello messages. The value is an integer that ranges from 3 to 180 in seconds.


Usage Guidelines

To avoid the conflict caused by multiple PIM devices sending Hello message at the same time, the PIM device automatically selects a random number smaller than the configured value as the delay. When detecting Hello messages in the network, the PIM device sends Hello message after the delay.

When PIM is enabled on an interface or a router first starts, the Hello Timer of that interface is set to a random value between 0 and hello-triggered-delay. This prevents synchronization of Hello messages if multiple routers are powered on simultaneously. After the initial randomized interval, Hello messages must be sent every hello-period seconds.


Example

  • Set the randomized triggered delay of PIM Hello messages to 10 seconds on vlan-2.
admin@Xorplus# set protocols pim interface vlan-2 hello holdtime 10
admin@Xorplus# commit

Copyright © 2024 Pica8 Inc. All Rights Reserved.