ICND2 - PAP Authentification Configuration?
Node Man
Member Posts: 668 ■■■□□□□□□□
in CCNA & CCENT
Hi Everybody,
I am a big fan of Odom, and the ICND2 book covers CHAP really well, but only kind of includes PAP as a footnote. Can someone please write out a bare bones PAP configuration? I would really appreciate it.
Thanks so much!
I am a big fan of Odom, and the ICND2 book covers CHAP really well, but only kind of includes PAP as a footnote. Can someone please write out a bare bones PAP configuration? I would really appreciate it.
Thanks so much!
Comments
-
Ltat42a Member Posts: 587 ■■■□□□□□□□Try this -
R1
enable
configure terminal
hostname R1
username R2 password Cisco
int s0/0
encapsulation ppp
ppp authentication chap
R2
enable
configure terminal
hostname R2
username R1 password Cisco
int s0/0
encapsulation ppp
ppp authentication chap
hth