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 22:56]
114.119.158.167 old revision restored (2023/12/21 12:34)
icnd2:ppp [2024/05/14 14:35] (current)
114.119.137.174 old revision restored (2017/11/10 17:46)
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.1714258573.txt.gz · Last modified: 2024/04/27 22:56 by 114.119.158.167