
C613-50186-01 Rev B
Command Reference for AR2050V
618
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
PPP C
OMMANDS
UNDEBUG
PPP
undebug ppp
Overview
Use this command to disable PPP protocol debugging on the specified PPP
interface or interfaces. If no PPP interface is specified then PPP debugging for all
PPP interfaces is disabled.
This command has the same functionality as the
no
command.
Syntax
undebug ppp [interface <
ppp-interface-list
>]
Default
No diagnostic messages are enabled for PPP debugging. PPP debugging is
disabled by default.
Mode
Privileged Exec
Usage
Note that this command is an alias of the negated form of the
command.
Examples
To disable PPP debugging for all PPP interfaces, enter the below command:
awplus#
undebug ppp
To disable PPP debugging for PPP interfaces
ppp0
, enter the below command:
awplus#
undebug ppp interface ppp0
To disable PPP debugging for PPP interfaces
ppp0
through
ppp2
, enter the below
command:
awplus#
undebug ppp interface ppp0-ppp2
To disable PPP debugging for PPP interfaces
ppp0
and
ppp2
, enter the below
command:
awplus#
undebug ppp interface ppp0,ppp2
Related
Commands
Parameter
Description
<
ppp-interface-list
>
Specify a PPP interface or a range of PPP interfaces in
the range
ppp<0-255>
. Use a hyphen between PPP
interfaces to include all PPP interfaces in a given range,
or use commas between PPP interfaces to specify
non-contiguous PPP interfaces.