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)

相关推荐
武昌库里写JAVA7 分钟前
JAVA面试汇总(四)JVM(一)
java·vue.js·spring boot·sql·学习
xiep143833351018 分钟前
Ubuntu 安装带证书的 etcd 集群
数据库·etcd
落霞的思绪1 小时前
Java设计模式详细解读
java·开发语言·设计模式
Java小白程序员1 小时前
Spring Framework:Java 开发的基石与 Spring 生态的起点
java·数据库·spring
sunflower_w1 小时前
linux I2C核心、总线与设备驱动
linux·运维·服务器
老虎06271 小时前
数据库基础—SQL语句总结及在开发时
数据库·sql·oracle
拂晓银砾2 小时前
Java数据结构-栈
java·数据结构
甄超锋2 小时前
Java Maven更换国内源
java·开发语言·spring boot·spring·spring cloud·tomcat·maven
m0_719084112 小时前
sharding-jdbc读写分离配置
java
Ronin3052 小时前
【Linux系统】进程间通信:System V IPC——共享内存
linux·服务器·system v 共享内存