HP Comware 5 Debug Manual Vol 3

*0.784906 Sysname PPP/8/debug2:
PPP State Change:
Serial2/0 LCP : initial --> starting
// LCP moved from the initial state to the starting state.
*0.784906 Sysname PPP/8/debug2:
PPP Event:
Serial2/0 LCP Lower Up Event
state starting
// A lower layer up event was reported for LCP. The LCP state machine was in the starting state.
*0.784906 Sysname PPP/8/debug2:
PPP State Change:
Serial2/0 LCP : starting --> reqsent
// LCP moved from the starting state to the reqsent state.
*0.784906 Sysname PPP/8/debug2:
PPP Packet:
Serial2/0 Output LCP(c021) Pkt, Len 35
State reqsent, code ConfReq(01), id 2a, len 31
MRU(1), len 4, val 05dc
AuthProto(3), len 4, PAP c023
MagicNumber(5), len 6, val 31180c00
MPRU(11), len 4, val 05dc
Discri(13), len 9, val 01fa4d432c8451
// Interface Serial 2/0 sent a 35-byte LCP packet. The type of the packet is Configure-Request, its ID is
2a, and its length is 31 bytes with the header removed. The LCP state machine transited to the request
sent state as a result.
PPPoE debugging commands
The PPPoE client module name is identified as "PPPOEC" in debugging messages.
The PPPoE server module name is identified as "PPPOES" in debugging messages.
debugging pppoe-client
Use debugging pppoe-client to enable PPPoE client debugging.
Use undo debugging pppoe-client to disable PPPoE client debugging.
Syntax
debugging pppoe-client { all | data | error | event | packet | verbose } [ interface interface-type
interface-number ]
undo debugging pppoe-client { all | data | error | event | packet | verbose } [ interface interface-type
interface-number ]
Default
All types of PPPoE client debugging are disabled.
Views
User view
253