Monitoring PPPoE
Use the commands described in this section to display information about PPPoE interfaces and subinterfaces.
You can set a statistics baseline for PPPoE interfaces, subinterfaces, and circuits using the baseline pppoe interface command.
You can use the output filtering feature of the show command to include or exclude lines of output based on a text string you specify. See Command Line Interface in JunosE System Basics Configuration Guide for details.
![]() | Note: The E120 and E320 routers output for monitor and show commands is identical to output from other E Series routers, except that the E120 and E320 routers output also includes information about the adapter identifier in the interface specifier (slot/adapter/port). |
baseline pppoe interface
- Use to set a statistics baseline for PPPoE interfaces, subinterfaces, and circuits.
- The router implements the baseline by reading and storing the statistics at the time the baseline is set and then subtracting this baseline whenever baseline-relative statistics are retrieved.
- You cannot set a baseline for groups of interfaces, subinterfaces, or circuits. You must set them one at a time.
- When baselining is requested, the time since the last baseline was set is displayed in hours:minutes:seconds or days/hours format. If a baseline has not been set, the message “No baseline has been set” is displayed instead.
- Use the optional delta keyword with PPPoE show commands to specify that baselined statistics will be shown.
- Exampleshost1#baseline pppoe interface atm 2/0.1.1 host1#baseline pppoe interface atm 2/0/0.1.1
- There is no no version.
- See baseline pppoe interface.
show aaa tunnel-parameters
- Use to display tunnel parameters that are configured for L2TP tunnel definitions, including the calling number format.
- Field descriptions
- Tunnel password—Default tunnel password
- Tunnel client-name—Hostname that the LAC sends to the LNS when communicating about the tunnel
- Tunnel nas-port-method—Default NAS port type
- Tunnel nas-port ignore—Whether the router uses the tunnel peer’s NAS-Port [5] attribute; enabled or disabled
- Tunnel nas-port-type ignore—Whether the router uses the tunnel peer’s NAS-Port-Type [61] attribute; enabled or disabled
- Tunnel assignmentID format—Value of the tunnel assignment ID that is passed to PPP/L2TP
- Tunnel calling number format—Format configured for L2TP Calling Number AVP 22 generated by the LAC
- Example
host1#show aaa tunnel-parameters Tunnel password is 3&92k5b#q4 Tunnel client-name is host1 Tunnel nas-port-method is none Tunnel nas-port ignore disabled Tunnel nas-port-type ignore disabled Tunnel assignmentId format is assignmentId Tunnel calling number format is descriptive, includes agent-circuit-id and agent-remote-id
- See show aaa tunnel-parameters.
show pppoe interface
- Use to display parameters on a PPPoE interface or a PPPoE subinterface.
- If you do not specify an interface and subinterface, the router displays the PPPoE interface and Status parameters for all configured interfaces.
- If you specify an interface with no subinterface, the router displays the PPPoE interface and Status parameters for that interface.
- If you specify an interface and subinterface, the router displays detailed parameters available for that subinterface.
- Field descriptions
- PPPoE interface—Interface identifier. For more information about specifying the physical interface, see Interface Types and Specifiers in JunosE Command Reference Guide.
- Status—Operational status of the interface; possible
values are:
- operStatusUp—Interface or subinterface is operational
- Down—Interface or subinterface is not operational
- LowerLayerDown—Subinterface is not operational because an underlying interface is down
- full—Displays configuration, status, and statistics information
- max sessions—Number of maximum allowable PPP sessions configured
- mtu—Maximum transfer unit (MTU) value; when derived from the PPPoE MTU tag, the value can only be determined from an active session.
- acName—Name of PPPoE access concentrator
- will not send ac info in PADS packet—When the pppoe pads disable-ac-info command is issued, indicates that the router does not send the AC-Name and AC-Cookie tags in the PADS packet
- duplicate-protection—Whether duplicate protection is enabled or disabled for the interface
- capture remote circuit id—Whether capture of the PPPoE remote circuit ID sent from the DSLAM is enabled or disabled for the interface
- active connections—Number of live PPP connections
- configured subinterfaces—Number of PPPoE subinterfaces
you configured on an interface
- Assigned profile—Name of profile assigned to dynamic PPPoE interface
- PPPoE Statistics Counters
- PADI received/PADI transmitted—Number of initiation control packets received/transmitted
- PADO received/PADO transmitted—Number of offer control packets received/transmitted
- PADR received/PADR transmitted—Number of request control packets received/transmitted
- PADS received/PADS transmitted—Number of session confirmation control packets received/transmitted
- PADT received/PADT transmitted—Number of termination control packets received/transmitted
- PADM received/PADM transmitted—Number of message control packets received/transmitted
- PADN received/PADN transmitted—Number of network control packets received/transmitted
- PAD packets received—Total number of control packets received on the interface
- PAD packets transmitted—Total number of control packets transmitted on the interface
- Invalid PAD Packets
- Invalid Version—Number of control packets received with an invalid version
- Invalid PAD Code—Number of control packets received with an invalid code
- Invalid PAD Tags—Number of control packets received with invalid tags
- Invalid PAD Tag length—Number of control packets received with an invalid tag length
- Invalid PAD Type—Number of control packets received with an invalid type
- Invalid PADI Session—Number of invalid PPPoE Active Discovery Initiation sessions
- Invalid PADR Session—Number of invalid PPPoE Active Discovery Request sessions
- Invalid PAD packet length—Number of control packets received with an invalid packet length
- Invalid PAD packets—Number of invalid control packets received
- Total Invalid PAD packets—Total number of invalid control packets received on the interface
- Insufficient Resources—Number of requests denied because of an inadequate number of sessions; check the number of active clients
- Lockout Configuration (seconds)—Encapsulation type
lockout settings for the PPPoE client associated with the dynamic
PPPoE subinterface column; for more information about these fields,
see Configuring Encapsulation Type Lockout for PPPoE Clients in Configuring Dynamic Interfaces
- Min—Minimum lockout time, in seconds
- Max—Maximum lockout time, in seconds
- Total clients in active lockouts—Number of PPPoE clients currently undergoing dynamic encapsulation type lockout
- Total clients in lockout grace period—Number of PPPoE clients currently in a lockout grace period
- Example 1
host1#show pppoe interface atm 1/0.1 PPPoE interface ATM 1/0.1 is operStatusUp (dynamic) PPPoE interface ATM 1/0.1 has max sessions = 4000 PPPoE interface ATM 1/0.1 has acName of 111111111111111 PPPoE interface ATM 1/0.1 will not send ac info in PADS packet PPPoE interface ATM 1/0.1 is in duplicate-protection PPPoE interface ATM 1/0.1 will capture remote circuit ID PPPoE interface ATM 1/0.1 has 1 active connections, out of 1 configured subinterfaces Assigned profile (any) : baseProfile PPPoE Statistics Counters: PADI received 0 PADI transmitted 1 PADO received 1 PADO transmitted 0 PADR received 0 PADR transmitted 1 PADS received 1 PADS transmitted 0 PADT received 0 PADT transmitted 0 PADM received 1 PADM transmitted 0 PADN received 0 PADN transmitted 0 PAD packets received 2 PAD packets transmitted 2 Invalid PAD Packets: Invalid Version 0 Invalid PAD Code 0 Invalid PAD Tags 0 Invalid PAD Tag length 0 Invalid PAD Type 0 Invalid PADI Session 0 Invalid PADR Session 0 Invalid PAD packet length 3 Invalid PAD packets 0 Total Invalid PAD packets 3Insufficient Resources 0 Lockout Configuration (seconds): Min 5, Max 60 Total clients in active lockouts: 0 Total clients in lockout grace period: 0
- Example2—Uses the Fast Ethernet interface
host1#show pppoe interface fastEthernet 9/4 PPPoE interface fastEthernet 9/4 is operStatusUp PPPoE interface fastEthernet 9/4 has max sessions = 8000 PPPoE interface fastEthernet 9/4 has no acName set PPPoE interface fastEthernet 9/4 is in test mode PPPoE interface fastEthernet 9/4 has 16 active connections, out of 16 configured subinterfaces PPPoE Statistics Counters: PADI received 0 PADI transmitted 16 PADO received 16 PADO transmitted 0 PADR received 0 PADR transmitted 16 PADS received 16 PADS transmitted 0 PADT received 0 PADT transmitted 0 PADM received 16 PADM transmitted 0 PADN received 16 PADN transmitted 0 PAD packets received 32 PAD packets transmitted 32 Invalid PAD Packets: Invalid Version 0 Invalid PAD Code 0 - Example 3—Uses the default MTU value (1494)
host1#show pppoe interface full PPPoE interface FastEthernet 2/0 is operStatusUp PPPoE interface FastEthernet 2/0 has max sessions = 8000 PPPoE interface FastEthernet 2/0 mtu 1494 PPPoE interface FastEthernet 2/0 has no acName set PPPoE interface FastEthernet 2/0 autoconfigured subinterfaces PPPoE interface FastEthernet 2/0 has 1 active connections, out of 1 configured subinterfaces Assigned profile (any) : pppoetest PPPoE Statistics Counters: PADI received 42 PADI transmitted 0 PADO received 0 PADO transmitted 8 PADR received 8 PADR transmitted 0 PADS received 0 PADS transmitted 8 PADT received 0 PADT transmitted 7 PADM received 0 PADM transmitted 0 PADN received 0 PADN transmitted 0 PAD packets received 50 PAD packets transmitted 23 Invalid PAD Packets: Invalid Version 0 Invalid PAD Code 0 Invalid PAD Tags 0 Invalid PAD Tag length 0 Invalid PAD Type 0 Invalid PADI Session 0 Invalid PADR Session 0 Invalid PAD packet length 0 Invalid PAD packets 0 Total Invalid PAD packets 0 Insufficient Resources 0Lockout Configuration (seconds): Min 10, Max 120 Total clients in active lockouts: 0 Total clients in lockout grace period: 0
- Example 4—Uses the PPPoE MTU tag
host1#show pppoe interface full PPPoE interface FastEthernet 2/0 is operStatusUp PPPoE interface FastEthernet 2/0 has max sessions = 8000 PPPoE interface FastEthernet 2/0 will use tag value for mtu PPPoE interface FastEthernet 2/0 has no acName set PPPoE interface FastEthernet 2/0 autoconfigured subinterfaces PPPoE interface FastEthernet 2/0 has 1 active connections, out of 1 configured subinterfaces Assigned profile (any) : pppoetest PPPoE Statistics Counters: PADI received 44 PADI transmitted 0 PADO received 0 PADO transmitted 10 PADR received 10 PADR transmitted 0 PADS received 0 PADS transmitted 10 PADT received 0 PADT transmitted 9 PADM received 0 PADM transmitted 0 PADN received 0 PADN transmitted 0 PAD packets received 54 PAD packets transmitted 29 Invalid PAD Packets: Invalid Version 0 Invalid PAD Code 0 Invalid PAD Tags 0 Invalid PAD Tag length 0 Invalid PAD Type 0 Invalid PADI Session 0 Invalid PADR Session 0 Invalid PAD packet length 0 Invalid PAD packets 0 Total Invalid PAD packets 0 Insufficient Resources 0Lockout Configuration (seconds): Min 5, Max 60 Total clients in active lockouts: 0 Total clients in lockout grace period: 0
- See show pppoe interface.
show pppoe interface summary
- Use to display the operational and administrative status of all configured PPPoE interfaces.
- Field descriptions
- Total PPPoE interfaces—Number of configured PPPoE interfaces included in summary
- Administrative Status
- Up—Number of interfaces not affected by manual administrative intervention
- Down—Number of interfaces that cannot flow because of manual administrative intervention
- Operational Status
- Up—Number of interfaces that are operational
- Down—Number of interfaces that are not operational
- LowerLayerDown—Number of interfaces that are not operational because an underlying interface is down
- NotPresent—Number of interfaces that are not operational because hardware is unavailable
- Example
host1:01#show pppoe interface summary Total PPPoE interfaces: 16
Administrative Status: Up: 15 Down: 1Operational Status: Up: 15 Down: 1 LowerLayerDown: 1 NotPresent: 0 - See show pppoe interface.
show pppoe-service-name-table
- Use to display the contents of a PPPoE service name table configured on the router.
- The command displays the table name, the name of all service name entries in the table, and the action (terminate or drop) associated with the service name entries.
- You must specify the name of the PPPoE service name table configured with the pppoe-service-name-table command from Global Configuration mode.
- To display the names of PPPoE service name tables that you can specify to complete the command, issue the show pppoe-service-name-table name ? command.
- Field descriptions
- Service Name Table—Name of the PPPoE service name table configured with the pppoe-service-name-table command
- Empty service name action—terminate or drop
- Service name—Name of the custom service name tag configured with the service command
- action—Action (terminate or drop) associated with the service name tags configured using the action keyword with the service command.
- Unknown service name action—terminate or drop.
- Example 1—Displays the names of PPPoE service name
tables that you can specify to complete the command
host1#show pppoe-service-name-table name ? myDefaultTable myDefaultTable service-name-table myServiceTable1 myServiceTable1 service-name-table myServiceTable2 myServiceTable2 service-name-table myServiceTable3 myServiceTable3 service-name-table
- Example 2—Displays the contents of a default PPPoE
service name table with no specific service name entries
host1#show pppoe-service-name-table name myDefaultTable Service Name Table myDefaultTable Empty service name action: terminate Unknown service name action: drop
- Example 3—Displays the contents of a PPPoE service
name table that includes: empty service name tag and associated action, terminate; two custom service tags and their associated
actions (terminate and drop); and the unknown service name tag and its default action (terminate).
host1#show pppoe-service-name-table name myServiceTable1 Service Name Table myServiceTable1 Empty service name action: terminate Service name: myISPService action: terminate Service name: myQOSClass1 action: drop Unknown service name action: terminate
- Example 4—Displays the names of all PPPoE service
name tables configured on the router
host1#show pppoe-service-name-table brief Service-Name Table: myServiceTable1 myServiceTable2
- See show pppoe-service-name-table.
show pppoe subinterface
- Use to display parameters for PPPoE subinterfaces.
- If you do not specify a subinterface, the router displays the configured PPPoE subinterface number and status for all configured PPPoE subinterfaces.
- If you specify an interface with no subinterface, the router displays the status for the subinterfaces associated with the interface.
- If you specify an interface and subinterface, the router displays detailed parameters available for that subinterface.
- To display configuration, status, and statistics information, use the full keyword.
- Field descriptions
- PPPoE subinterface—Interface specifier
- Status—Operational status of the interface. Possible
values are:
- operStatusUp—Interface or subinterface is operational
- Down—Interface or subinterface is not operational
- LowerLayerDown—Subinterface is not operational because an underlying interface or subinterface is down
- URL String—URL string sent in the PADM message to PPPoE clients
- MOTM String—Message of the minute string sent in the PADM message to PPPoE clients
- session id—Session ID of the subinterface
- source MAC address—MAC address of PPPoE client
- MTU—Maximum transfer unit (MTU) value; when derived from the PPPoE MTU tag, the value can only be determined from an active session.
- In Octets—Number of octets received on the subinterface
- Out Octets—Number of octets transmitted on the subinterface
- In Packets—Number of packets received on the subinterface
- Out Packets—Number of packets transmitted on the subinterface
- Example 1
host1:v0#show pppoe subinterface fastEthernet 1/1.1.1 PPPoE subinterface fastEthernet 1/1.1.1 is operStatusUp URL String: http://www.urlofinterest.com MOTM String: a horse walks into a bar PPPoE subinterface fastEthernet 1/1.1.1 has a session id of 1 PPPoE Statistics In Octets: 480 Out Octets: 256 In Packets: 8 Out Packets: 8 - Example 2
host1:v0#show pppoe subinterface full show pppoe subinterface fullPPPoE subinterface FastEthernet 2/0.11 is operStatusUp (dynamic) PPPoE subinterface FastEthernet 2/0.11 has a session id of 8 PPPoE subinterface FastEthernet 2/0.11 has source MAC address 0090.1a40.280a PPPoE subinterface FastEthernet 2/0.11 has a MTU of 1494 PPPoE Statistics In Octets: 165922 Out Octets: 108283 In Packets: 3607 Out Packets: 3608 - See show pppoe subinterface.
show pppoe subinterface summary
- Use to display the operational and administrative status of all configured PPPoE subinterfaces.
- Field descriptions
- Total PPPoE subinterfaces—Number of configured PPPoE subinterfaces included in summary
- Administrative Status
- Up—Number of subinterfaces not affected by manual administrative intervention
- Down—Number of subinterfaces that cannot flow because of manual administrative intervention
- Operational Status
- Up—Number of subinterfaces that are operational
- Down—Number of subinterfaces that are not operational
- LowerLayerDown—Number of subinterfaces that are not operational because an underlying interface is down
- NotPresent—Number of subinterfaces that are not operational because hardware is unavailable
- Example
host1:01#show pppoe subinterface summary Total PPPoE subinterfaces: 116
Administrative Status: Up: 115 Down: 1Operational Status: Up: 115 Down: 1 LowerLayerDown: 1 NotPresent: 0 - See show pppoe subinterface.
show profile
- Use to display information about profiles.
- To display information about a specific profile, use the name keyword.
- To display a list of profiles configured on the router, use the brief keyword.
- Field descriptions
- Profile—Name of the profile that is displayed
- IP address—IP address and subnet mask of the interface, or none if the interface is unnumbered
- Unnumbered interface—Specifier for the unnumbered interface, or none if the interface is numbered
- Router—Name of the virtual router (VR) assigned to the profile; interfaces created by the profile are attached to this VR
- Directed Broadcast—Enabled or disabled
- ICMP Redirects—Enabled or disabled
- Access Route Addition—Enabled or disabled
- Network Address Translation—Enabled or disabled; domain location (inside or outside)
- Source-Address Validation—Enabled or disabled
- Ignore DF Bit—Enabled or disabled
- Filter Option Packets—Router filters out packets with IP options; enabled or disabled
- Administrative MTU—MTU size configured on the profile
- TCP MSS value—Maximum segment size for TCP SYN packets traveling through the interface
- Inactivity Timer—Inactivity timer setting; enabled or disabled
- Route Map Name—Route map applied to the IP interface subscriber; enabled or disabled
- Auto Detect—Router automatically detects packets that do not match any entries in the demultiplexer table; enabled or disabled
- Auto Configure—Dynamic creation of subscriber interfaces on a primary IP interface; enabled or disabled
- IGMP—Enabled or disabled
- static-groups—Displays address of any static groups configured for IGMP
- Input policy—Name of input policy and whether statistics are enabled or disabled
- Output policy—Name of output policy and whether statistics are enabled or disabled
- PPP Keepalive—PPP keepalive period, in seconds
- PPP Magic Number—Enabled or disabled
- PPP Peer DNS Priority—Enabled or disabled
- PPP Peer WINS Priority—Enabled or disabled
- PPP Authentication—Type of authentication configured: PAP, CHAP, or none
- PPP Authentication Router—Name of authentication virtual router
- PPP Negotiate MRU—MRU configured for the profile
- PPP Packet Log—Enabled or disabled
- PPP State Log—Enabled or disabled
- PPP Chap Challenge Length—Minimum and maximum Chap Challenge length
- PPP Passive Mode—Enabled or disabled
- PPP Multilink—Enabled or disabled
- PPP IPCP netmask option—Enabled or disabled
- PPP AAA Profile—AAA profile associated with this PPP interface
- PPP Multilink Fragmentation—Enabled or disabled
- PPP Multilink Fragment Size—Multilink fragment size for this PPP interface
- PPP Multilink Reassembly—Enabled or disabled
- PPP Multilink Mrru—Multilink MRRU value for this PPP interface
- PPP Initiate IP—Initiation of IPv4 over this PPP interface; enabled or disabled
- PPP Initiate IPv6—Initiation of IPv6 over this PPP interface; enabled or disabled
- PPPoE Max Sessions—Maximum number of PPPoE subinterfaces that can be on an interface
- PPPoE Always-offer—Router offers to set up a session for the client, even if the router has insufficient resources to establish a session; enabled or disabled
- PPPoE Remote-Circuit-Id—The router captures and processes a vendor-specific tag containing a remote circuit ID transmitted from a digital subscriber line access multiplexer (DSLAM); enabled or disabled
- PPPoE Log PPPoeControlPacket—Enabled or disabled
- PPPOE duplicate-protect—Enabled or disabled
- PPPoE ACNAME—Access concentrator name
- PPPoE URL—URL sent in PADM message to PPPoE clients
- PPPoE MOTM—Message of the minute sent in the PADM message to PPPoE clients
- PPPoE Service-Name Table—Name of the PPPoE service
name table, if configured for the specified profile
- Example—Displays configuration information for a
PPPoE profile assigned to a dynamic interface
host1#show profile name pppoeProfile Profile : pppoeProfile Unnumbered interface on : loopback 1 Router : default Directed Broadcast : Disabled ICMP Redirects : Disabled Access Route Addition : Enabled Network Address Translation: Disabled Source-Address Validation : Disabled Ignore DF Bit : Disabled Filter Option Packets : Disabled Administrative MTU : 1500 TCP MSS value : 0 Inactivity Timer : Disabled Route Map Name : Disabled Auto Detect : Disabled Auto Configure : Disabled Append VR Name with DSI : Enabled
IGMP : Enabled static-groups : Input policy: bobb statistics enabled Output policy: bobb statistics enabled
PPP Keepalive : 30 PPP Magic Number : enabled PPP Peer DNS Priority : disabled PPP Peer WINS Priority : disabled PPP Authentication : pap/chap PPP Authentication Router : PPP Negotiate MRU : (use lower layer MRU) PPP Packet Log : disabled PPP State Log : disabled PPP Chap Challenge Length : 16 - 32 PPP Passive Mode : disabled PPP Multilink : disabled PPP IPCP Netmask Option : disabled PPP AAA Profile : PPP Multilink Fragmentation : disabled PPP Multilink Fragment Size : (use MTU) PPP Multilink Reassembly : disabled PPP Multilink Mrru : (use MRU) PPP Initiate IP : disabled PPP Initiate IPv6 : disabled PPPoE Max Sessions : 2 PPPoE Always-offer : Disabled PPPoE Remote-Circuit-Id : Enabled PPPoE Log PPPoeControlPacket: Disabled PPPoE duplicate-protect : Enabled PPPoE ACNAME : CYM9876 PPPoE URL : http://www.urlofinterest.com PPPoE MOTM : goodmorning PPPoE Service-Name table : myServiceTable1
- See show profile.
show radius override
- Use to display the current override settings configured on the RADIUS client (LNS) for the NAS-IP-Address [4], NAS-Port-Id [87], Calling-Station-Id [31], and NAS-Identifier [32] RADIUS attributes.
- Field descriptions
- nas-ip-addr—Override setting for the NAS-IP-Address attribute
- nas-port-id—Override setting for the NAS-Port-Id attribute; value is remote-circuit-id if configured with radius override nas-port-id remote-circuit-id command
- calling-station-id—Override setting for the Calling-Station-Id attribute; value is remote-circuit-id if configured with radius override calling-station-id remote-circuit-id command
- nas-info—Virtual router that generates the NAS-IP-Address and NAS-Identifier attributes for AAA broadcast accounting packets; current virtual router or authentication virtual router
- Example
host1#show radius override nas-ip-addr: nas-ip-addr nas-port-id: remote-circuit-id calling-station-id: remote-circuit-id nas-info: from current virtual router
- See show radius override.
show radius remote-circuit-id-delimiter
- Use to display the delimiter character configured to set off components in the PPPoE remote circuit ID value captured from a DSLAM.
- The default delimiter character is #.
- Example
host1#show radius remote-circuit-id-delimiter %
- See show radius remote-circuit-id-delimiter.
show radius remote-circuit-id-format
- Use to display the format configured for the PPPoE remote circuit ID value captured from a DSLAM.
- If the PPPoE remote circuit ID value is configured to include any or all of the agent-circuit-id, agent-remote-id, and nas-identifier components, the display lists the components included and the order in which they appear.
- If the PPPoE remote circuit ID value is configured to use the format for the dsl-forum-1 keyword of radius remote-circuit-id-format , the display indicates that this format is in effect.
- The default format is agent-circuit-ID.
- Example
host1#show radius remote-circuit-id-format nas-identifier agent-circuit-id agent-remote-id
- See show radius remote-circuit-id-format.
Hide Navigation Pane
Show Navigation Pane
SHA1
