Configuring PPP Authentication - CHAP: Khawar Butt Ccie # 12353 (R/S, Security, SP, DC, Voice, Storage & Ccde)
Configuring PPP Authentication - CHAP: Khawar Butt Ccie # 12353 (R/S, Security, SP, DC, Voice, Storage & Ccde)
Authentication - CHAP
KHAWAR BUTT
CCIE # 12353 [R/S, SECURITY, SP, DC, VOICE, STORAGE & CCDE]
Overview
CHAP Authentication
Configuring PPP Authentication using CHAP
c
Lab Diagram
PC PC
Switch Switch
c
192.168.1.0/24 192.168.2.0/24
Ethernet 0/0 Ethernet 0/0
Serial 1/0 Serial 1/0
Console R1 192.168.12.0/24 R2
MGMT
PC
PPP Authentication Using CHAP
One of the advantages of PPP over HDLC is the ability to authentication the Link.
The Router needs to create a Username for the remote device. The Username will be remote
Hostname along with a Common password.
You do have the ability to use a different Username by using the “ppp chap hostname”
command.
Configuring PPP CHAP Authentication
Configure PPP Authentication between R1 & R2 using CHAP. R1 should use R1 as the its Username.
R2 should use ROUTER2 as the username. The common password should be “Cisco123”.
R1 c
R1(config)#Username ROUTER2 password Cisco123
R1(config)#Interface S 1/0
R1(config-if)#ppp authentication chap
___________________________________________
R2