Command Manual – User Access
H3C SecPath Series Security Products
Chapter 1 PPP Configuration Commands
1-2
1.1.2 debugging ppp { chap | compression | pap | vjcomp packet }
Syntax
debugging ppp
{
chap
{
all
|
event
|
error
|
packet
|
state
} |
compression iphc
{
rtp
|
tcp
}
|
pap
{
all
|
event
|
error
|
packet
|
state
} |
vjcomp packet
} [
interface
interface-type
interface-number
]
undo debugging ppp
{
chap
{
all
|
event
|
error
|
packet
|
state
}|
compression iphc
{
rtp
|
tcp
}
|
pap
{
all
|
event
|
error
|
packet
|
state
}|
vjcomp packet
} [
interface
interface-type
interface-number
]
View
User view
Parameter
chap
: Enable PPP CHAP authentication debugging.
compression iphc rtp
: Enable IP/UDP/RTP header compression debugging.
compression iphc tcp
: Enable IP/TCP header compression debugging.
pap
: Enable PPP PAP authentication debugging.
vjcomp packet
: Enable PPP VJCOMP packet debugging.
all
: Enable all debugging switches.
event
: Enable event information debugging.
error
: Enable error information debugging.
packet
: Enable packet information debugging.
state
: Enable state information debugging.
interface
interface-type
interface-number
: Interface type and interface number.
Description
Use the
debugging ppp
{
chap
|
compression
|
pap
|
vjcomp packet
}
command to
enable the CHAP, COMPRESSION, PAP, or VJCOMP debugging of PPP.
Use the
undo debugging ppp
{
chap
|
compression
|
pap
|
vjcomp packet
}
command to restore the default debugging setting of CHAP, COMPRESSION, PAP or
VJCOMP.
By default, all PPP debugging switches are disabled.
Example
None