show pppoe statistics
Syntax
show pppoe statistics
<logical-interface-name>
Release Information
Command is t introduced in Junos OS
Release 9.5.
Description
Display statistics information about
PPPoE interfaces.
Options
none—Display PPPoE
statistics for all interfaces.
logical-interface-name—(Optional) Name of an underlying PPPoE logical interface.
Required Privilege Level
view
List of Sample Output
show pppoe statisticsOutput Fields
Table 1 lists the output fields for the show pppoe statistics command. Output fields are listed in the approximate order in which
they appear.
Table 1: show pppoe statistics
Output Fields
Field Name | Field Description |
---|
Active PPPoE sessions | Total number of active PPPoE sessions. |
Packet Type | Number of packets sent and received
during the PPPoE session, categorized by packet type and packet errors: PADI—PPPoE Active Discovery Initiation
packets. PADO—PPPoE Active Discovery Offer packets. PADR—PPPoE Active Discovery Request packets. PADS—PPPoE Active Discovery Session-Confirmation
packets. PADT—PPPoE Active Discovery Termination
packets. Service name error—Packets for which
the Service-Name request could not be honored. AC system error—Packets for which the
access concentrator experienced an error in performing the host request.
For example, the host had insufficient resources to create a virtual
circuit. Generic error—Packets that indicate an
unrecoverable error occurred. Malformed packets—Malformed or short
packets that caused the packet handler to discard the frame as unreadable. Unknown packets—Unrecognized packets.
|
Timeout | Timeouts that occur during the
PPPoE session: PADI—No PADI packets received within
the timeout period. PADO—No PADO packets received within
the timeout period. (This value is always zero and is not supported.) PADR—No PADR packets received within
the timeout period.
|
Receive Error Counters | Error counters received during the PPPoE session: PADI—No PADI error counters received
during the session. PADO—No PADO error counters received
during the session. PADR—No PADR error counters received
during the session. PADS—No PADS error counters received
during the session.
|
Sample Output
show pppoe statistics
user@host> show pppoe statistics
Active PPPoE sessions: 0
PacketType Sent Received
PADI 0 0
PADO 0 0
PADR 0 0
PADS 0 0
PADT 0 0
Service name error 0 0
AC system error 0 0
Generic error 0 0
Malformed packets 0 0
Unknown packets 0 0
Timeout
PADI 0
PADO 0
PADR 0
Receive Error Counters
PADI 0
PADO 0
PADR 0
PADS 0