华为PPP协议几种配置方式
PPP
1、不验证
Router A
link-protocol ppp // 设置封装协议为PPP
Router B
link-protocol ppp
2、PAP单向验证
Router A
link-protocol ppp
ip address --------
local-user a service-type ppp password simple a //本地建立的对方的用户名和密码
link-protocol ppp
ip address
3、PAP 双向验证
Router A
interface serial 0
ppp pap local-user a password simple a
ip address -----------
local-user a service-type ppp password simple a
link-protocol ppp
ppp authentication-mode pap
4、CHAP单向验证
Router A
link-protocol ppp
ppp chap password simple hello//密码
Router b
interface serial 0
ppp authentication-mode chap
ip address-----------
5、CHAP 双向验证
local-user b service-type ppp password simple hello
link-protocol ppp
ppp chap password simple hello
ip address -------
local-user a service-type ppp password simple hello
link-protocol ppp
ppp chap password simple hello
ip address ---------
编辑推荐:
温馨提示:因考试政策、内容不断变化与调整,长理培训网站提供的以上信息仅供参考,如有异议,请考生以权威部门公布的内容为准! (责任编辑:长理培训)
点击加载更多评论>>