(3)、认证阶段
(4)、网络层协议阶段 (5)、链路终止阶段
3、掌握PPP协议两种验证方式 pap和chap(安全性较高) 4、掌握PPP协议的配置 Route#config terminal
Route(config)#interface serial 0\\0
Route(config)#ip address 192.168.1.1 255.255.255.0 Route(config)#encaplucation ppp
Route(config)#ppp pap sent-username ZHOU password 1331 best Route(config)#no shut down
5、熟悉PPP协议的维护命令及方法 show interface debug PPP packet
相关推荐: