一、串行链路的数据传输方式
二、HDLC
2.1、HDLC协议应用
• High-level Data Link Control,高级数据链路控制,简称HDLC,是一种面向比特的链路层协议。
2.2、HDLC基本配置
三、PPP
3.1、PPP协议应用
• PPP协议是一种点到点链路层协议,主要用于在全双工的同异步链路上进行点到点的数据传输。
3.2、PPP组件
3.3、PPP链路建立过程
3.4、PPP帧格式
四、LCP
4.1、LCP报文
4.2、LCP协商参数
4.3、LCP链路参数协商
4.4、LCP链路参数协商
五、PPP-PAP配置
5.1、PPP基本配置
5.2、PPP认证模式-PAP
5.3、PAP认证
5.4、配置验证
六、PPP-PAP实验
6.1、拓扑图
• 分别在路由器中拖出2台AR2220。
• 分别对着路由器AR1和AR2右键,点击设置,在eNSP支持的接口卡中找到2SA,并将其拖至第1个接口插槽中。
• 选择设备连线,点击Serial进行设备接线,接口都选择Serial 1/0/0,完成后开启设备。
6.2、配置
AR1:
<Huawei>system-view [Huawei]sysname AR1 [AR1]int s1/0/0 [AR1-Serial1/0/0]ip add 12.1.1.1 24 [AR1-Serial1/0/0]display this [AR1-Serial1/0/0]q [AR1]aaa [AR1-aaa]local-user huawei password cipher huawei [AR1-aaa]local-user huawei service-type ppp [AR1-aaa]int s1/0/0 [AR1-Serial1/0/0]link-protocol ? [AR1-Serial1/0/0]ppp authentication-mode pap [AR1-Serial1/0/0]q [AR1]display ip int brief
AR2:
<Huawei>system-view [Huawei]sysname AR2 [AR2]int s1/0/0 [AR2-Serial1/0/0]ip add 12.1.1.2 24 [AR2-Serial1/0/0]dis ip int bri [AR2-Serial1/0/0]ppp pap local-user huawei password cipher huawei [AR2-Serial1/0/0]q [AR2]display ip interface brief
[AR2]display int s1/0/0
标签:AR1,Serial1,int,AR2,HCIA,PPP,HDLC From: https://www.cnblogs.com/atomy/p/16769675.html