Enterasys Networks XSR CLI Router User Manual


 
PPP Debug, Clear and Show Commands
XSR CLI Reference Guide 8-97
Example
ThefollowingexampleenablesCHAPonserialinterface1/0anddefinesapasswordforlocal
serverBobandremoteserverJohn:
XSR(config)#hostname Bob
XSR(config)#interface serial 1/0
XSR(config-if<S1/0>)#encapsulation ppp
XSR(config-if<S1/0>)#ppp authentication chap
XSR(config)#username John password remote_dev
PPP Debug, Clear and Show Commands
debug ppp packet
ThiscommandenablesPPPdebugging foraninterfacefromoutsidetheactualinterface.It
performsthesamePPPdebuggingasthe
ppp debug packetcommandbutisissuedfromEXEC
mode.
Syntax
debug ppp packet [interface type/number] limit [x][type1][type2]…
Syntax of the “no” Form
Thefollowingnoformofthecommandreturnsthedefaultvalue:
no debug ppp packet [interface type/number]
Mode
EXECconfiguration:XSR>
Example
ThefollowingexampledebugssetsPPPdebuggingonSerialinterface2/0:0withalimitof10
packetsforLCP,BACPandBAPprotocols:
Note: All XSR debug commands are set to privilege level 15 by default.
interface type
Dialer,ATM,Serial,BRI,Multilink,orFast/GigabitEthernetinterfaces.
number
Interfacenumber.
x
Totalnumberofpacketstodebug,rangingfrom1to1,000,000.
type1
Packettypestodebugincluding:PAP,CHAP,AUTH,BACP,
type2
BAP,BCP,CCP,ECP,IPCP,IPXCP,LCPandLQM.
Note: This command does not display in the running config file since it is strictly a debug function. It
must be set manually every time you reboot the XSR.