Command
PPP PAP Sent-Username
Use
This command is used to send a username and password to a remote PAP server for authentication.
Syntax
Router(config-if)#ppp pap sent-username <username> password <password>
Example
In this example, R1’s S1/1 interface is configured to authenticate R3 using PAP.
R1(config)#int s1/1 |
Afterwards, we can see that the link now requires authentication.
R3(config)#int s1/1 |
Finally, we provide the configured username and password and the link comes up.
R3(config)#int s1/1 |