Fact-checked by Grok 2 weeks ago

Point-to-Point Protocol over Ethernet

Point-to-Point Protocol over Ethernet (PPPoE) is a networking that encapsulates (PPP) frames within Ethernet frames to enable the creation of point-to-point connections over shared Ethernet broadcast domains, particularly in access scenarios. Developed to address the limitations of bridging multiple hosts to a remote access concentrator without per-user control, PPPoE allows Internet service providers (ISPs) to implement , , and (AAA) on an individual basis while leveraging the familiarity of PPP for multi-protocol datagram transport. It combines the link-layer capabilities of Ethernet with PPP's session management, encryption, compression, and error detection features, making it suitable for environments where direct point-to-point links are not feasible. PPPoE was formalized in 2516, published by the (IETF) in February 1999 as an informational specification, drawing from concepts developed by the ADSL Forum to support emerging (DSL) technologies. At the time, broadband access was shifting toward Ethernet-based aggregation, and PPPoE provided a bridge between traditional PPP over (ATM) in DSL setups and Ethernet infrastructures, enabling scalable deployment without requiring new hardware at customer premises. Contributors from organizations such as , RedBack Networks, and RouterWare drove its creation to facilitate per-mac-address or per-user billing and access control in bridged networks. The protocol operates in two primary stages: a Discovery stage, where the client (host) identifies the access concentrator's and negotiates a session identifier (SESSION_ID) using Ethernet types 0x8863 for packets and 0x8864 for session ; and a subsequent PPP Session stage, during which encapsulated PPP frames are exchanged for and transfer. This design ensures compatibility with existing PPP implementations while adding Ethernet overhead, typically resulting in a maximum transmission unit (MTU) of 1492 bytes to accommodate the 8-byte PPPoE header. In DSL broadband networks, PPPoE is commonly deployed over Ethernet interfaces at the customer edge, often in conjunction with access nodes that translate from PPP over ATM (PPPoA) to PPPoE for aggregation to the broadband network gateway (BNG). PPPoE remains a cornerstone for DSL and fiber-to-the-x (FTTx) access, supporting multi-session capabilities per port, dynamic IP assignment, and quality-of-service (QoS) differentiation, though it introduces slight overhead compared to native IP over Ethernet (). Its widespread adoption in the late 1990s and early 2000s facilitated the global rollout of high-speed , and it continues to be used in regions with DSL for secure, managed connectivity.

History and Development

Origins in Broadband Adoption

In the late 1990s, the rapid shift from to technologies, particularly (ADSL), created a need for protocols that could adapt established and management practices to always-on connections. Traditional (PPP), widely used for dial-up services, supported per-call authentication and session-based billing but was incompatible with the persistent nature of broadband links, which did not involve repeated dialing. PPPoE emerged in 1998–1999 as a solution to encapsulate PPP frames within Ethernet, enabling service providers to leverage existing PPP infrastructure for DSL deployments without overhauling network architectures or . The protocol was initially proposed by teams from Technologies, Redback Networks, and RouterWare to resolve the inherent broadcast-oriented design of Ethernet, which conflicted with the point-to-point session requirements of in scenarios. Key contributors included Louis Mamakos, Kurt Lidl, and Jeff Evarts from ; David Carrel and Dan Simone from Redback Networks; and Ross Wheeler from RouterWare. A pivotal event was the IETF BOF session in August 1998 at IETF 42, chaired by Mamakos, where service providers outlined requirements for PPPoE, such as support for multiple sessions per device, compatibility with bridged RFC 1483/1490 encapsulations, and minimal configuration for access concentrators. The DSL Forum (now the Broadband Forum) significantly promoted PPPoE to accelerate network rollout, recognizing its potential for cost-effective, scalable broadband access. The forum's early technical recommendations, including TR-025 in 1999, advocated PPP-based aggregation models that aligned with PPPoE, facilitating wholesale ISP interconnects and authentication integration for mass-market services. This endorsement addressed the socio-technical drivers of the era, bridging dial-up legacies with emerging DSL infrastructure amid surging consumer demand for high-speed .

Key RFCs and Standardization

The Point-to-Point Protocol over Ethernet (PPPoE) was first formally specified in RFC 2516, published in February 1999 as an Informational document by the Internet Engineering Task Force (IETF). This RFC, authored by engineers from UUNET Technologies, RedBack Networks, and RouterWare, outlines the encapsulation of PPP frames within Ethernet frames, detailing the discovery stage for peer identification and session establishment, as well as the session stage for PPP data transmission. It defines key packet types in the discovery process, including PADI (Active Discovery Initiation), PADO (Active Discovery Offer), PADR (Active Discovery Request), PADS (Active Discovery Session-confirmation), and PADT (Active Discovery Terminate). Subsequent RFCs extended PPPoE functionality. RFC 3817, published in June 2004 as an Informational document, introduces support for PPPoE relay agents by defining mechanisms to relay Active Discovery messages over (L2TP) control channels, facilitating integration in access aggregation networks. For support, RFC 5072, published in September 2007 on the Standards Track, specifies the transmission of packets over PPP links, including the IPv6 Control Protocol (IPv6CP) for configuration and formation, which applies directly to PPPoE sessions carrying PPP. RFC 2516's Informational status, rather than Standards Track, provided implementation flexibility but contributed to variations in vendor-specific deployments, as it was not subject to the same progression through Proposed and Draft Standards. The core PPPoE specification resulted from an individual submission following IETF BOF discussions, while subsequent extensions were developed within the IETF's PPP Extensibility (PPPEXT) , which focused on extending PPP for new encapsulations and protocols. Beyond IETF efforts, the Broadband Forum's Technical Report TR-101, first issued in 2006 and updated through 2011, adapted PPPoE for Ethernet-based DSL aggregation architectures, enabling migration from ATM to Ethernet in access networks.

Protocol Overview

Core Components and Encapsulation

The Point-to-Point Protocol over Ethernet (PPPoE) establishes a point-to-point connection over Ethernet by encapsulating PPP frames within Ethernet frames, enabling the transport of PPP payloads across shared Ethernet broadcast domains typically found in broadband access networks. This encapsulation inserts a 6-byte PPPoE header directly between the Ethernet header and the PPP payload, allowing multiple PPP sessions to coexist on the same Ethernet segment through unique session identifiers. The header consists of a 4-bit field (set to 1), a 4-bit Type field (set to 1), an 8-bit Code field (used for discovery packets or set to 0 for session data), a 16-bit field (0 during discovery and unique thereafter), and a 16-bit field indicating the PPPoE payload size in octets. PPPoE's core components include the PPPoE Active (PPPoED) mechanism for session initiation and the PPPoE Session (PPPoES) for ongoing data transfer. PPPoED operates over Ethernet type 0x8863 and uses specific code values in discovery packets to negotiate a and identify the peer's , ensuring a virtual point-to-point link amid multi-access Ethernet. Once established, PPPoES employs Ethernet type 0x8864 with a code of 0 and the assigned to carry encapsulated PPP frames bidirectionally. Unlike native PPP, which assumes a direct physical link without addressing concerns, PPPoE incorporates Ethernet addressing (source and destination MAC addresses in the outer frame) to manage broadcast domains in local area networks bridging to wide area networks, such as DSL access multiplexers. This adaptation addresses the need for session multiplexing on shared media while preserving PPP's protocol stack. PPPoE builds on foundational PPP elements, including the Link Control Protocol (LCP) for link establishment and negotiation, Network Control Protocols (NCPs) like IPCP for IP address assignment, and authentication methods such as (PAP) or (CHAP).

High-Level Stages

The Point-to-Point Protocol over Ethernet (PPPoE) operates through two primary high-level stages: the Discovery Stage and the PPP Session Stage. These stages establish a virtual point-to-point connection over a shared Ethernet broadcast domain, allowing the encapsulation of PPP frames within Ethernet frames to facilitate authenticated access to an Internet Service Provider (ISP) network. In the Discovery Stage, the client device initiates the process by broadcasting a request to identify available access concentrators (servers) on the local Ethernet segment. Responding servers offer their services, and the client selects one by sending a targeted request. The chosen server then confirms the selection by assigning a unique session identifier (Session ID) and confirming the peers' Ethernet addresses, thereby concluding the discovery process and preparing for the transition to the session phase. This stage ensures mutual identification without requiring prior configuration of Ethernet addresses, enabling dynamic peer discovery in multi-access environments. Once the Discovery Stage completes, the process advances to the PPP Session Stage, where the established encapsulates PPP packets for transmission between the client and server over Ethernet. This stage leverages standard PPP mechanisms for link establishment, (such as or CHAP), and configuration, including assignment by the ISP. The overall role of these stages is to create a logical point-to-point link that supports ISP-specific functions like user and usage-based billing, while maintaining with Ethernet's broadcast nature.

Discovery and Session Management

PPPoE Discovery Protocol

The PPPoE Discovery Protocol establishes a logical point-to-point link between a client () and (access concentrator) over Ethernet prior to PPP session initiation, enabling the assignment of a unique session identifier and service negotiation. This phase involves a series of packet exchanges to discover available access concentrators, select services, and confirm the session, all encapsulated within Ethernet frames using the EtherType 0x8863 to distinguish packets from session data. The discovery sequence begins with the host broadcasting a PADI (PPPoE Active Discovery Initiation) packet (code 0x09, session ID 0x0000) to all potential access concentrators on the Ethernet segment, using the broadcast destination address ff:ff:ff:ff:ff:ff; this packet may include a Service-Name tag (type 0x0101) to specify desired services, such as those offered by a particular ISP. Access concentrators that support the requested service respond individually with a unicast PADO (PPPoE Active Discovery Offer) packet (code 0x07, session ID 0x0000) to the host's MAC address, including their AC-Name tag (type 0x0102) and any matching Service-Name tags to advertise capabilities. The host then selects one access concentrator and sends a unicast PADR (PPPoE Active Discovery Request) packet (code 0x19, session ID 0x0000) to it, potentially repeating the Service-Name tag. Upon receipt, the access concentrator assigns and sends a PADS (PPPoE Active Discovery Session-confirmation) packet (code 0x65) with a unique 16-bit session ID (non-zero value) and the confirmed Service-Name tag, marking the transition to the PPP session phase. To terminate the session during discovery or later, either peer may send a unicast PADT (PPPoE Active Discovery Terminate) packet (code 0xa7) using the established session ID, after which no further PPPoE packets (except additional PADTs) should be processed. Discovery mechanics rely on Ethernet broadcast for initial outreach and for subsequent exchanges to minimize network overhead, with the destination set to broadcast only for PADI and unicast otherwise within the 0x8863 frame. Service-Name tags allow hosts to filter and select ISPs or specific services during PADO responses, enabling multi-ISP environments on shared Ethernet segments. For hosts initiating multiple concurrent discoveries, a Host-Uniq tag (type 0x0103) with arbitrary unique data (e.g., a random value) is included in PADI and PADR packets and echoed back in responses, ensuring proper matching of replies without ambiguity. The 16-bit session ID field, set to 0x0000 during discovery and assigned a unique non-zero value in the PADS packet, identifies each PPPoE session per access concentrator on the Ethernet segment, preventing conflicts in multi-session scenarios. This ID remains valid until a PADT is received, after which it may be reused for a new session to the same host. Error handling in the discovery protocol uses dedicated error tags within PADO or PADS packets to indicate failures, such as Service-Name-Error (type 0x0201) for unavailable services, AC-System-Error (type 0x0202) for concentrator issues, or Generic-Error (type 0x0203) for other problems; these may include a string explanation. Success is indicated by the absence of error tags. Retransmission timers, with intervals doubled for each retry, and retry limits ensure robustness against without indefinite looping.

PPP Session Negotiation

Once the PPPoE Discovery phase assigns a unique , the client and server transition to the PPP Session phase, where PPPoE Session (PPPoES) frames with 0x8864 encapsulate PPP control and data packets over Ethernet, using the established and MAC addresses for communication. The session begins with negotiation of the Link Control Protocol (LCP), which establishes and configures the point-to-point link, including mandatory options like for detection and a Maximum Receive Unit (MRU) limited to 1492 octets to account for PPPoE overhead. Following successful LCP , authentication occurs if enabled, using protocols such as the (PAP) for simple username-password verification or the (CHAP) for more secure challenge-response exchanges. Subsequently, Network Control Protocols (NCPs) are negotiated; for IP connectivity, the Control Protocol (IPCP) handles IPv4 address assignment and compression options, while IPv6CP supports addressing in dual-stack environments. Session maintenance relies on periodic LCP Echo-Request and Echo-Reply packets to monitor viability and detect failures, ensuring the session remains active without unnecessary termination. Termination can be initiated by either peer sending an LCP Terminate packet to cleanly close the or a PPPoE Active Terminate (PADT) packet (code 0xA7) to end the PPPoE session entirely, after which a new is required for reconnection. In the active session, user data flows as PPP payloads encapsulated within PPPoES frames, supporting standard PPP extensions for enhanced performance and . For instance, and can be applied via Microsoft Point-to-Point Encryption (MPPE), which uses RC4-based to protect traffic confidentiality without altering packet lengths. Multilink PPP (MLPPP) enables bonding of multiple physical links into a single logical channel for increased bandwidth and load balancing, with fragments reassembled at the receiver. A key feature of the PPP Session phase is the persistence of the 16-bit , which uniquely identifies the session for its duration and facilitates per-user accounting, traffic monitoring, and (QoS) differentiation in networks.

Technical Details

Frame Structure and Overhead

The PPPoE frame is constructed by encapsulating PPP frames within an , adding specific headers to enable point-to-point communication over Ethernet networks. The overall structure consists of a standard Ethernet header (14 bytes: 6 bytes destination , 6 bytes source , and 2 bytes field set to 0x8864 for session frames or 0x8863 for discovery frames), followed by the PPPoE header (6 bytes), the PPP protocol ID (2 bytes for session frames), the PPP payload, and an Ethernet frame check sequence (FCS) trailer (4 bytes).
FieldSize (bytes)Description
Destination MAC6Unicast or of the recipient.
Source MAC6 of the sender.
EtherType20x8863 () or 0x8864 (Session).
PPPoE Header6Version/Type (1 byte), Code (1 byte), (2 bytes), Length (2 bytes).
PPP Protocol ID2Identifies the protocol (e.g., 0x0021 for ); absent in discovery frames.
PPP PayloadVariablePPP data or discovery tags (TLV format: 2-byte type + 2-byte length + value).
FCS4Ethernet for error detection.
This structure introduces fixed overhead beyond the standard Ethernet frame (18 bytes total for header and FCS). The PPPoE header and PPP protocol ID contribute 8 bytes, resulting in approximately 26 bytes of total overhead for session frames, though discovery frames may add 4 bytes or more per tag (minimum tag size: 4 bytes), leading to 22–28 bytes overall compared to 18 bytes for raw Ethernet. In environments using PPPoE over ATM (PPPoEoA), such as DSL deployments, the Ethernet-framed PPPoE packets are further encapsulated using ATM Adaptation Layer 5 (AAL5), which appends an 8-byte Common Part Convergence Sublayer (CPCS) trailer (1 byte CPCS-UU, 1 byte CPI, 2 bytes length, 4 bytes ) to the frame, increasing the overhead to roughly 30–40 bytes when including variable padding for ATM cell alignment (0–47 bytes, though often minimal). The added overhead reduces the effective (MTU), limiting the payload size. For a standard Ethernet MTU of bytes ( capacity), the maximum payload is calculated as 1500 - 8 (PPPoE header + PPP protocol ID) = 1492 bytes, ensuring the entire frame fits without fragmentation. This efficiency impact necessitates MTU adjustments in implementations to avoid performance degradation from fragmentation.

MTU/MRU Handling

In PPPoE, the default (MTU) is set to bytes to accommodate the protocol's overhead within the standard 1500-byte limit, thereby preventing fragmentation at the . This value is derived by subtracting the 8-byte PPPoE encapsulation overhead—comprising a 6-byte PPPoE header and a 2-byte protocol ID—from the of bytes. The maximum receive unit (MRU) is negotiated separately during the Link Control Protocol (LCP) phase of session establishment, allowing peers to agree on the largest acceptable packet size for the connection, though it is typically capped at or below bytes to align with the MTU constraint. Oversized frames exceeding the 1492-byte limit in PPPoE deployments often result in packet drops or fragmentation, leading to performance degradation and retransmissions in upper-layer protocols like . To mitigate this, (MSS) clamping is commonly applied during the Internet Protocol Control Protocol (IPCP) negotiation phase of PPP, where the MSS is adjusted to 1452 bytes for IPv4 connections. This adjustment is calculated by subtracting the 40-byte combined length of the IPv4 header (20 bytes) and header (20 bytes) from the 1492-byte MTU, ensuring that assembled segments fit within the PPPoE frame without fragmentation. Path MTU Discovery (PMTUD) in PPPoE relies on ICMP "Fragmentation Needed" messages (Type 3, Code 4) to dynamically determine the end-to-end MTU along a path, as defined in the IPv4 PMTUD specification. However, PPPoE's additional 8-byte overhead complicates these calculations, as intermediate devices must account for the encapsulation when generating or interpreting ICMP messages, potentially leading to blackholing of packets if firewalls block ICMP or if the overhead is not properly propagated. Many vendor implementations, such as DSL modems from manufacturers like and , include automatic MTU adjustment features that detect and set the interface MTU to bytes during PPPoE session initialization to avoid manual configuration errors. This auto-adjustment ensures compatibility with the protocol's size limits without requiring user intervention, though it may still necessitate explicit MSS clamping for optimal performance.

Deployments and Integrations

DSL and ATM Environments

In digital subscriber line (DSL) networks, particularly asymmetric DSL (ADSL) and very-high-bit-rate DSL (VDSL), Point-to-Point Protocol over Ethernet (PPPoE) is commonly deployed over (ATM) infrastructure using the ATM Adaptation Layer 5 (AAL5) for encapsulation. This setup, known as PPPoE over AAL5 (PPPoEoA), involves the (CPE), such as a DSL modem, bridging Ethernet frames containing PPPoE packets to ATM virtual circuits at the . The DSL access multiplexer (DSLAM) at the service provider's central office then aggregates these ATM cells from multiple subscribers, terminating the ATM layer while preserving the PPPoE sessions for forwarding to the broadband network gateway (BNG) or access concentrator. The DSL modem typically operates in bridge mode, transparently passing PPPoE traffic between the local Ethernet LAN and the ATM-based wide-area network (WAN) without performing (NAT) or functions, allowing the end-user router to handle PPP session establishment. Alternatively, in router mode, the modem can integrate basic capabilities while still encapsulating PPPoE over AAL5. For compatibility between PPPoE clients and ATM-native provider networks that prefer PPP over ATM (PPPoA), specialized converting modems or devices perform protocol translation: they terminate the PPPoA session on the WAN side toward the DSLAM and expose a PPPoE interface on the Ethernet LAN side, enabling seamless integration without requiring changes to client-side configurations. PPPoE provides key advantages in DSL environments by supporting per-user authentication through protocols like (CHAP), enabling dynamic assignment via Internet Protocol Control Protocol (IPCP), and facilitating usage-based billing and policy enforcement through integration with (RADIUS) servers at the provider's core network. This RADIUS integration allows centralized management of subscriber credentials, session limits, and quality-of-service (QoS) parameters, which is particularly valuable in shared ATM-based DSLAMs where multiple users share upstream bandwidth. PPPoE remains prevalent in legacy ADSL and VDSL deployments, though its use is declining with the shift toward fiber-optic networks that favor simpler IP-over-Ethernet () models to reduce overhead and improve .

Modern Broadband and Non-DSL Uses

In fiber optic networks such as Gigabit Passive Optical Networks () and Ethernet Passive Optical Networks (EPON), PPPoE serves as a key mechanism for subscriber authentication in Fiber to the Home (FTTH) deployments, enabling service providers to establish secure, session-based connections over Ethernet interfaces. This approach allows Broadband Remote Access Servers (BRAS) or equivalent edge routers to validate user credentials via protocols like or CHAP during the PPP Link Control Protocol (LCP) phase, ensuring controlled access to high-speed services. PPPoE in these environments supports natively through unnumbered interfaces and stateless address autoconfiguration, facilitating prefix delegation from the provider to without requiring separate IPv6-specific tunnels. For higher-speed applications, Multi-Link PPP over PPPoE (MLPPPoE) extends this by aggregating multiple physical links into a single logical bundle, negotiating Maximum Reconstructed Receive Unit (MRRU) values up to 9000 bytes during LCP to handle gigabit and multi-gigabit throughput while maintaining load balancing across up to six processing modules. Beyond wireline fiber, PPPoE finds application in contexts, particularly for and access scenarios integrated with / backhaul, where it encapsulates PPP frames to enable carrier-grade (CGNAT) and granular policy enforcement. In architectures, PPPoE operates at the service injection point—the initial IP/MPLS aggregation router—allowing Ethernet-based subscribers to and access Layer 3 services, which supports efficient traffic aggregation and (QoS) management in mobile networks. For / backhaul, PPPoE facilitates session-level control in scenarios where Ethernet handoff from base stations requires and IP address conservation via CGNAT, reducing public IPv4 exhaustion while enforcing policies like or access restrictions per user session. This encapsulation ensures compatibility with existing PPP infrastructure, enabling operators to apply carrier-grade features without overhauling backhaul Ethernet links. In enterprise environments, PPPoE integrates with Virtual Private Networks (VPNs) over Ethernet for secure tunneling, particularly within Software-Defined Wide Area Network () frameworks that overlay connections. Vendors like support PPPoE client functionality on WAN transport interfaces (VPN 0), where it negotiates dynamic addresses and authenticates sessions to establish or GRE tunnels for enterprise traffic, allowing seamless connectivity across or MPLS transports while applying per-session QoS shaping on dialer interfaces. Similarly, platforms from and Citrix enable PPPoE on WAN ports for SD-WAN branches, supporting multiple sessions via virtual access dialers and integrating with servers for secure remote site-to-site VPNs. PPPoE persists in global deployments for compatibility, particularly among ISPs maintaining mixed IPv4/IPv6 environments where session simplifies billing and management. Its use in developing regions stems from cost-effective implementation on commodity Ethernet hardware, enabling small-scale providers to deploy without investing in advanced alternatives, thus supporting rapid expansion in areas with limited infrastructure. As fixed subscriptions reached 1.53 billion globally in Q2 2025, with DSL declining in favor of and FWA, PPPoE's role is increasingly niche but enduring in and hybrid setups.

Limitations and Alternatives

Common Quirks and Challenges

One notable quirk in PPPoE deployments arises from server-imposed limits on concurrent sessions, often capped at around 32,000 per interface or port on certain platforms like routers, which can lead to session establishment failures in high-density environments when the threshold is exceeded, resulting in PADS error responses that block new connections. Similar limits apply in implementations, where exceeding the configured maximum per NAS port prevents additional PPPoE sessions from activating, exacerbating scalability issues in large-scale access networks. In modem-router setups common to DSL broadband, double NAT occurs when the modem handles PPPoE authentication and assigns a private IP to the downstream router, which then performs its own , complicating by requiring configurations on both devices and potentially breaking applications reliant on inbound connections like VoIP or servers. This layered translation can introduce and challenges, as traffic must traverse two NAT boundaries without direct visibility into the outer layer from the inner router. Vendor incompatibilities frequently manifest in non-standard handling of PPPoE tags and timeout values; for instance, devices default to a vendor ID of 2011 in intermediate agent packets, which may not be recognized by non- servers, necessitating custom configurations like setting the ID to 3561 for . Additionally, differences in PADS response delays between vendors, such as clients resending PADR packets indefinitely if no timely is received due to server-side timeouts, can cause connection stalls, particularly in mixed - environments where default retry intervals mismatch. Security quirks include the exposure of weak authentication, where credentials are transmitted in during PPPoE session negotiation, making them susceptible to interception via packet sniffing on unsecured links. In misconfigured networks, PPPoE agents can create packet loops, causing repeated forwarding of packets between agents and servers without resolution. Additionally, if the LCP Magic Number option is disabled or improperly set during PPP session negotiation, it can lead to undetected loops in the . These issues underscore the need for CHAP over PAP and vigilant configuration to prevent such operational pitfalls.

Comparisons with IPoE and Other Protocols

Point-to-Point Protocol over Ethernet (PPPoE) differs from IP over Ethernet (IPoE), a DHCP-based approach, primarily in authentication and overhead. PPPoE establishes dedicated PPP sessions for user authentication, enabling robust per-session billing and accounting through mechanisms like RADIUS integration with PPP, whereas IPoE relies on DHCP for address assignment and authentication via options such as Option 82 for circuit identification or MAC binding, which simplifies deployment but offers less granular session control. This session-oriented nature of PPPoE adds an 8-byte overhead per frame from the PPPoE header (6 bytes) and PPP protocol ID (2 bytes), increasing processing demands compared to IPoE's lighter, connectionless model that avoids such encapsulation. In contrast to PPP over ATM (PPPoA), which encapsulates PPP directly into ATM cells for DSL environments, PPPoE operates over Ethernet frames, allowing seamless integration with local area networks (LANs) that use Ethernet infrastructure. PPPoA reduces layering by bypassing Ethernet, potentially lowering overhead in pure ATM setups, but it limits compatibility with Ethernet-based LANs, as devices require ATM interfaces rather than standard Ethernet ports. This makes PPPoE more versatile for bridged Ethernet scenarios in broadband access. Regarding scalability, PPPoE supports up to millions of sessions per server when enhanced with technologies like IEEE 802.1Q-in-Q (QinQ) tunneling, which expands addressing from 4,096 to approximately 16.8 million unique identifiers, though session establishment involves a discovery phase (PADI/PADO/PADR/ exchange) that introduces of up to a few seconds. In comparison, provides near-instant connectivity via DHCP, enhancing for high-density environments like IPTV , where PPPoE's point-to-point sessions can strain resources. For deployments, alternatives like further favor by enabling stateless address autoconfiguration without PPP session overhead. In modern multi-gigabit fiber deployments as of 2025, PPPoE's processing overhead can limit throughput on certain hardware to under 1 Gbps, contributing to its declining use in favor of . As evolves, is increasingly adopted in new deployments for its simplicity, reduced overhead, and support for modern services, reflecting a shift from PPPoE's session-heavy model to more efficient, scalable Ethernet-native approaches.

References

  1. [1]
    RFC 2516 - A Method for Transmitting PPP Over Ethernet (PPPoE)
    This document describes the PPP Over Ethernet encapsulation that is being deployed by RedBack Networks, RouterWare, UUNET and others.
  2. [2]
    [PDF] Technical Report - IETF
    PPPoE Deployments. In current DSL deployments PPPoE is often used for providing connectivity to users. PPP, as the name implies, is designed to establish a ...
  3. [3]
  4. [4]
    2.3.12 PPP Over Ethernet (pppoe) bof - IETF
    PPP over Ethernet (PPPOE) BOF 8/25/98, 0900 - 1000. Chair(s): Louis Mamakos <louie@uu.net>, UUNET. David Carrel <carrel@RedBack.net>, RedBack Networks.Missing: ADSL Forum
  5. [5]
    DSL Aggregation 101 - Light Reading
    Table 1 summarizes the key Technical Recommendations in their historical sequence. Table 1: Development of DSL Forum Architecture Technical Recommendations ...
  6. [6]
    RFC 3817 - for PPP over Ethernet (PPPoE) - IETF Datatracker
    This document describes a simple method for relaying PPPoE Active Discovery (PAD) messages over L2TP by extracting the PAD messages and sending them over the L ...
  7. [7]
    RFC 5072 - IP Version 6 over PPP - IETF Datatracker
    This document defines the method for sending IPv6 packets over PPP links, the NCP for establishing and configuring the IPv6 over PPP, and the method for ...
  8. [8]
    Point-to-Point Protocol Extensions (pppext) - IETF Datatracker
    The Point-to-Point Protocol (PPP, RFC 1661) is a mature protocol with a large number of subprotocols, encapsulations and other extensions.Missing: PPPoE | Show results with:PPPoE
  9. [9]
    [PDF] tr-101-2-0-0.pdf - Broadband Forum
    Jul 2, 2011 · The Broadband Forum is a non-profit corporation organized to create guidelines for broadband network system development and deployment.Missing: 1998 1999
  10. [10]
    RFC 1661 - The Point-to-Point Protocol (PPP) - IETF Datatracker
    The Point-to-Point Protocol (PPP) transports multi-protocol datagrams over point-to-point links, using encapsulation, Link Control Protocol (LCP), and Network ...
  11. [11]
  12. [12]
  13. [13]
  14. [14]
  15. [15]
  16. [16]
    RFC 1990 - The PPP Multilink Protocol (MP) - IETF Datatracker
    This document proposes a method for splitting, recombining and sequencing datagrams across multiple logical data links.
  17. [17]
  18. [18]
  19. [19]
  20. [20]
  21. [21]
  22. [22]
  23. [23]
  24. [24]
  25. [25]
    Ethernet MTU and TCP MSS Adjustment Concept for PPPoE ... - Cisco
    Jan 12, 2017 · This document describes the concept and configuration of TCP MSS Adjustment. It also discusses the concept of Maximum Transmission Unit (MTU) and how you can ...<|control11|><|separator|>
  26. [26]
    Resolve IPv4 Fragmentation, MTU, MSS, and PMTUD Issues ... - Cisco
    This document describes how IPv4 Fragmentation and Path Maximum Transmission Unit Discovery (PMTUD) work.
  27. [27]
    Troubleshooting MTU Size in PPPoE Dialin Connectivity - Cisco
    Feb 26, 2008 · This document explains why the maximum transmission unit (MTU) size must be changed when you implement PPP over Ethernet (PPPoE) Dialin.Missing: vendor modems
  28. [28]
    How can I optimize PPPoE connections? - SonicWall
    Jun 5, 2025 · 1643 ÷ 1412 = 1.163 -1 * 100% = 16.36% overhead. With the MTU on PPPoE connections set to 1452 the overhead per frame is reduced by 0.44%.
  29. [29]
    The broadband protocol stacks - dev/posts
    Feb 15, 2015 · When talking about DSL, “PPPoE” was often used over ATM. In this context, PPPoE is often used for PPP over Ethernet over ATM (PPPoEoA, option b) ...
  30. [30]
    RFC 2364: PPP Over AAL5
    ### Summary of AAL5 Encapsulation for PPP (RFC 2364)
  31. [31]
    Broadband Access Aggregation and DSL Configuration Guide ...
    Dec 11, 2017 · Before you can configure PPPoE on ATM, you need to specify a virtual template for the PPPoE sessions using the virtual-template command.
  32. [32]
    What is Point-to-Point Protocol over Ethernet (PPPoE)? - TechTarget
    Aug 20, 2025 · Centralized authentication. PPPoE clients can be centrally authenticated using a Remote Authentication Dial-In User Service, or RADIUS, server, ...
  33. [33]
  34. [34]
    Why ISPs Loved PPPoE – And Why They're Moving to IPoE
    Feb 18, 2025 · PPPoE has long been the backbone of ISP networks, but modern broadband demands are pushing ISPs toward IPoE. Learn why providers are making ...
  35. [35]
    Point-to-Point Protocol over Ethernet (PPPoE) Management
    This chapter provides information about using PPPoE, including theory, supported features and configuration process overview.
  36. [36]
    Example for Configuring an IPv6 PPPoE Client (Stateless Address ...
    Create a PPPoE session and bind it to GigabitEthernet 0/0/1 of the FW to enable the interface to access an IPv6 network. Create a PPPoE user on a PPPoE server.
  37. [37]
    Testing IPv6 over PPPoE with CDRouter - QA Cafe Support
    The IPCP equivalent in the IPv6 world is known as the IPv6 Control Protocol (IPv6CP) which is defined in RFC 5072. Unlike IPCP, IPv6CP does not contain ...
  38. [38]
    MLPPPoX session support - Nokia Documentation Center
    The following session types in the last mile are supported: MLPPPoE. Single physical link or multilink. The last mile encapsulation is Ethernet over copper ...
  39. [39]
    [PDF] How To Implement WiMAX in a mobile network - Cisco
    Mobile IP broadband applications are another promising perspective for WiMAX. ... Ethernet (PPPoE) subscribers have access to the Layer 3 network. Figure 2 ...
  40. [40]
    Cisco Catalyst SD-WAN Systems and Interfaces Configuration ...
    Sep 21, 2025 · Configure VPN Interface Ethernet PPPoE Using a Configuration Group ... Create a VPN-Interface-PPP-Ethernet feature template to configure a PPPoE- ...
  41. [41]
    Configure a PPPoE Interface - Prisma SD-WAN - Palo Alto Networks
    PPPoE is configured on WAN ports by adding an interface, selecting "Port" type, "Internet or Private WAN", and "Attach PPPoE" as "Yes". Select a circuit label.
  42. [42]
    PPPoE Sessions | Citrix SD-WAN 11.4 - Product Documentation
    PPPoE connects multiple computer users on an Ethernet LAN to a remote site through common customer premises appliances, for example; Citrix SD-WAN.
  43. [43]
    The Evolution of PPPoE: From Dial-Up to Broadband Backbone
    The inception of PPPoE can be traced back to the late 1990s, a period marked by the burgeoning demand for high-speed internet access. As DSL technology emerged ...
  44. [44]
  45. [45]
    PPPoE Maximum Session Limit Overview | Junos OS
    The PPPoE maximum session limit specifies the maximum number of concurrent PPPoE sessions a router can activate, configurable per-interface or per-subscriber. ...
  46. [46]
    PPPoE Session Limit - Cisco
    Apr 3, 2005 · The PPP over Ethernet (PPPoE) Session Limit feature enables you to limit the number of PPPoE sessions that can be created on a router or on an ATM permanent ...
  47. [47]
    Double NAT vs. Single NAT 101: Best Tips on Handling that ISP ...
    Jan 16, 2025 · Port-forwarding is possible in a double NAT, but it requires more work. Specifically, the forwarding entry needs to be programmed twice: At the ...
  48. [48]
    draft-miles-behave-l2nat-00 - IETF Datatracker
    Mar 4, 2009 · Note that the presence of a NAT device in front of Session-Aware NAT creates a double-NAT environment and has all the implications thereof.
  49. [49]
    PPPoE+ Configuration Commands - S1720, S2700, S5700, and ...
    Oct 30, 2021 · By default, the device adds vendor ID 2011 to PPPoE packets. If the device is connected to a non-Huawei PPPoE server, the vendor ID may not ...Missing: incompatibilities Cisco PADS
  50. [50]
    CSCdw11368 - PPPoE client continues to resend PADR ... - Cisco Bug
    If the PPPoE client in IOS has sent a PADR packet and is waiting for a PADS but does not receive one, it will continue to re-send PADR packets in intervals ...
  51. [51]
    Password Authentication Protocol (PAP) Security Explained - Okta
    Sep 14, 2024 · When used in PPP, the password authentication protocol is considered a weak authentication scheme. Since data is unencrypted, it is vulnerable ...
  52. [52]
    [PDF] Point-to-Point Protocol (PPP) Feature Overview and Configuration ...
    ▫ for IPv4: MSS = MTU-40. ▫ for IPv6: MSS = MTU-60. In the case of a PPPoE connection, the optimum value for the MSS parameter is 1452 bytes. This value ...
  53. [53]
    What Is IPoE? How Does IPoE Differ from PPPoE? - Huawei
    PPPoE and IPoE are two widely used user access modes. Although both provide authentication for user access, they differ greatly. The following figure shows the ...
  54. [54]
    Understanding MTU and MRU Configuration for PPP Subscribers
    For PPPoE subscribers, the PPP MRU or PPP MTU size can be greater than 1492 bytes if the PPP-Max-Payload tag is received in the PPPoE Active Discovery Request ( ...
  55. [55]
    Difference between PPPoE and PPPoA - Tutorials Point
    May 2, 2023 · PPPoE uses Ethernet as the underlying network technology, whereas PPPoA uses ATM. PPPoE is more common than PPPoA, particularly in home ...Missing: RFC | Show results with:RFC
  56. [56]
    PPPoE QinQ Support - Cisco
    PPPoE scalability. Expanding the available VLAN space from 4096 to about 16.8 million (4096 times. 4096) allows the number of PPPoE sessions that can be ...