Link Layer Discovery Protocol: Difference between revisions

Content deleted Content added
m Wireshark has migrated to GitLab for their wiki. This change updates the link to the new LLDP page on GitLab.
Tag: Reverted
Line 83:
LLDP information is sent by devices from each of their interfaces at a fixed interval, in the form of an [[Ethernet frame]]. Each frame contains one LLDP Data Unit (LLDPDU). Each LLDPDU is a sequence of [[type–length–value]] (TLV) structures.
 
The Ethernet frame used in LLDP typically has its destination [[MAC address]] set to a special [[multicast address]] that [[802.1D]]-compliant bridges do not forward. Other multicast and unicast destination addresses are permitted. The [[EtherTypeEther Type]] field is set to 0x88cc.
 
Each LLDP frame starts with the following mandatory TLVs: ''Chassis ID'', ''Port ID'', and ''Time-to-Live''. The mandatory TLVs are followed by any number of optional TLVs. The frame ends with a special TLV, named ''end of LLDPDU'' in which both the ''type'' and ''length'' fields are 0.
Line 89:
Accordingly, an Ethernet frame containing an LLDPDU has the following structure:
 
{| class="wikitablewiki table" style="text-align: center;"
|+ LLDP Ethernet frame structure
|-
Line 95:
! Destination MAC
! Source MAC
! [[EthertypeEther type]]
! Chassis ID TLV
! Port ID TLV