Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show pppoe interfaces (Security)

date_range 30-May-24

Syntax

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

Description

Display session-specific information about PPPoE interfaces.

Options

none

Display interface information for all PPPoE interfaces.

brief | detail

(Optional) Display the specified level of output.

extensive

(Optional) Display information about the number of packets sent and received and the number of timeouts during a PPPoE session.

pp0.logical

(Optional) Name of an interface. The logical unit number for static interfaces can be a value from 0 through 16,385. The logical unit number for dynamic interfaces can be a value from 1,073,741,824 through the maximum number of logical interfaces supported on your SRX300, SRX320, and SRX340, and SRX550M devices.

Required Privilege Level

view

Output Fields

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

Table 1: show pppoe interfaces Output Fields

Field Name

Field Description

Index

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

State

State of the logical interface: up or down.

Session ID

Session ID.

Service name

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

Configured AC name

Configured access concentrator name.

Session AC name

Name of the access concentrator.

Remote MAC address or Remote MAC

MAC address of the remote side of the connection, either the access concentrator or the PPPoE client.

Auto-reconnect timeout

Timeout value for reconnecting after a PPPoE session is terminated (in seconds).

Idle timeout

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

Session uptime

Length of time the session has been up, in hh:mm:ss.

Ignore End-Of-List tag

Disables the End-of-List tag to continue processing of other tags after the End-of-List tag in a PPPoE Active Discovery Offer (PADO) packet.

Underlying interface

Interface on which PPPoE is running.

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 interfaces

content_copy zoom_out_map
user@host> show pppoe interfaces
pp0.0 Index 71
  State: Session up, Session ID: 4, 
  Service name: None, 
  Session AC name: srx-pppoe-ac, Configured AC name: None, 
  Remote MAC address: b0:c6:9a:74:5e:c1, 
  Session uptime: 5d 15:21 ago, 
  Auto-reconnect timeout: Never, Idle timeout: Never, 
  Underlying interface: ge-0/0/1.0 Index 70

show pppoe interfaces brief

content_copy zoom_out_map
user@host> show pppoe interfaces brief  
Interface       Underlying            State       Session    Remote
                interface                         ID         MAC
pp0.0           ge-0/0/1.0            Session up  4          b0:c6:9a:74:5e:c1

show pppoe interfaces detail

content_copy zoom_out_map
user@host> show pppoe interfaces detail  
pp0.0 Index 71
  State: Session up, Session ID: 4, 
  Service name: None, 
  Session AC name: srx-pppoe-ac, Configured AC name: None, 
  Remote MAC address: b0:c6:9a:74:5e:c1, 
  Session uptime: 5d 15:21 ago, 
  Auto-reconnect timeout: Never, Idle timeout: Never, 
  Underlying interface: ge-0/0/1.0 Index 70
  Ignore End-Of-List tag: Enable

show pppoe interfaces extensive

content_copy zoom_out_map
user@host> show pppoe interfaces extensive  
pp0.0 Index 71
  State: Session up, Session ID: 4, 
  Service name: None, 
  Session AC name: srx-pppoe-ac, Configured AC name: None, 
  Remote MAC address: b0:c6:9a:74:5e:c1, 
  Session uptime: 5d 15:22 ago, 
  Auto-reconnect timeout: Never, Idle timeout: Never, 
  Underlying interface: ge-0/0/1.0 Index 70
  PacketType                       Sent         Received
    PADI                              1                0
    PADO                              0                1
    PADR                              1                0
    PADS                              0                1
    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 

Release Information

Command introduced in Junos OS Release 9.5.

footer-navigation