CCNA-RIP实验.docx_第1页
CCNA-RIP实验.docx_第2页
CCNA-RIP实验.docx_第3页
CCNA-RIP实验.docx_第4页
CCNA-RIP实验.docx_第5页
全文预览已结束

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

实验介绍本实验所用设备为:三台带有S0口和一个E0口的路由器,三台PC实验目的灵活掌握RIP的动态路由配置实验拓扑图实验步骤1、 R1的配置R1#enableR1#confR1#configureConfiguring from terminal, memory, or network terminal? tEnter configuration commands, one per line. End with CNTL/Z.R1(config)#int e1/0R1(config-if)#ip add 172.16.1.1 255.255.255.0R1(config-if)#no shutdownR1(config-if)#exitR1(config)#int s2/0R1(config-if)#ip addr 172.16.2.1 255.255.255.0R1(config-if)#no shutdownR1(config-if)#clock rate 56000R1(config-if)#no shutdownR1(config-if)#exitRIP协议启用前的路由表R1#show ip routeCodes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static routeGateway of last resort is not setC 172.16.1.0/24 is directly connected, Ethernet1/0C 172.16.2.0/24 is directly connected, Serial2/0启用RIPR1#enR1#conf tEnter configuration commands, one per line. End with CNTL/Z.R1(config)#router ripR1(config-router)#net 172.16.0.0RIP协议启用后的路由表R1#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static routeGateway of last resort is not setC 172.16.1.0/24 is directly connected, Ethernet1/0C 172.16.2.0/24 is directly connected, Serial2/0R 172.16.3.0/24 120/1 via 172.16.2.2, 00:01:37, Serial2/0R 172.16.4.0/24 120/1 via 172.16.2.2, 00:07:21, Serial2/0R 172.16.5.0/24 120/2 via 172.16.2.2, 00:05:21, Serial2/02、 R2的配置R2#enR2#conf tEnter configuration commands, one per line. End with CNTL/Z.R2(config)#int e1/0R2(config-if)#ip add 172.16.3.1 255.255.255.0R2(config-if)#no shutdownR2(config-if)#exitR2(config)#int s2/0R2(config-if)#ip add 172.16.2.2 255.255.255.0R2(config-if)#no shutdownR2(config-if)#clock rate 56000R2(config-if)#no shutdownR2(config-if)#exitR2(config)#int s2/1R2(config-if)#ip add 172.16.4.1 255.255.255.0R2(config-if)#no shutdownR2(config-if)#clock rate 56000R2(config-if)#no shutdownR2(config-if)#exitRIP协议启用前的路由表R2#show ip routeCodes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static routeGateway of last resort is not setC 172.16.4.0/24 is directly connected, Serial2/1C 172.16.2.0/24 is directly connected, Serial2/0C 172.16.3.0/24 is directly connected, Ethernet1/0启用RIPR2#enR2#conf tEnter configuration commands, one per line. End with CNTL/Z.R2(config)#router ripR2(config-router)#net 172.16.0.0RIP协议启用后的路由表R2#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static routeGateway of last resort is not setC 172.16.1.0/24 is directly connected, Ethernet1/0C 172.16.2.0/24 is directly connected, Serial2/0R 172.16.3.0/24 120/1 via 172.16.2.2, 00:01:37, Serial2/0R 172.16.4.0/24 120/1 via 172.16.2.2, 00:07:21, Serial2/0R 172.16.5.0/24 120/2 via 172.16.2.2, 00:05:21, Serial2/0R3的配置R3#enR3#conf tEnter configuration commands, one per line. End with CNTL/Z.R3(config)#int e1/0R3(config-if)#ip add 172.16.5.1 255.255.255.0R3(config-if)#no shutdownR3(config-if)#exitR3(config)#int s2/0R3(config-if)#ip add 172.16.4.2 255.255.255.0R3(config-if)#no shutdownR3(config-if)#clock rate 56000R3(config-if)#no shutdownR3(config-if)#exitR3(config)#int e1/0R3(config-if)#ip add 172.16.5.1 255.255.255.0R3(config-if)#no shutdownR3(config-if)#exitRIP协议启用前的路由表R3#show ip routeCodes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static routeGateway of last resort is not setC 172.16.4.0/24 is directly connected, Serial2/0C 172.16.5.0/24 is directly connected, Ethernet1/0启用RIPR3#enR3#conf tEnter configuration commands, one per line. End with CNTL/Z.R3(config)#router ripR3(config-router)#net 172.16.0.0RIP协议启用后的路由表R2#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static routeGateway of last resort is not setC 172.16.1.0/24 is directly connected, Ethernet1/0C 172.16.2.0/24 is directly connected, Serial2/0R 172.16.3.0/24 120/1 via 172.16.2.2, 00:01:37, Serial2/0R 172.16.4.0/24 120/1 via 172.16.2.2, 00:07:21, Serial2/0R 172.16.5.0/24 120/2 via 172.16.2.2, 00:05:21, Serial2/03、 PC的配置PC1PC1 ip 172.16.1.2 255.255.255.0 172.16.1.1Checking for duplicate address.PC1

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论