Configure LLDP Flashcards
Show LLDP timer values
show lldp
Enable LLDP globally
(config)#lldp run
What are the LLDP timers
- Advertisement - How often LLDP messages are sent
- Hold time - How long an LLDP neighbor entry is kept without receiving a LLDP message
- Reinitialisation delay - How long to delay sending LLDP messages when LLDP is enabled
Show devices that are connected in LLDP
show lldp neighbors
show lldp neighbors detail
Show information about interfaces that LLDP is running on
show lldp interface
Change the LLDP advertisement interval (sending interval) to 10 seconds
(config)# lldp timer 10
Change the LLDP hold time to 20 seconds
(config)# lldp holdtime 20
Enable LLDP transmission on an inteface
(config-if)# lldp transmit
Enable LLDP reception on an interface
(config-if)# lldp receive
Show LLDP information for interface FastEthernet 0/1
show lldp interface fa0/1
Will only tell you if it’s enabled (Tx,Rx) on the interface will not tell you what neighbor is connected to the interface.
Show LLDP information for a specific neighbor connected on FastEthernet 0/1
show lldp neighbor fa0/1
You can’t specify a neighbor with a hostname in LLDP. You can only check interfaces local to the device and it will tell you information about the neighbor connected to it.