02-17-2009 05:40 AM - edited 03-04-2019 03:36 AM
Hi
I have 2 routers 7206 & 1841 connected point-to-point and wanna prove if pap and chap is working. when I configure pap on either router my serial goes down, below are my configs for both routers.
R1
!
interface Serial0/1/0
bandwidth 2000000
ip address 165.148.120.1 255.255.255.252
encapsulation ppp
no keepalive
clock rate 8000000
ppp authentication pap
ppp pap sent-username mpho password 0 mpho
!
R2
interface Serial6/0
bandwidth 2000000
ip address 165.148.120.2 255.255.255.252
encapsulation ppp
no keepalive
serial restart-delay 0
no fair-queue
ppp authentication pap
ppp pap sent-username mpho password 0 mpho
!
please see if you can a spot a mistake if there is any.
02-17-2009 05:46 AM
Hello Lawrence,
I don't think you can use pap and Chap together is not a good advice to try to use both. Stick to one and make sure your password are correct,it is case sensitive.
HTH
DAK
02-17-2009 05:49 AM
I only used one and that is PAP, but still my interface is protocol went down. Is there a problem with my configs?
02-17-2009 05:53 AM
Okay,
Check the Clock rate.
HTH
DAk
02-17-2009 06:44 AM
Hi
If you look at the out of
show interface Serialx/x
you will probably see the LCP status as TERMsent or if you debug ppp auth you will see it failiing.
Have you created the username and password in the routers with the command
username mpho password mpho
This is needed on both sides.
02-18-2009 02:27 AM
Thanks, your solution worked.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide