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

相关推荐
sulikey34 分钟前
Linux 粘滞位(Sticky Bit)完全指南:为什么共享目录需要“防删除“?
linux·服务器
devilnumber34 分钟前
Oracle 与 MySQL substr 函数差异总结
java·数据库·mysql·oracle
mengge.cloud35 分钟前
网络技术基础小白教程
linux·服务器·网络·云计算
cfm_291444 分钟前
线程池阻塞队列
java·开发语言
—Miss. Z—1 小时前
计算机等级考试三级数据库技术—选择题
数据库·mysql
www_aiyuanma_vip1 小时前
PC 手机电商(MySQL 版)
数据库·mysql·智能手机
严谨的麻辣烫1 小时前
2026 年静态 IP 为什么重新受到关注?从住宅代理安全问题看固定网络出口
运维·服务器·tcp/ip·网络安全
Databend1 小时前
AI 时代的数据工程挑战:从复杂链路走向统一数据底座
大数据·数据库·云计算
坐吃山猪1 小时前
【多线程】ThreadPool线程池参数说明
java·网络
treacle田1 小时前
达梦数据库-Linux DM数据守护主备集群缩改为单机-记录总结
linux·服务器·数据库·主备集群改单机