
C613-50186-01 Rev B
Command Reference for AR2050V
599
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
PPP C
OMMANDS
PPP
AUTHENTICATION
To attempt PPP EAP authentication, then fall back to PPP CHAP authentication if
the attempt to enable PPP EAP authentication fails on the PPP interface
ppp0
,
enter the commands:
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
ppp authentication eap chap
To attempt PPP CHAP authentication, then fall back to PPP PAP authentication if
the attempt to enable PPP CHAP authentication fails on the PPP interface
ppp0
,
enter the commands:
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
ppp authentication chap pap
To disable all PPP authentication on the PPP interface
ppp0
, enter the commands:
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
no ppp authentication
Related
Commands