Video 33 Configuring CHAP
 hostname left
username right password sameone
int async 0
encapsulation ppp
ppp authentication CHAP
 
host right
username left password sameone
int async 0
encapsulation ppp
ppp authentication CHAP
 
 配置PPP
Router(config-if)#encapsulation ppp激活PPP验证
 
Router(config)#hostname name 给路由器命名
 
Router(config)#username name password password
提供需要验证的双方路由器的名称和密码
 
Router(config-if)#ppp authentication
{chap|chap pap|pap chap\pap} 激活PAP或CHAP验证
 
查看HDLC和PPP的封装
Router#show interface s0