set lldp hold-multiplier

Use this command to set the time-to-live value used in LLDP frames sent by this device.

Syntax

set lldp hold-multiplier multiplier-val

Parameters

multiplier-val Specifies the multiplier to apply to the transmit interval to determine the time-to-live value. Value can range from 2 to 10. Default value is 4.

Defaults

None.

Mode

All command modes.

Usage

The time-to-live for LLDP PDU data is calculated by multiplying the transmit interval by the hold multiplier value.

Example

This example sets the transmit interval to 20 seconds and the hold multiplier to 5, which will configure a time-to-live of 100 to be used in the TTL field in the LLDP PDU header.

System(rw)->set lldp tx-interval 20
System(rw)->set lldp hold-multiplier 5