0% found this document useful (0 votes)
23 views6 pages

Configuring PPP Authentication - CHAP: Khawar Butt Ccie # 12353 (R/S, Security, SP, DC, Voice, Storage & Ccde)

This document discusses configuring PPP authentication using CHAP between two routers, R1 and R2. CHAP sends a hash of the password rather than the actual password. R1 is configured to use R1 as the username and R2 is configured to use ROUTER2 as the username, with a common password of Cisco123. The configuration on each router specifies CHAP authentication and the hostname to use for authentication.

Uploaded by

Avishkar Gote
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views6 pages

Configuring PPP Authentication - CHAP: Khawar Butt Ccie # 12353 (R/S, Security, SP, DC, Voice, Storage & Ccde)

This document discusses configuring PPP authentication using CHAP between two routers, R1 and R2. CHAP sends a hash of the password rather than the actual password. R1 is configured to use R1 as the username and R2 is configured to use ROUTER2 as the username, with a common password of Cisco123. The configuration on each router specifies CHAP authentication and the hostname to use for authentication.

Uploaded by

Avishkar Gote
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Configuring PPP c

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.

 CHAP stands for Challenge Hash Authentication Protocol.


c
 It sends a Hash of the password rather than the actual password.

 PPP uses the Hostname as its Username.

 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

R1(config)#Username R1 password Cisco123


R1(config)#Interface S 1/0
R1(config-if)#ppp authentication pap
R1(config-if)#ppp chap hostname ROUTER2
Whiteboard

You might also like