0% found this document useful (0 votes)
80 views

Basic Configuration of PPP and Chap Authentication Answer

1. The document outlines steps to configure routing and establish connectivity between three routers - Branch1, Branch3, and Central. It describes configuring OSPF routing, loopback interfaces, PPP encapsulation over serial links, and debugging PPP negotiation. 2. Debug commands are used to troubleshoot PPP negotiation over the serial links between Branch1 and Central, and between Branch3 and Central. 3. CHAP authentication is configured between Branch3 and Central, and usernames and passwords are configured on both routers. End-to-end connectivity is then verified.

Uploaded by

Rexor
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
80 views

Basic Configuration of PPP and Chap Authentication Answer

1. The document outlines steps to configure routing and establish connectivity between three routers - Branch1, Branch3, and Central. It describes configuring OSPF routing, loopback interfaces, PPP encapsulation over serial links, and debugging PPP negotiation. 2. Debug commands are used to troubleshoot PPP negotiation over the serial links between Branch1 and Central, and between Branch3 and Central. 3. CHAP authentication is configured between Branch3 and Central, and usernames and passwords are configured on both routers. End-to-end connectivity is then verified.

Uploaded by

Rexor
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

PART 1

Step3

a.) no ip domain-lookup
b.) hostname “name”
c.) service password-encryption
d.) banner motd $ unauthorized access is prohiited! $
e.) enable secret class
f.)
line con 0
password cisco
logging synchronous
login
exit

line vty 0 4
password cisco
login
exit
g.) Done at f
h.) Refer to the addressing table
i.) clock rate 128000

step 4

a.) Branch1: router ospf 1

network 192.168.1.0 0.0.0.255 area 0

network 10.1.1.0 0.0.0.3 area 0

Branch3: router ospf 1

network 10.2.2.0 0.0.0.3 area 0

network 192.168.3.0 0.0.0.255 area 0

Central: router ospf 1

network 10.1.1.0 0.0.0.3 area 0

network 10.2.2.0 0.0.0.3 area

b.) Central: ip route 0.0.0.0 0.0.0.0 lo0

router ospf 1

default-information originate

step 6: PC-A should be able to ping PC-C and any other ip address except lo0
PART 2:

Step 2

a.) Branch1: interface s0/0/0

encapsulation ppp

c.) Central: int s0/0/0

encapsulation ppp

step 3

a.) Branch1: debug ppp negotiation

debug ppp packet

Central: debug ppp negotiation

debug ppp packet

f.) Branch1: interface s0/0/0

encapsulation ppp

i.) Branch1: undebug all

Central: undebug all

l.) Central: int s0/0/1

encapsulation ppp

Branch3: int s0/0/1

encapsulation ppp

m.) verify end-to-end connectivity


PART 3

Step 2

a.) Central: username Branch3 password cisco

Branch3 username Central password cisco

b.) Branch3: debug ppp negotiation

debug ppp packet

c.) Branch3: int s0/0/1

ppp encapsulation chap

e.) Central: debug ppp authentication

h.) Central: undebug all

Branch3: undebug all

Step 3

a.) Central: username Branch1 password cisco

c.) Central: debug ppp negotiation

d.) Central: undebug all

Branch1: undebug all

Branch3 undebug all

e.) verify end-to-end conncetivity

You might also like