![Cisco Small Business 300 1.1 Series Administration Manual Download Page 649](http://html.mh-extra.com/html/cisco/small-business-300-1-1-series/small-business-300-1-1-series_administration-manual_2609294649.webp)
Link Layer Discovery Protocol (LLDP) Commands
78-20269-01 Command Line Interface Reference Guide
651
44
44.5
lldp hold-multiplier
Use the lldp hold-multiplier Global Configuration mode command to specify how
long the receiving device holds a LLDP packet before discarding it. Use the no
form of this command to restore the default configuration.
Syntax
lldp hold-multiplier
number
no lldp hold-multiplier
Parameters
hold-multiplier
number
—Specifies the LLDP packet hold time interval as a
multiple of the LLDP timer value (range: 2-10).
Default Configuration
The default LLDP hold multiplier is 4.
Command Mode
Global Configuration mode
User Guidelines
The actual Time-To-Live (TTL) value of LLDP frames is calculated by the following
formula:
TTL = min(65535, LLDP-Timer * LLDP-hold-multiplier)
For example, if the value of the LLDP timer is 30 seconds, and the value of the
LLDP hold multiplier is 4, then the value 120 is encoded in the TTL field of the
LLDP header.
Example
The following example sets the LLDP packet hold time interval to 90 seconds.
Console(config)#
lldp timer
30
Console(config)#
lldp hold-multiplier
3