Options

ICND2 - PAP Authentification Configuration?

Node ManNode Man Member Posts: 668 ■■■□□□□□□□
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!

Comments

  • Options
    Ltat42aLtat42a 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
Sign In or Register to comment.