< Home

lldp message-transmission hold-multiplier

Function

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.

Format

lldp message-transmission hold-multiplier hold-multiplier

undo lldp message-transmission hold-multiplier

Parameters

Parameter Description Value
hold-multiplier Specifies the TTL multiplier. The value is an integer ranging from 2 to 10. The default value is 4.

Views

System view

Default Level

2: Configuration level

Usage Guidelines

The hold time multiplier is used to calculate the Time to Live (TTL), which determines how long information about a device can be saved on the neighbors. The storage time calculation formula is: TTL = Min (65535, (interval x hold)).

  • TTL 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 lldp message-transmission interval.
  • hold indicates the hold time multiplier of device information on neighbors.

The hold time multiplier of device information on neighbors must be set to a proper value.

  • A large value of hold prevents network topology flapping. However, if the value is too large, the device cannot notify neighbors of its status in a timely manner, and the NMS cannot discover the network topology changes in real time.
  • A small value of hold enables the NMS to discover topology change in time. However, if the value is too small, the neighbors update device information too frequently. This increases the load on the system and wastes resources.
  • The default value is recommended.

Example

# Set the hold time multiplier of device information on neighbors to 6.

<sysname> system-view
[sysname] lldp message-transmission hold-multiplier 6
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >