[Contents] [Prev] [Next] [Index] [Report an Error]

show pppoe interfaces

Syntax

show pppoe interfaces
<brief | detail | extensive>
<pp0.logical>

Release Information

Command introduced before JUNOS Release 7.4.

Description

(J-series Services Routers and M120 Internet routers only) Displays session-specific information about PPPoE interfaces.

Options

none — Display interface information for all PPPoE interfaces.

brief | detail | extensive — (Optional) Display the specified level of output.

pp0.logical(Optional) Name of an interface. The logical unit number can be a value from 0 to 16385.

Required Privilege Level

view

List of Sample Output

show pppoe interfaces
show pppoe interfaces brief
show pppoe interfaces detail
show pppoe interfaces extensive

Output Fields

Table 69 lists the output fields for the show pppoe interfaces command. Output fields are listed in the approximate order in which they appear.

Table 69: show pppoe interfaces Output Fields

Field Name

Field Description

Level of Output

Logical Interface 

Logical interface

Name of the logical interface.

All levels

Index

Index number of the logical interface, which reflects its initialization sequence.

detail extensive none

State

State of the logical interface: up or down.

detail extensive none

Session ID

Session ID.

detail extensive none

Service name

Type of service required (can be used to indicate an ISP name or a class or quality of service).

detail extensive none

Configured AC name

Configured access concentrator name.

detail extensive none

Session AC name

Name of the access concentrator.

detail extensive none

AC MAC address

MAC address of the access concentrator.

detail extensive none

Auto-reconnect timeout

Time after which to try to reconnect after a PPPoE session is terminated, in seconds.

detail extensive none

Idle timeout

Length of time (in seconds) that a connection can be idle before disconnecting.

detail extensive none

Underlying interface

Interface on which PPPoE is running.

All levels

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.

extensive

Timeout

Information about timeouts that occurred during the PPPoE session:

  • PADI—No PADO packet has been received within the timeout period.
  • PADO—No PADR packet has been received within the timeout period. (This value is always zero and is not supported.)
  • PADR—No PADS packet has been received within the timeout period.

extensive

Sample Output

show pppoe interfaces

user@host> show pppoe interfaces
pp0.0 Index 66
  State: Down, Session ID: None,
  Service name: None, Configured AC name: sapphire,
  Session AC name: None, AC MAC address: 00:00:00:00:00:00,
  Auto-reconnect timeout: 100 seconds, Idle timeout: Never,
  Underlying interface: at-5/0/0.0 Index 71

show pppoe interfaces brief

user@host> show pppoe interfaces brief
Interface    Underlying interface   State        AC 

pp0.0        at-5/0/0.0             Down         None 
             None                   None         00:00:00:00:00:00 

show pppoe interfaces detail

user@host> show pppoe interfaces detail
pp0.0 Index 66
  State: Down, Session ID: None,
  Service name: None, Configured AC name: sapphire,
  Session AC name: None, AC MAC address: 00:00:00:00:00:00,
  Auto-reconnect timeout: 100 seconds, Idle timeout: Never,
  Underlying interface: at-5/0/0.0 Index 71

show pppoe interfaces extensive

user@host> show pppoe interfaces extensive
pp0.0 Index 66
  State: Down, Session ID: None,
  Service name: None, Configured AC name: sapphire,
  Session AC name: None, AC MAC address: 00:00:00:00:00:00,
  Auto-reconnect timeout: 100 seconds, Idle timeout: Never,
  Underlying interface: at-5/0/0.0 Index 71
  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

[Contents] [Prev] [Next] [Index] [Report an Error]