Command Reference Guide

SROS Command Line Interface Reference Guide PPP Interface Configuration Command Set
5991-2114 © Copyright 2005 Hewlett-Packard Development Company, L.P. 773
ppp pap sent-username <username> password <password>
Use the ppp pap sent-username/password command to configure a username and password when the
peer requires PAP PPP authentication. Use the no form of this command to remove a configured password.
For more information on PAP and CHAP functionality, see the Technology Review section for the
command ppp authentication <protocol> on page 766.
Syntax Description
<username> Alphanumeric string up to 80 characters in length (the username is
case-sensitive)
<password> Alphanumeric string up to 80 characters in length (the password is case-sensitive)
Default Values
By default, there is no defined ppp pap sent-username and password.
Command Modes
(config-ppp 1)# PPP Interface Configuration Mode required
Usage Examples
The following example specifies a PPP PAP sent-username of local and a password of my_password:
(config)#interface ppp 1
(config-ppp 1)#ppp pap sent-username local password my_password