Technical information

Cuda 12000 IP Access Switch CLI Reference Guide
ppp pap-sent-username 327
ppp pap-sent-username
Configures the username and password that the interface sends in response to Password
Authentication Protocol (PAP) requests.
Similar to Challenge Handshake Authentication Protocol (CHAP), PAP provides password
authentication of remote routers that attempt to establish a point-to-point connection with a
POS interface. If the incorrect username and password is provided, the connection is not allowed.
Although both PAP and CHAP are authentication mechanisms used with point-to-point protocol
(PPP), PAP is less secure than CHAP. PAP does not encrypt the password; CHAP does.
Use the no ppp pap-sent-username command to remove a PAP username/password
configuration from the POS interface.
Mode
interface:pos:csi(<c/s/i>)
Syntax
ppp pap-sent-username <username> password <password>
Arguments
Example
cli# interface 1/3/1
mode: interface:pos:csi(1/3/1)
cli# ppp pap-sent-username "router 101" password 12stk123
Related Commands
no ppp pap-sent-username on page 289
<username> PAP username that you want to define for the POS interface. The
interface will respond to PAP requests with this username. This name
may range from 1 to 255 characters. Passwords that contain spaces
must be enclosed within quotes.
<password> PAP password with which the interface will respond to PAP requests.
The password may range from 1 to 255 uppercase and lowercase
alphanumeric characters. Usernames that contain spaces must be
enclosed within quotes.