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

相关推荐
雷神乐乐1 分钟前
Maven学习——创建Maven的Java和Web工程,并运行在Tomcat上
java·maven
码农派大星。4 分钟前
Spring Boot 配置文件
java·spring boot·后端
顾北川_野11 分钟前
Android 手机设备的OEM-unlock解锁 和 adb push文件
android·java
江深竹静,一苇以航14 分钟前
springboot3项目整合Mybatis-plus启动项目报错:Invalid bean definition with name ‘xxxMapper‘
java·spring boot
weixin_4426434229 分钟前
推荐FileLink数据跨网摆渡系统 — 安全、高效的数据传输解决方案
服务器·网络·安全·filelink数据摆渡系统
confiself30 分钟前
大模型系列——LLAMA-O1 复刻代码解读
java·开发语言
Wlq041534 分钟前
J2EE平台
java·java-ee
小码的头发丝、37 分钟前
Django中ListView 和 DetailView类的区别
数据库·python·django
XiaoLeisj41 分钟前
【JavaEE初阶 — 多线程】Thread类的方法&线程生命周期
java·开发语言·java-ee
Karoku0661 小时前
【企业级分布式系统】Zabbix监控系统与部署安装
运维·服务器·数据库·redis·mysql·zabbix