The display pppoe-client session command displays the status of and statistics about a PPPoE session.
| Parameter | Description | Value |
|---|---|---|
| summary | Displays the summary of a PPPoE client session. | - |
| packet | Displays statistics about PPPoE client session data packets. | - |
| number | Displays statistics about a specified PPPoE client session. If PPPoE-client session is not specified, the system will display statistics about all PPPoE client sessions. | The value ranges from 1 to 255. |
# Display the summary of PPPoE client sessions.
<sysname> display pppoe-client session summary PPPoE Client Session: ID Bundle Dialer Intf Client-MAC Server-MAC State 1 1 1 GE0/0/1 00e0fc0254f3 00049a23b050 PPPUP 2 2 2 GE0/0/2 00e0fc0254f3 00049a23b050 PPPUP
| Item | Description |
|---|---|
ID |
Session ID or PPPoE session ID |
Server-MAC |
MAC address of the PPPoE server |
Client-MAC |
MAC address of the PPPoE client |
Dialer |
Corresponding dialer interface of the PPPoE session |
Bundle |
Dialer bundle containing the PPPoE session |
Intf |
Interface containing the PPPoE session |
State |
State of the PPPoE session |
# Display statistics about PPPoE session packets
<sysname> display pppoe-client session packet PPPoE Client Session: ID InP InO InD OutP OutO OutD ============================================================= 1 164 6126 0 83 1069 0 2 304 9886 0 156 2142 0
| Item | Description |
|---|---|
ID |
PPPoE session ID |
InP |
In Packets: number of received packets |
InO |
In Octets: number of received octets |
InD |
In Discards: number of illegal packets received and discarded |
OutP |
Out Packets: number of packets sent |
OutO |
Out Octets: number of octets sent |
OutD |
Out Discards: number of illegal packets sent and discarded |