Reference Guide

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
Congure 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
Congure 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 conguration at the interface level takes precedence over the global LLDP conguration.
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
Disable LLDP interface
OS10(config)# interface ethernet 1/1/4
OS10(conf-if-eth1/1/4)# no lldp med
OS10(conf-if-eth1/1/4)# no lldp tlv-select
OS10(conf-if-eth1/1/4)# no lldp transmit
OS10(conf-if-eth1/1/4)# no lldp receive
Layer 2
147