当前位置:网站首页>Hcia-r & s self use notes (26) PPP
Hcia-r & s self use notes (26) PPP
2022-07-29 05:39:00 【Master basket ladle Xiao Lu】
PPP(7/28,40min)
Serial link is often used in wan to provide long-distance data transmission , Advanced data link control HDLC(High-Level Data Link Control) And point-to-point protocols PPP(Point to Point Protocol) Are two typical serial port encapsulation protocols ( Data link layer protocol )
[R1]int Serial 4/0/0
[R1-Serial4/0/0]link-protocol hdlc
huawei Default ppp,cisco Default hdlc
Unwanted MAC Address , Don't need to, ARP
HDLC Interface address borrowing
[R1-Serial4/0/0]int lo 0
[R1-LoopBack0]ip add 1.1.1.1 32
[R1-LoopBack0]qu
[R1]int s4/0/0
[R1-Serial4/0/0]ip address unnumbered interface LoopBack 0
The serial interface can be borrowed Loopback Interface IP Address and establish a connection with the opposite end .
Realize that multiple physical interfaces use the same address ( To save address )
It's for now HDLC They are all improved by Cisco HDLC
[R1]ip route-static 12.0.0.2 32 Serial 4/0/0
Use the outgoing interface to write static routes
PPP Protocol is a point-to-point link layer protocol , It is mainly used for point-to-point data transmission on full duplex synchronous asynchronous link .
name | authentication | Error detection | Error recovery | Support synchronous or asynchronous links |
HDLC | × | √ | × | × |
PPP | √ | √ | √ | √ |
The main test is PPP The authentication function of
PPP Components
Ethernet is also divided into two layers , On LLC, Next MAC
PPP Two authentication modes :
①② Operation and configuration pap,③ Line for sending pap voucher
The above is one-way certification , You can also enable two-way authentication , That is, both ends are configured with authentication and authenticated
边栏推荐
- table中同一列中合并相同项
- Alibaba cloud architect details nine trends in the game industry
- link与@import的关系
- Basic principle of recursion
- 实现简单的数据库查询(不完整)
- ·来一篇编程之路的自我介绍吧·
- C language first level pointer
- Basic concepts of MySQL + database system structure + extended application + basic command learning
- PyQt5:第一章第1节:使用Qt组件创建一个用户界面-介绍
- TXT 纯文本操作
猜你喜欢
Flask 报错 RuntimeError: The session is unavailable because no secret key was set.
Alibaba cloud and Dingjie software released the cloud digital factory solution to realize the localized deployment of cloud MES system
ClickHouse学习(八)物化视图
HCIA-R&S自用笔记(27)综合实验
力扣994:腐烂的橘子(BFS)
PyQt5:第一章第1节:使用Qt组件创建一个用户界面-介绍
Basic concepts of MySQL + database system structure + extended application + basic command learning
Alibaba cloud architect details nine trends in the game industry
【C语言系列】— 一道递归小题目
HCIA-R&S自用笔记(25)NAT技术背景、NAT类型及配置
随机推荐
About local variables
[C language series] - detailed explanation of file operation (Part 1)
Flask 报错 RuntimeError: The session is unavailable because no secret key was set.
365 day challenge leetcode 1000 questions - day 035 one question per day + two point search 13
数据库操作 Day 6
【TypeScript】深入学习TypeScript对象类型
js深拷贝-笔记
【TypeScript】深入学习TypeScript函数
How does the MD editor of CSDN input superscripts and subscripts? The input method of formula and non formula is different
Bubble sort c language
弹性盒子相关知识
MySQL解压版windows安装
Side effects and sequence points
Camunda 1. Camunda workflow - Introduction
利用Poi-tl在word模板表格单元格内一次插入多张图片和多行单元格相同数据自动合并的功能组件
Global components component registration
Clickhouse learning (x) monitoring operation indicators
微信小程序视频上传组件直接上传至阿里云OSS
TXT 纯文本操作
paddle. Fluid constant calculation error 'nonetype' object has no attribute 'get_ fetch_ list‘