Wednesday, May 20, 2009

PPP with CHAP Authentication, Quick Reference


Quick reference for PPP together with CHAP authentication configuration.

hostname Left
username Right password samepassword

int serial 1/0
encapsulation ppp
ppp authentication chap
ip address 1.1.1.1 255.255.255.0
no shutdown


hostname Right
username Left password samepassword

int serial 1/0
encapsulation ppp
ppp authentication chap
ip address 1.1.1.2 255.255.255.0
no shutdown
More videos on Show IP Protocols YouTube Channel.


2 comments:

Tip: you can also anonymously comment here.

Popular Posts