The lldp message-transmission hold-multiplier command sets the hold time multiplier of device information stored on neighbors.
The undo lldp message-transmission hold-multiplier command restores the default hold time multiplier of device information stored on neighbors.
The default hold time multiplier is 4.
lldp message-transmission hold-multiplier hold
undo lldp message-transmission hold-multiplier
Parameter |
Description |
Value |
---|---|---|
hold |
Specifies the hold time multiplier of device information stored on neighbors. |
The value is an integer that ranges from 2 to 10. |
Usage Scenario
The time multiplier is used to calculate how long a packet can be saved on a neighboring node. After receiving an LLDP packet, a neighbor updates the aging time of the device information from the sender based on the TTL.
The storage time calculation formula is: TTL = Min (65535, (interval x hold)).
TTL is the device information storage time. It is the smaller value between 65535 and (interval x hold).
interval indicates the interval at which the device sends LLDP packets to neighbors. This parameter is set by the lldp message-transmission interval command. hold indicates the hold time multiplier of device information stored on neighbors.
After the LLDP function is disabled on the device, its neighbors wait until the TTL of the device information expires, and then delete the device information. This prevents network topology flapping.
Configuration Impact