cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
873
Views
0
Helpful
5
Replies

PPP Authentication not working

ryel.dsouza
Level 1
Level 1

Hi,
I have configured two router R1 & R3 for ppp one way authentication. R3 calls into R1 for one way authentication however the serial interface does not seem to come up.

Can u help me with this. I have attached the config too with the debug outputs.

Thanks in advance.


Regards,

Ryel

1 Accepted Solution

Accepted Solutions

Peter Paluch
Cisco Employee
Cisco Employee

Hi,

Remove the line ppp authentication pap callin from the R3 Serial1/2 configuration and try again.

Best regards,

Peter

View solution in original post

5 Replies 5

Peter Paluch
Cisco Employee
Cisco Employee

Hi,

Remove the line ppp authentication pap callin from the R3 Serial1/2 configuration and try again.

Best regards,

Peter

Thanks peter.

I have tested in my test lab and its working

R2#sh run int s1/1
Building configuration...

Current configuration : 188 bytes
!
interface Serial1/1
ip address 170.10.12.2 255.255.255.240
encapsulation ppp
serial restart-delay 0
no dce-terminal-timing-enable
ppp pap sent-username test password 0 test123
end

R2#

R1#sh run int s1/0
Building configuration...

Current configuration : 141 bytes
!
interface Serial1/0
ip address 170.10.12.1 255.255.255.240
encapsulation ppp
no dce-terminal-timing-enable
ppp authentication pap
end

R1#

Thanks

Samy

[edited]

Thank you Peter!!!

paolo bevilacqua
Hall of Fame
Hall of Fame

As always when working with PPP problems:

- Collect "debug ppp negotiation" and "debug ppp authentication" with "term mon".

Before asking others what could be wrong.

Note: do NOT use attachments for small files. Paste directly into text.

Review Cisco Networking for a $25 gift card