saunders1m wrote:
> 
> I have 2 routers connected back to back via a DTE - DCE
> crossover cable and

Does it work with HDLC encapsulation? That would prove that there's no
physical layer problem.

> i am trying to establish a ppp connection though i can't seem
> to make the
> connection and when i try using debug ppp authentication i get:
> 
> 01:57:10: Se0 PPP: Treating connection as a dedicated line

That seems like an informational message that isn't too relevant to your
problem...

> 
> Is my config right???
> 
> Router 1 (r9)
> 
> username r10 password cisco
> interface Serial0
>  ip address 10.0.1.1 255.255.255.0
>  no ip directed-broadcast
>  encapsulation ppp
>  no fair-queue
>  ppp authentication pap
> 
> Router 2 (r10)
> 
> username r9 password cisco
> interface Serial0
>  ip address 10.0.1.2 255.255.255.0
>  no ip directed-broadcast
>  encapsulation ppp
>  no fair-queue
>  clockrate 64000
>  ppp authentication pap

That all looks fine. What hostnames are you using for r9 and r10? They need
to be the same as the username on the other side. Watch for typos, like that
numeral 1 could be the letter "el" instead of a number on one side, which
would be a problem.

> 
> 
> Also when i try to debug using debug ppp authentication i dont
> seem to be
> seeing any outputs to the console, i have tried using terminal
> monitor
> though i plugged into the console directly.

Does debug for other commands work? It is weird that you don't see anything,
but to troubleshoot the problem, try other debug commands.

Good luck with it. Let us know what you find out. Thanks.

Priscilla

> 
> Using show logging gives me this output:
> 
> r10#show logging
> Syslog logging: enabled (0 messages dropped, 0 flushes, 0
> overruns)
>     Console logging: level debugging, 55 messages logged
>     Monitor logging: level debugging, 0 messages logged
>     Buffer logging: level debugging, 8 messages logged
>     Trap logging: level informational, 50 message lines logged
> 
> Under console logging it says 55 messages logged, how do i view
> these????
> 
> Cheers
> 
> Matt
> 
> 




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=66501&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