RE: PPP Authentication [7:21533]

2001-09-30 Thread Vijay Patankar

Omer,

Check the following to start with:

a) make sure your interface s0 or s1 has the proper commands
   such as bandwidth, clock rate and correct ip address, and no shut

Since you have not given the config outputs, it is very hard to visualise
what is missing, but try the following

Ra# (DCE)---(DTE) Rb#

global command
username Ra password cisco 


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



RE: PPP Authentication [7:21533]

2001-09-30 Thread Vijay Patankar

Omer,

Check the following to start with:

a) make sure your interface s0 or s1 has the proper commands
   such as bandwidth, clock rate and correct ip address, and no shut

Since you have not given the config outputs, it is very hard to visualise
what is missing, but try the following

Ra# (DCE)---(DTE) Rb#

global command
username Ra password cisco 


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



RE: PPP Authentication [7:21533]

2001-09-30 Thread Leigh Anne Chisholm

Wow--what timing. I'm just writing a section on troubleshooting ISDN...

Try debug ISDN ppp authentication.  You should see why you've got a
failure problem.  I suspect you've got a problem with the usernames and
passwords not matching.


  -- Leigh Anne

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
 Omer Ehsan Dar
 Sent: Sunday, September 30, 2001 9:34 PM
 To: [EMAIL PROTECTED]
 Subject: PPP Authentication [7:21533]


 Hi all,
 I just wanted to know how i can get pp authentication to work. When I
 enable either PAP or chap the line protocol goes down. The debug PPP
 negotiation output says that the request was timed out.
 What I did then was I took an example out of the CCNA manual and even
 When I did exactly that word for word it still did not work. I have
 given both the remote router username and the password. the things work
 out till encapsulation ppp but the minute I enter ppp authentication PAP
 or CHAP the IPCP is closed.
 any suggestions??
 Thnaks
 Omer




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



RE: PPP Authentication [7:21533]

2001-09-30 Thread Vijay Patankar

Omer,

Check the following to start with:

a) make sure your interface s0 or s1 has the proper commands
   such as bandwidth, clock rate and correct ip address, and no shut

Since you have not given the config outputs, it is very hard to visualise
what is missing, but compare the following config with yours

  S0  S0
Ra# (DCE)---(DTE) Rb#

global command
username Rb password cisco username Ra pass cisco

interface s0 interface s0
  bandwidth 64 bandwidth 64
  clock rate 38400 
  ip add 10.1.1.1 255.255.255.0   ip add 10.1.1.2 /24
  encapsulation ppp   encap  ppp
  ppp authen  chapppp auth chap
  no shut no shut

Ra# debug ppp authen 

To see the ppp negotiation and authentication work,

go to int s 0 
shut and then no shut

make sure you check the following under line console 0:

line con 0
 logging synch
 exec-timeout 0 0

To check which side of the cable is a DCE and hence requires the clock rate
parameters, check the serial cables for any labels or run the following
command in the previlege mode
 
ra# show controller s 0

Don't forget to check the layer two connectivity by running the show cdp
neighbor (show cdp nei detail)

This should work, if you are still having problems then check the IOS
version to see if this version has any known bugs already documented.

The details of this can be found in the CCO Software Centre.

Vijay


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



Re: PPP Authentication [7:21533]

2001-09-30 Thread EA Louie

welcome to PPP!

Are you doing it over serial interfaces?

Post the configuration

-e-


- Original Message -
From: Omer Ehsan Dar 
To: 
Sent: Sunday, September 30, 2001 8:34 PM
Subject: PPP Authentication [7:21533]


 Hi all,
 I just wanted to know how i can get pp authentication to work. When I
 enable either PAP or chap the line protocol goes down. The debug PPP
 negotiation output says that the request was timed out.
 What I did then was I took an example out of the CCNA manual and even
 When I did exactly that word for word it still did not work. I have
 given both the remote router username and the password. the things work
 out till encapsulation ppp but the minute I enter ppp authentication PAP
 or CHAP the IPCP is closed.
 any suggestions??
 Thnaks
 Omer
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




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