Monitoring PPPoE
The PPPoE monitoring information is displayed in multiple parts. To display the session status for PPPoE interfaces, cumulative statistics for all PPPoE interfaces on the, and the PPPoE version configured on the, select Monitor>PPoE in the J-Web interface.
To view interface-specific properties in the J-Web interface, select the interface name on the PPPoE page.
Alternatively, enter the following CLI commands:
- show pppoe interfaces
- show pppoe statistics
- show pppoe version
Table 226 summarizes key output fields in PPPoE displays.
You can also view status information about the PPPoE interface by entering the show interfaces pp0 command in the CLI editor.
Table 226: Summary of Key PPPoE Output Fields
Field | Values | Additional Information |
---|---|---|
PPPoE Interfaces | ||
Interface | Name of the PPPoE interface. (See the interface naming conventions in the Junos OS Interfaces and Routing Configuration Guide.) | Click the interface name to display PPPoE information for the interface. |
State | State of the PPPoE session on the interface. | |
Session ID | Unique session identifier for the PPPoE session. | To establish a PPPoE session, first the acting as a PPPoE client obtains the Ethernet address of the PPPoE server or access concentrator, and then the client and the server negotiate a unique session ID. This process is refereed as PPPoE active discovery and is made up of four steps: initiation, offer, request, and session confirmation. The access concentrator generates the session ID for session confirmation and sends it to the PPPoE client in a PPPoE Active Discovery Session-Confirmation (PADS) packet. |
Service Name | Type of service required from the AC. | Service Name identifies the type of service provided by the AC, such as the name of the Internet service provider (ISP), class, or quality of service. |
Configured AC Name | Configured AC name. | |
Session AC Names | Name of the AC. | |
AC MAC Address | Media access control (MAC) address of the AC. | |
Session Uptime | Number of seconds the current PPPoE session has been running. | |
Auto-Reconnect Timeout | Number of seconds to wait before reconnecting after a PPPoE session is terminated. | |
Idle Timeout | Number of seconds a PPPoE session can be idle without disconnecting. | |
Underlying Interface | Name of the underlying logical Ethernet or ATM interface on which PPPoE is running—for example, ge-0/0/0.1. | |
PPPoE Statistics | ||
Active PPPoE Sessions | Total number of active PPPoE sessions. | |
Packet Type | Packets sent and received during the PPPoE session, categorized by packet type and packet error:
| |
Sent | Number of the specific type of packet sent from the PPPoE client. | |
Received | Number of the specific type of packet received by the PPPoE client. | |
Timeout | Information about the timeouts that occurred during the PPPoE session.
| |
Sent | Number of the timeouts that occurred for PADI, PADO, and PADR packets. | |
PPPoE Version | ||
Maximum Sessions | Maximum number of active PPPoE sessions the can support. The default is 256 sessions. | |
PADI Resend Timeout | Initial time, (in seconds) the waits to receive a PADO packet for the PADI packet sent—for example, 2 seconds. This timeout doubles for each successive PADI packet sent. | The PPPoE Active Discovery Initiation (PADI) packet is sent to the access concentrator to initiate a PPPoE session. Typically, the AC responds to a PADI packet with a PPPoE Active Discovery Offer (PADO) packet. If the AC does not send a PADO packet, the sends the PADI packet again after timeout period is elapsed. The PADI Resend Timeout doubles for each successive PADI packet sent. For example, if the PADI Resend Timeout is 2 seconds, the second PADI packet is sent after 2 seconds, the third after 4 seconds, the fourth after 8 seconds, and so on. |
PADR Resend Timeout | Initial time (in seconds) the waits to receive a PADS packet for the PADR packet sent. This timeout doubles for each successive PADR packet sent. | The PPPoE Active Discovery Request (PADR) packet is sent to the access concentrator in response to a PADO packet, and to obtain the PPPoE session ID. Typically, the AC responds to a PADR packet with a PPPoE Active Discovery Session-Confirmation (PADS) packet, which contains the session ID. If the AC does not send a PADS packet, the sends the PADR packet again after the PADR Resend Timeout period is elapsed. The PADR Resend Timeout doubles for each successive PADR packet sent. |
Maximum Resend Timeout | Maximum value (in seconds) that the PADI or PADR resend timer can accept—for example, 64 seconds. The maximum value is 64. | |
Maximum Configured AC Timeout | Time (in seconds), within which the configured AC must respond. |