Command
PPP CHAP Hostname
Use
This command is used to send a hostname to a remote CHAP server for authentication.
Syntax
Router(config-if)#ppp chap hostname <hostname>
Example
In this example R1’s S1/1 interface is configured to authenticate R3 using CHAP.
R1(config)#int s1/1 |
Here R3 sends its hostname and password to be authenticated by R1
R3(config-if)#int s1/1 |
Below is the debug output for the CHAP authentication.
R3(config-if)#do debug ppp authe |