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

ppp实验报告

两条链路捆绑为ppp mp直连

R2interface Mp-group 0/0/1

R2-Serial3/0/0ppp mp Mp-group 0/0/1

R2-Mp-group0/0/1ip add 192.168.2.2 24

R3interface Mp-group 0/0/1

R3-Serial3/0/0ppp mp Mp-group 0/0/1

R3-Mp-group0/0/1ip add 192.168.1.3 24

配置ip地址

R1

R1int Serial 3/0/0

R1-Serial3/0/0ip add 192.168.1.1 24

R2

R2int Mp-group 0/0/1

R2-Mp-group0/0/1ip add 192.168.2.2 24

R2对R1单向chap验证

R2aaa

R2-aaalocal-user chenlilin password cipher cll12345

Info: Add a new user.

R2-aaalocal-user chenlilin service-type ppp

R2-aaaq

R2int s 3/0/0

R2-Serial3/0/0ppp authentication-mode chap

R1int s 3/0/0

R1-Serial3/0/0ppp chap user chenlilin

R1-Serial3/0/0ppp chap password cipher cll12345

R2对R3双向chap验证(两个接口分别配置)

R2为主

R2aaa

R2-aaalocal-user liuhuilin password cipher lhl12345

Info: Add a new user.

R2-aaalocal-user liuhuilin service-type ppp

R2-aaaint s 3/0/1

R2-Serial3/0/1ppp authentication-mode chap

R2-Serial3/0/1q

R2int s 4/0/0

R2-Serial4/0/0ppp a

R2-Serial4/0/0ppp authentication-mode chap

R2-Serial4/0/0q

R2

R3interface Serial 3/0/0

R3-Serial3/0/0ppp chap user liuhuilin

R3-Serial3/0/0ppp chap password cipher lhl12345

R3-Serial3/0/0q

R3int s 3/0/1

R3-Serial3/0/1ppp chap user liuhuilin

R3-Serial3/0/1ppp chap password cipher lhl12345

R3为主

R3aaa

R3-aaalocal-user xiaojingfeng password cipher xjf12345

Info: Add a new user.

R3-aaalocal-user xiaojingfeng service-type ppp

R3-aaaint s 3/0/0

R3-Serial3/0/0ppp chap user xiaojingfeng

R3-Serial3/0/0ppp chap password cipher xjf12345

R3-Serial3/0/0int s 3/0/1

R3-Serial3/0/1ppp chap user xiaojingfeng

R3-Serial3/0/1ppp chap password cipher xjf12345

R2

R2int s3/0/1

R2-Serial3/0/1ppp chap user xiaojingfeng

R2-Serial3/0/1ppp chap password cipher xjf12345

R2-Serial3/0/1q

R2int s 4/0/0

R2-Serial4/0/0ppp chap user xiaojingfeng

R2-Serial4/0/0ppp chap password cipher xjf12345

相关推荐
YOU OU1 小时前
Redis基础常识与命令
数据库·redis·缓存
腻害兔1 小时前
【若依项目-产品经理视角】深度拆解 RuoYi-Vue-Pro 商城模块:从商品管理到交易引擎,50 张表撑起一整套电商系统
java·大数据·vue.js·产品经理·ai编程
码智社2 小时前
AES加密原理详解及Java实现加解密实战
java·开发语言
萧瑟余晖3 小时前
JDK 26 新特性详解
java·开发语言
Database_Cool_3 小时前
OLTP 和 OLAP 区别详解:分析型数据库和事务型数据库怎么选(附阿里云 AnalyticDB MySQL 选型指南)
数据库·mysql·阿里云
爱写代码的阿森4 小时前
鸿蒙三方库 | harmony-utils之KvUtil键值型数据库操作详解
数据库·华为·harmonyos·鸿蒙·huawei
马优晨4 小时前
Freemarker 完整讲解(后端 Java 模板引擎)
java·开发语言·freemarker·freemarker 完整讲解·freemarker模板引擎
Database_Cool_4 小时前
单机 MySQL 迁移到分布式数据库方便吗?阿里云 PolarDB-X 100% MySQL 协议兼容零改造平滑迁移
数据库·分布式·mysql
姜太小白5 小时前
【MySQL】 索引优化实战:解决 WHERE 等值 + IS NULL 查询,TEXT 字段报错 1167 的完整指南
数据库·mysql