Re: OT: PPP PAP/CHAP One-way autehtication

From: Marko Milivojevic <markom_at_ipexpert.com>
Date: Wed, 5 May 2010 14:15:39 +0000

On Wed, May 5, 2010 at 10:08, Syed Khalid Ali
<khalid_khursheed_at_hotmail.com> wrote:
> Group:
> Can any one explain PPP 1-way authentication. I read the document:
> http://www.cisco.com/en/US/tech/tk713/tk507/technologies_tech_note09186a00800
> 93c6f.shtml#ppp_authand tried the same example on GNS3 with two router
> connected with back to back serial. But it is not working.

When something "is not working", it is always a good idea to post your
configurations, so we can show you what you probably did wrong... :-)
Here's a quick example of R2 authenticating to R5, but not the other
way round.

! R2:
hostname R2
!
interface Serial0/2/0
 ip address 25.25.25.2 255.255.255.0
 encapsulation ppp
 ppp pap sent-username R2 password ipexpert
 no shutdown
!

! R5:
hostname R5
username R2 password ipexpert
!
interface Serial0/2/0
 ip address 25.25.25.5 255.255.255.0
 encapsulation ppp
 ppp authentication pap
 no shutdown
!

--
Marko Milivojevic - CCIE #18427
Senior Technical Instructor - IPexpert
YES! We include 400 hours of REAL rack
time with our Blended Learning Solution!
Mailto: markom_at_ipexpert.com
Telephone: +1.810.326.1444
Fax: +1.810.454.0130
Web: http://www.ipexpert.com/
Blogs and organic groups at http://www.ccie.net
Received on Wed May 05 2010 - 14:15:39 ART

This archive was generated by hypermail 2.2.0 : Tue Jun 01 2010 - 07:09:52 ART