Reference Guide

Table Of Contents
1. Configure the LLDP packet timer value in CONFIGURATION mode.
lldp timer
2. Enter the multiplier value for the hold time in CONFIGURATION mode.
lldp holdtime-multiplier
3. Enter the delay (in seconds) for LLDP initialization on any interface in CONFIGURATION mode.
lldp reinit
Configure LLDPDU timer
OS10(config)# lldp timer 60
OS10(config)# do show lldp timers
LLDP Timers:
Holdtime in seconds: 120
Reinit-time in seconds: 2
Transmit interval in seconds: 60
Configure LLDPDU intervals
OS10(config)# lldp holdtime-multiplier 2
OS10(config)# do show lldp timers
LLDP Timers:
Holdtime in seconds: 60
Reinit-time in seconds: 2
Transmit interval in seconds: 30
Disable and re-enable LLDP
By default, LLDP is enabled for each interface and globally. You can disable LLDP on an interface or globally. If you disable LLDP
globally, LLDP is disabled on all interfaces irrespective of whether LLDP is previously enabled or disabled on an interface. When
you enable LLDP globally, the LLDP configuration at the interface level takes precedence over the global LLDP configuration.
1. Disable the LLDPDU transmit or receive in INTERFACE mode.
no lldp transmit
no lldp receive
2. Disable the LLDP holdtime multiplier value in CONFIGURATION mode.
no lldp holdtime-multiplier
3. Disable the LLDP initialization in CONFIGURATION mode.
no lldp reinit
4. Disable the LLDP MED in CONFIGURATION or INTERFACE mode.
no lldp med
5. Disable LLDP TLV in INTERFACE mode.
no lldp tlv-select
6. Disable LLDP globally in CONFIGURATION mode.
no lldp enable
Disable LLDP
OS10(config)# no lldp timer 100
OS10(config)# no lldp holdtime-multiplier 10
OS10(config)# no lldp reinit 8
Layer 2
175