From: Robert Jones (trevelle@wowway.com)
Date: Fri Aug 18 2006 - 17:58:47 ART
That did it. I use the name that was in the lab instead of the real
hostname. This is why the link only came up when I sent the ppp chap
hostname and password manually. Thx Mucho! The devil is in the details.
_____
From: Tim Chan [mailto:timanji@yahoo.com]
Sent: Friday, August 18, 2006 3:48 PM
To: trevelle@wowway.com; ccielab@groupstudy.com
Subject: Re: one way chap authentication
It's because your router hostnames don't match the usernames you are
sending. (or rename your routers to Rack1R4 and Rack1R5.)
Try this:
R5
username R4 password 0 CISCO
interface Serial0/1
ip address 141.1.45.5 255.255.255.0
encapsulation ppp
ppp authentication chap
R4
username R5 password 0 CISCO
interface Serial0/1
ip address 141.1.45.4 255.255.255.0
encapsulation ppp
----- Original Message ----
From: trevelle@wowway.com
To: ccielab@groupstudy.com
Sent: Friday, August 18, 2006 1:10:28 PM
Subject: one way chap authentication
I am working on internetworkExpert lap 4 HDLC/PPP portion. The task at hand
is for R5 to request that R4 authenticate VIA PPP with a MD5 hash value that
represent the password CISCO. I got it to work using the current config, but
the configuration guide does not use ppp chap password 0 CISCO command on
R4. When I take the command out the ser 0/1 interfaceS goes down. Am I
missing something?
R5
username Rack1R4 password 0 CISCO
interface Serial0/1
ip address 141.1.45.5 255.255.255.0
encapsulation ppp
ppp authentication chap
R4
username Rack1R5 password 0 CISCO
interface Serial0/1
ip address 141.1.45.4 255.255.255.0
encapsulation ppp
ppp chap password 0 CISCO
end
This archive was generated by hypermail 2.1.4 : Fri Sep 01 2006 - 15:41:57 ART