ppp实验报告及网络类型及数据链路层协议思维导图

ppp实验报告

两条链路捆绑为ppp mp直连

R2\]interface Mp-group 0/0/1 \[R2-Serial3/0/0\]ppp mp Mp-group 0/0/1 \[R2-Mp-group0/0/1\]ip add 192.168.2.2 24 \[R3\]interface Mp-group 0/0/1 \[R3-Serial3/0/0\]ppp mp Mp-group 0/0/1 \[R3-Mp-group0/0/1\]ip add 192.168.1.3 24 ### 配置ip地址 R1 \[R1\]int Serial 3/0/0 \[R1-Serial3/0/0\]ip add 192.168.1.1 24 R2 \[R2\]int Mp-group 0/0/1 \[R2-Mp-group0/0/1\]ip add 192.168.2.2 24 ### R2对R1单向chap验证 \[R2\]aaa \[R2-aaa\]local-user chenlilin password cipher cll12345 Info: Add a new user. \[R2-aaa\]local-user chenlilin service-type ppp \[R2-aaa\]q \[R2\]int s 3/0/0 \[R2-Serial3/0/0\]ppp authentication-mode chap \[R1\]int s 3/0/0 \[R1-Serial3/0/0\]ppp chap user chenlilin \[R1-Serial3/0/0\]ppp chap password cipher cll12345 ### R2对R3双向chap验证(两个接口分别配置) **R2为主** \[R2\]aaa \[R2-aaa\]local-user liuhuilin password cipher lhl12345 Info: Add a new user. \[R2-aaa\]local-user liuhuilin service-type ppp \[R2-aaa\]int s 3/0/1 \[R2-Serial3/0/1\]ppp authentication-mode chap \[R2-Serial3/0/1\]q \[R2\]int s 4/0/0 \[R2-Serial4/0/0\]ppp a \[R2-Serial4/0/0\]ppp authentication-mode chap \[R2-Serial4/0/0\]q **R2** \[R3\]interface Serial 3/0/0 \[R3-Serial3/0/0\]ppp chap user liuhuilin \[R3-Serial3/0/0\]ppp chap password cipher lhl12345 \[R3-Serial3/0/0\]q \[R3\]int s 3/0/1 \[R3-Serial3/0/1\]ppp chap user liuhuilin \[R3-Serial3/0/1\]ppp chap password cipher lhl12345 **R3为主** \[R3\]aaa \[R3-aaa\]local-user xiaojingfeng password cipher xjf12345 Info: Add a new user. \[R3-aaa\]local-user xiaojingfeng service-type ppp \[R3-aaa\]int s 3/0/0 \[R3-Serial3/0/0\]ppp chap user xiaojingfeng \[R3-Serial3/0/0\]ppp chap password cipher xjf12345 \[R3-Serial3/0/0\]int s 3/0/1 \[R3-Serial3/0/1\]ppp chap user xiaojingfeng \[R3-Serial3/0/1\]ppp chap password cipher xjf12345 **R2** \[R2\]int s3/0/1 \[R2-Serial3/0/1\]ppp chap user xiaojingfeng \[R2-Serial3/0/1\]ppp chap password cipher xjf12345 \[R2-Serial3/0/1\]q \[R2\]int s 4/0/0 \[R2-Serial4/0/0\]ppp chap user xiaojingfeng \[R2-Serial4/0/0\]ppp chap password cipher xjf12345 ![](https://file.jishuzhan.net/article/1772178251930669057/7bbfeef1cbb0f678240f8f8546a9d418.webp) ![](https://file.jishuzhan.net/article/1772178251930669057/5be8e054b5aa148256bb2f1c767f7f5e.webp)![](https://file.jishuzhan.net/article/1772178251930669057/d5b189d7037b9ec7f8e190cc710e222c.webp)

相关推荐
一介草民丶2 小时前
Mysql | 主从复制的工作机制
数据库·mysql·oracle
kill bert3 小时前
Java八股文背诵 第四天JVM
java·开发语言·jvm
Rverdoser5 小时前
服务器(一种管理计算资源的计算机)
运维·服务器
_考不上研究生不改名5 小时前
【完美解决】VSCode连接HPC节点,已配置密钥却还是提示需要输入密码
linux·服务器·vscode·远程连接·hpc·超算集群
酱学编程5 小时前
redis 延迟双删
数据库·redis·缓存
你是理想6 小时前
wait 和notify ,notifyAll,sleep
java·开发语言·jvm
helloworld工程师6 小时前
【微服务】SpringBoot整合LangChain4j 操作AI大模型实战详解
java·eclipse·tomcat·maven
Java&Develop6 小时前
idea里面不能运行 node 命令 cmd 里面可以运行咋回事啊
java·ide·intellij-idea
IT _oA6 小时前
Active Directory 域服务
运维·服务器·网络·windows·笔记
q567315237 小时前
使用Java的HttpClient实现文件下载器
java·开发语言·爬虫·scrapy