
C613-50186-01 Rev B
Command Reference for AR2050V
598
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
PPP C
OMMANDS
PPP
AUTHENTICATION
ppp authentication
Overview
Use this command in Interface Configuration mode for a PPP interface to configure
PAP (Password Authentication Protocol), CHAP (Challenge Authentication
Protocol), or EAP (Extensible Authentication Protocol).
Use the
no
form of this command in Interface Configuration mode for a PPP
interface to disable all PAP, CHAP, and EAP authentication for a specified PPP
interface.
Syntax
ppp authentication {eap|chap|pap}
no ppp authentication
Default
There is no PPP authentication protocol defined or configured to a PPP interface
by default.
Mode
Interface Configuration for a PPP interface
Examples
To enable PPP PAP authentication on the PPP interface
ppp0
, enter the
commands:
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
ppp authentication pap
To enable PPP CHAP authentication on the PPP interface
ppp0
, enter the
commands:
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
ppp authentication chap
To enable PPP EAP authentication on the PPP interface
ppp0
, enter the
commands:
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
ppp authentication eap
Parameter
Description
eap
Specify this parameter to enable EAP on a PPP interface
chap
Specify this parameter to enable CHAP on a PPP interface.
pap
Specify this parameter to enable PAP on a PPP interface.