User Tools

Site Tools


icnd2:ppp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
icnd2:ppp [2024/04/27 11:08]
114.119.149.71 old revision restored (2023/10/25 18:46)
icnd2:ppp [2024/05/13 22:39] (current)
114.119.138.183 old revision restored (2024/04/16 11:36)
Line 8: Line 8:
 Local USERNAME and PASSWORD of credentials the REMOTE device will authenticate with. Local USERNAME and PASSWORD of credentials the REMOTE device will authenticate with.
 ppp auth pap ppp auth pap
 +<code>
 +DOGS#sh run | i username
 +username CATS password 0 123    <-- USERNAME/PASS here is the same as being sent by remote device.
 +DOGS#sh run interface s0/0
 +Building configuration...
  
 +Current configuration : 172 bytes 
 +
 +interface Serial0/0 
 + ip address 172.16.1.1 255.255.255.252 
 + encapsulation ppp 
 + clock rate 2000000 
 + ppp authentication pap    <-- ENABLE PAP 
 + ppp pap sent-username DOGS password 0 123     <-- SEND USERNAME DOGS, PASSWORD 123. Ensure remote router has local user configured. 
 +end 
 +</code>
  
  
icnd2/ppp.1714216090.txt.gz · Last modified: 2024/04/27 11:08 by 114.119.149.71