OK now we have to take into perspective  when it comes to PPP Authentication one important thing , there are 2 parts of the story ... call them server and client.
Server is the device that has the command : 

ppp authentication pap            <<<<< Authenticate using PAP only 
or
ppp authentication chap          <<<<< Authenticate using chap only
or 
ppp authentication pap chap <<<<<< Try pap if other end refuse try chap

So now since this device requests authentication it must have database for authenticating (username and password) this could be done in config mode

username Device2 password cisco

In other words my PPP session won't come up until i verify that the other end username/password is correct
Client  is the device that has the command :

ppp pap sent-username Device 2 password cisco

or

ppp chap hostname Device 2
ppp chap password cisco

or
( i make a choice if server is sending pap and chap to refuse pap and accept chap)
ppp pap refuse   <<<<<<<<<< When server requests pap authentication i refuse it hence server will offer me chap to do this the server must be having the command ppp authentication pap chap

In other words my PPP session won't come up until i provide correct username/password to the remote device
Note :  we can make both devices act as server/client and in this way we require mutual authentication :) but always keep in mind the above points when configuring authentication



Leave a Reply.

    The posts in this blog are not a technical reference it's just my humble way of understanding topics in my CCIE pursuit , they could be right and could be wrong and most importantly they're debatable.
    Note All comic pictures used on this blog are made using the amazing Facebook app bitstrips

    Author

    During the past few years I've worked on becoming a networks expert , with more than 3 years of practical experience within Orange Business Services , i started to hold grip of important technical aspects to the complex network design specially with Cisco networks. 

    I'm currently pursuing my first CCIE 

    Archives

    December 2013
    November 2013

    Categories

    All
    Doccd
    Plan
    Ripv2
    Switching