当前位置:网站首页>动态路由rip协议实验
动态路由rip协议实验
2022-07-26 22:48:00 【愤愤的卷毛】
完成下图中的实验任务

第一步:ip地址划分
首先进行子网划分,将母网划分为四段,将前三段分别用于骨干链路的网络,和AR1,AR2 的环回接口的网络。如下图:

第二步:配置各个端口的地址与环回接口地址
我们在实验拓扑上可以写出每个地方的网段,方便配置各个端口地址与环回接口地址。

以下图AR1为例配置剩下的装置
[r1]int g0/0/0 ip address 192.168.1.1 27
[r1]interface LoopBack 0
[r1-LoopBack0]ip address 192.168.1.65 26
第三步:打开rip协议
进入各个路由器激活rip,并打开共享路由 并进行宣告,使各个路由器互通。
以下图AR1为例配置剩下的装置
[r1]rip 启动时可以定义进程号;默认为进程1; 仅具有本地意义
[r1-rip-1]version 2 选择版本2;
[r1-rip-1]network 192.168.1.0 宣告所给的网组;
第四步:配省缺省路由
因为实验要求不能直接宣告AR3 所以我们要在AR1,AR2上配置缺省路由。
以下图AR1为例配置剩下的装置
[r1-rip-1]default-route originate
第五步:进行rip的手工汇总
分别进入g0/0/0(ar1),g0/0/0(ar2),g0/0/1(ar2),汇总各个端口需要通过的网段。
以下图AR1为例配置剩下的装置
[r1-GigabitEthernet0/0/0]rip summary-address 192.168.1.0 255.255.255.192
第六步:进行rip的认证
分别进入g0/0/0(ar1),g0/0/0(ar2),g0/0/1(ar2),汇总各个端口需要加密通过的网段。
注意!!通过的两个加密的端口密码必须相同
[r1-GigabitEthernet0/0/0]rip authentication-mode md5 usual cipher 123456
[r2-GigabitEthernet0/0/0]rip authentication-mode md5 usual cipher 123456
第七步:测试
完成实验要求后,使用环回接口来ping各个网络中的地址,如果可以ping通则证明实验成功完成.
如出现下图的情况:

则实验成功。
边栏推荐
- 7.13 蔚来提前批笔试
- uuid和索引建立规则
- FID指标复现踩坑避坑 文本生成图像FID定量实验全流程复现(Fréchet Inception Distance )定量评价实验踩坑避坑流程
- mysql一个select语句的执行过程
- Js九九乘法表
- dlib安装失败解决办法
- 6.29 众安暑期测开实习一面
- 关于在VS2022或者高级版本运行环境下遇到fopen,strerror等不安全的问题
- Docker advanced: detailed explanation of MySQL master-slave replication and redis cluster capacity expansion and reduction configuration cases
- Vitgan: training Gans with vision transformers
猜你喜欢

Gan's training skills: alchemist cultivation plan - generative confrontation network training, participation and improvement

详解文本生成图像的仿射变换模块(Affine Transformation)和条件批量标准化(CBN)

Text to image paper intensive reading ssa-gan: text to image generation with semantic spatial aware Gan

第五讲—按键控制LED
![[Database Course Design] SQLSERVER database course design (student dormitory management), course design report + source code + database diagram](/img/24/fe01d656a54086adf8a3702b82cc26.png)
[Database Course Design] SQLSERVER database course design (student dormitory management), course design report + source code + database diagram

【volatile原理】volatile原理

OSPF在MGRE环境下配置及LSA的优化---减少LSA更新量(汇总、特殊区域)

STM32入门教程第二讲

(codeforce 807div2)C. Mark and his unfinished essay (thinking)

(atcoder contest 144) f - fork in the road (probability DP)
随机推荐
[translation] explicit and implicit batch in tensorrt
How can smart people leave without offending others?
Flink1.13.6 detailed deployment method
mysql一个select语句的执行过程
FID index reproduction step on the pit to avoid the pit text generation image FID quantitative experiment whole process reproduction (FR é Chet inception distance) quantitative evaluation experiment s
Docker advanced: detailed explanation of MySQL master-slave replication and redis cluster capacity expansion and reduction configuration cases
2022最新直播监控24小时监控(三)直播间弹幕解析
(codeforce 807div2)C. Mark and his unfinished essay (thinking)
Js九九乘法表
索引失效原理讲解及其常见情况
When El table is selected, the jump page remains selected
机器学习概述
[Database Course Design] SQLSERVER database course design (student dormitory management), course design report + source code + database diagram
[详解C语言]一文带你认识C语言,让你醍醐灌顶
【数据库课程设计】SQLServer数据库课程设计(学生宿舍管理),课设报告+源码+数据库关系图
7.13 蔚来提前批笔试
[FPGA tutorial case 30] DDS direct digital frequency synthesizer based on FPGA -- frequency accuracy analysis with MATLAB
MVCC及其原理详解
Text to image论文精读SSA-GAN:基于语义空间感知的文本图像生成 Text to Image Generation with Semantic-Spatial Aware GAN
OSPF在MGRE环境下的实验