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/28 00:21]
114.119.149.71 old revision restored (2023/11/26 13:11)
icnd2:ppp [2024/05/14 08:40] (current)
114.119.155.78 old revision restored (2024/02/12 17:06)
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>
  
  
Line 33: Line 47:
 end end
 </code> </code>
 +=== MULTILINK === 
 +[[icnd2:ppp|PPP]]
icnd2/ppp.1714263670.txt.gz · Last modified: 2024/04/28 00:21 by 114.119.149.71