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

相关推荐
Abladol-aj40 分钟前
并发和并行的基础知识
java·linux·windows
清水白石00840 分钟前
从一个“支付状态不一致“的bug,看大型分布式系统的“隐藏杀机“
java·数据库·bug
HPC_fac1305206781641 分钟前
科研深度学习:如何精选GPU以优化服务器性能
服务器·人工智能·深度学习·神经网络·机器学习·数据挖掘·gpu算力
Python私教5 小时前
model中能定义字段声明不存储到数据库吗
数据库·oracle
吾日三省吾码6 小时前
JVM 性能调优
java
弗拉唐7 小时前
springBoot,mp,ssm整合案例
java·spring boot·mybatis
sun0077007 小时前
ubuntu dpkg 删除安装包
运维·服务器·ubuntu
oi778 小时前
使用itextpdf进行pdf模版填充中文文本时部分字不显示问题
java·服务器
BestandW1shEs8 小时前
谈谈Mysql的常见基础问题
数据库·mysql