闫辉 发表于 2020-12-3 16:48:11

华为RIP实验

https://upload-images.jianshu.io/upload_images/24325874-dbf4239260414738.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240


地址规划:AR1: G0/0/0    12.1.1.1 24      lo 0       1.1.1.1 24AR2:G0/0/1   23.1.1.1.24      lo 0       2.2.2.2 24   G0/0/0 12.1.1.2 24AR3:G0/0/0   23.1.1.2 24      lo 0       3.3.3.3 24本次实验使用环回口模拟PC。本次演示RIP v2每台路由器配置对应的地址。命令如下图自己配置一下。
https://upload-images.jianshu.io/upload_images/24325874-822827cf1bacdf53.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240


R2
https://upload-images.jianshu.io/upload_images/24325874-52afd7efa801b931.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240


R3
https://upload-images.jianshu.io/upload_images/24325874-69d747ad06b07033.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240


ping直连接口 测试一下
https://upload-images.jianshu.io/upload_images/24325874-573dac32a4743801.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240


R2配置RIP进程
https://upload-images.jianshu.io/upload_images/24325874-ae646178fa859748.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240


rip 100进程号 100,进程号具有本地意思,就算router进程号不一致也无所谓version 2版本2undo summary关闭自动汇总network 12.0.0.0宣告12.0.0.0network 23.0.0.0network 2.0.0.0R1 R3配置对应的接口宣告查看R3的RIP路由
https://upload-images.jianshu.io/upload_images/24325874-d559b6f3e48aafac.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240


测试:在R3 ping 1.1.1.1
https://upload-images.jianshu.io/upload_images/24325874-0f8e35ac3c13e630.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240


测试:在R3pingR1带环回口源
https://upload-images.jianshu.io/upload_images/24325874-05bcf03710513942.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240


OK完成。

hugo_26 发表于 2020-12-7 06:14:11

图全部挂了啊~~
页: [1]
查看完整版本: 华为RIP实验