Matt,

I would try the advice of Priscilla and Mario. Start with a 
simple config and work your way up. Here's a check list:

1. Check the cable and make sure both ends are firmly seated and 
are plugged into the correct ports.

2. Set the serial interfaces on both ports back to the default 
using "default interface serial0" in global config mode.

3. Reboot both machines.

4. Add an ip address, no shut, and see if you can ping under 
HDLC. Don't forget to add clock on the DCE side.

**r9:
conf t
in s0
   ip address 10.1.1.1 255.255.255.0
   no shut
**r10:
conf t
in s0
   ip address 10.1.1.2 255.255.255.0
   clock rate 64000
   no shut
***Do a ping test.

5. Change the link protocol to PPP:

**r9:
in s0
   encapsulation ppp
**r10:
in s0
   encapsulation ppp
***Do a ping test.

6. Add the authentication:

**r9:
username r10 password cisco
in s0
   ppp authentication chap
**r10:
username r9 password cisco
in s0
   ppp authentication chap
***Do a ping test.

Or, if you want PAP you must use the "ppp pap sent-username" 
command on this type of physical link.

HTH,

Jonathan




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=66551&t=66486
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to