
C613-50186-01 Rev B
Command Reference for AR2050V
609
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
PPP C
OMMANDS
PPP
PASSWORD
ppp password
Overview
Use this command in Interface Configuration mode for a PPP interface to configure
a PPP secret password to be used in response to a challenge from an unknown
remote peer.
Use the
no
form of this command in Interface Configuration mode for a PPP
interface to disable a configured PPP secret password.
Syntax
ppp password <
password
>
no ppp password
Default
There is no PPP password defined or configured to a PPP interface by default.
Mode
Interface Configuration for a PPP interface
Examples
To enable the use of the PPP secret password
bobs_secret
for PPP
authentication, enter the commands:
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
ppp password bobs_secret
To disable the use of the PPP secret password
bobs_secret
for PPP
authentication, enter the commands:
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
no ppp password
Related
Commands
Parameter
Description
<
password
>
Specify this parameter to configure a PPP secret password to be used
in response to an unknown remote peer. You can use any printable
characters, including spaces. A password can contain up to 255
printable characters.