SROS Command Line Interface Reference Guide
Global Configuration Mode Command Set
5991-2114
© Copyright 2007 Hewlett-Packard Development Company, L.P.
466
lldp [minimum-transmit-interval l reinitialization-delay l
transmit-interval l ttl-multiplier]
<numeric value>
Use the
lldp
command to configure global settings that control the way LLDP functions.
Syntax Description
minimum-transmit-interval
Defines the minimum amount of time between transmission of LLDP frames
(in seconds).
reinitialization-delay
Minimum amount of time to delay after LLDP is disabled on a port before
allowing transmission of additional LLDP frames on that port (in seconds).
transmit-interval
Defines the delay between LLDP frame transmission attempts during
normal operation (in seconds).
ttl-multiplier
Defines the multiplier to be applied to the transmit interval to compute the
time-to-live for data sent in an LLDP frame.
<numeric value>
Specifies the interval, delay, or multiplier.
Default Values
By default, minimum-transmit-interval = 2 seconds (valid range: 1 through 8192); reinitialization-delay =
2 seconds (valid range 1 through 10); transmit-interval = 30 seconds (valid range 5 through 32,768); and
ttl-multiplier = 4 (valid range 2 through 10).
Functional Notes
Once a device receives data from a neighboring device in an LLDP frame, it will retain that data for a
limited amount of time. This amount of time is called time-to-live, and it is part of the data in the LLDP
frame. The time-to-live transmitted in the LLDP frame is equal to the transmit-interval multiplied by the
ttl-multiplier.
Usage Examples
The following example sets the LLDP minimum-transmit-interval to 10 seconds:
ProCurve(config)#
lldp minimum-transmit-interval 10
The following example sets the LLDP reinitialization-delay to 5 seconds:
ProCurve(config)#
lldp reinitialization-delay 5
The following example sets the LLDP transmit-interval to 15 seconds:
ProCurve(config)#
lldp transmit-interval 15
The following example sets the LLDP ttl-multiplier to 2 and the time-to-live for all LLDP frames transmitted
from this unit to 30 seconds;
ProCurve(config)#
lldp transmit-interval 15
ProCurve(config)#
lldp ttl-multiplier 2