
C613-50186-01 Rev B
Command Reference for AR2050V
612
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
PPP C
OMMANDS
PPP
USERNAME
ppp username
Overview
This command creates or modifies a username for a PPP user on a configured PPP
interface.
Syntax
ppp username <
username
>
no ppp username
Default
There is no default PPP username defined or configured to a PPP interface.
Mode
Interface Configuration for a PPP interface.
Examples
To create the PPP username
bob
, for the PPP interface ppp0, use the commands:
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
ppp username bob
To remove the PPP username
bob
, for the PPP interface ppp0, use the commands:
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
no ppp username
Related
Commands
Parameter
Description
<
username
>
Specify a login name for the user. The name can contain up to 255
characters.
The name can contain any printable ASCII characters (ASCII 32-126). If
the name contains the special characters backslash, double-quote or
space, those characters should be escaped with a backslash.