一、串行鏈路的資料傳輸方式

二、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
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/539168.html
標籤:其他
