Link Control Protocol (LCP)
The Link Control Protocol is part of the PPP protocol and is used to configure the settings for the subsequent protocols inside PPP.
This file was just generated from the Protocol template in this Wiki
The text below is copied from Wikipedia http://en.wikipedia.org/wiki/Link_Control_Protocol
The LCP protocol:
- checks the identity of the linked device and either accepts or rejects the peer device
- determines the acceptable packet size for transmission
- searches for errors in configuration
- can terminate the link if requirements exceed the parameters
Devices cannot use PPP to transmit data over a network until the LCP packet determines the acceptability of the link, but LCP packets are embedded into PPP packets and therefore a basic PPP connection has to be established before LCP can reconfigure it. The LCP over PPP packets have control code 0xC021 and their info field contains the LCP packet, which has four fields. (Code, Id, Length, Data)
- Code: Operation requested: configure link, terminate link, ... and acknowledge and deny codes.
- data: Parameters for the operation
History
XXX - add a brief description of PROTO history
Protocol dependencies
- PPP: LCP is part of the PPP protocol suite.
Example traffic
Here is a a screenshot of some LCP traffic:
Wireshark
The LCP dissector is fully functional.
Preference Settings
Currently, there are no preferences for the LCP dissector.
Example capture file
A sample capture file containing LCP traffic is available on the SampleCaptures page.
Display Filter
A complete list of LCP display filter fields can be found in the display filter reference
Example: Show only LCP traffic:
lcp
Capture Filter
External links
-
RFC1570: PPP LCP Extensions
-
RFC1661: The Point-to-Point Protocol (PPP)
-
RFC1663: PPP Reliable Transmission
Discussion
Imported from https://wiki.wireshark.org/Protocols/lcp on 2020-08-11 23:20:43 UTC