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

相关推荐
小bo波9 小时前
Java Swing 图形用户界面实验 —— 从算术练习到游戏开发的完整实践
java·课程设计·gui·游戏开发·扫雷·swing
咖啡八杯10 小时前
GoF设计模式——备忘录模式
java·后端·spring·设计模式
先吃饱再说14 小时前
存储的进化:从 MySQL 到浏览器缓存,数据到底住在哪?
数据库
Nturmoils14 小时前
字段太多看不全,ksql 的展开模式和输出控制怎么用
数据库·后端
Databend16 小时前
Agent 轨迹分析与归因的数据工程实践
大数据·数据库·agent
这个DBA有点耶16 小时前
SQL改写进阶:标量子查询的“隐形代价”与消除实战
数据库·mysql·架构
程序员老赵17 小时前
服务器文件不想 SFTP 上传?Docker 跑个 File Browser,浏览器就能管理
服务器·docker·开源
smallyoung17 小时前
数据库乐观锁深度解析:MySQL、PostgreSQL 实战 + Spring Boot 集成指南
数据库·mysql·postgresql
parade岁月18 小时前
MySQL JOIN解析:朴实无华但食之有味
数据库·后端
用户31693538118318 小时前
MySQL服务无法启动问题解决全记录
数据库