思科网络技术实验2-1:升级到无类路由协议.docx
《思科网络技术实验2-1:升级到无类路由协议.docx》由会员分享,可在线阅读,更多相关《思科网络技术实验2-1:升级到无类路由协议.docx(7页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、实验21:升级到无类路由协议【实验目的】:在本次实验中,你将安装路由信息协议第二版(RIPV2)。在完成本次实验之后,你需要完成下列任务: 连接到网络中所有的设备,并且对使用RIPV2布署完整的网络明确的概念。 理解RIPV2的一些特性,如支持缺省路由,可变长度的子网掩码(VLSM)和路由聚合。 理解VLSM怎么使网络更有效。【实验拓扑】:Migrating to a Classless Routing Protocol注意:图中X为所在机架编号,y为路由器编号。【实验帮助】:如果出现任何问题,可以向在值的辅导老师提出并请求提供帮助。【命令列表】:命令描述(config-router)ttde
2、fault-information originate用RIP来发布缺省路由(config)ttip classless激活路由器使用无类路由(config)ttip route 0. 0. 0. 0 0. 0. 0. 0 172. 31. x. 3创建一条静态缺省路由(config-if)#ip summary-address rip 10. x. 0. 0 255. 255. 0. 0发布一条汇总路由。指定RIP应该发布哪一些网络(有类)(config-router)no auto-summary在边界路由器上进行自动汇总。(config) itrouter rip打开RIP路由协议(co
3、nfig-router)#version 1使用RIP vl(config-router)ttversion 2使用RIP v2【任务一】:探索有类路由选择。使用TELNET或者其他终端程序建立与路由器建立联接。记住在本实验中x是你的机架编号,y是你的路由 器编号。实验之前,请确保你的路由器配置与下列类似:P1R1 或 P1R2:hostname P1R1Iboot-start-markerboot-end-marker!no aaa new-modelip subnet-zerono ip domain lookupi*interface EthernetOip address 10. 1.
4、 1. 1 255. 255. 255. 0f*interface SerialOip address 172. 31. 1. 1 255. 255. 255. 0encapsulation frame-relayframe-relay map ip 172. 31. 1.3 111 broadcastno frame-relay inverse-arpi*interface Serial1ip address 10. 1. 0. 1 255. 255. 255. 0clockrate 64000 ip route 0. 0. 0. 0 0. 0. 0. 0 172. 31. 1. 3no i
5、p http serverno ip classlessP1R3 或 P1R4:hostname P1R3i boot-start-markerboot-end-markerino aaa new-modelip subnet-zerono ip domain lookupi *interface EthernetOip address 10. 1. 1. 3 255. 255. 255. 0i interface Serial0ip address 10. 1. 3. 3 255. 255. 255. 0shutdownclockrate 64000!interface Serial 1no
6、 ip addressshutdowni *no ip http serverip classless!line con 0exec-timeout 30 0logging synchronousline aux 0line vty 0 4login实验过程:第一步:在所有的路由器上配置使用RIP版本1,并发布网络(10. 0.0.0)和,在帧中继边界路由器上,同时发布B类网络172. 31.0. 0o第二步:使用命令version 1明确的指定使用RIPvl。缺省情况下,路由器发送和接收版本1和版本2的路由,设置路由器使用版本1以防止骨干路由器同时运行两种版本。第三步:使用show ip p
7、rotocols命令,验证路由器是仅仅运行版本1。你的路由器输入应该与下表类似:PIRlttsh ip proRouting Protocol is ripSending updates every 30 seconds, next due in 24 secondsInvalid after 180 seconds, hold down 180,flushed after 240Outgoing updatefilter list for all interfaces is not setIncoming updatefilter list for all interfaces is not
8、 setRedistributing: ripDefault version control: send version 1, receive version 1Interface Send Recv Triggered RIP Key-chainEthernetO 1 1SerialO 1 1Seriall 1 1Automatic network summarization is in effectMaximum path: 4Routing for Networks:10. 0. 0.0Routing Information Sources: Gateway Distance Last
9、Update 10. 1.0.2 120 00:00:19 172.31. 1.3 120 00:00:25 Distance: (default is 120)第四步:在内部路由器PxR4上,使用ping命令测试内部路由器与TFTP服务器之间连接的正确性。为什么PING TFTP服务器是不成功的,你的显示应该是下列类似P2R4#ping 10.254.0. 254Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 10.254.0.254, timeout is 2 seconds:Success rate is 0
10、 percent (0/5) P2R4#第五步:有类路由选择的行为是寻找未知的路由在直连的有类网络(在这个例子中是10. 0.0.0,)和并不 考虑更为详细的路由。有类路由协议,例如RIPvl,在路由更新中并不交换子网掩码,只是简单的发布整 个有类网络。在边界路由器和BBR1之间的路由散布跨过了 172. 31. 0.0网络。因此,所有三个路由器汇总 了这个子网并在彼此之间广告网络10.0. 0.0。每一个路由器都认为自己有了路由到达这个网,并忽略这个 广告。你可以通过命令debug ip rip命令来进行验证。这个内部路由器因此并不能到达核心,因为它的路 由表中没有这个子网。请在内部路由器上
11、显示路由表验证这个问题,尝试寻找网络10.254. 0.0。第六步:为了使内部路由器能够到达核心网络,边界路由器上将通过RIP散布缺省路由到内部路由器。首 先,在边界路由器上添加一条缺省静态路由,并在RIP配置模式下使用default-information orginate命 令。第七步:检查内部路由器的路由表。现在这里有路径了吗?记住,RIP的收敛是很慢的。即使这是一个很小的网络,在缺省路由出现在你的内部路由器之前,你也需要等待一些时间。为了强制RIP协议收敛, 你可以使用clear ip route *命令。收敛收后的路由表应该与下图类似:PlR4#sh ip routeCodes: C
12、 - connected, S - static, R - RIP, M - mobile, B - BGPD - EIGRP, EX - ElGRP external, 0 - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2El - OSPF external type 1, E2 - OSPF external type 2i - IS-IS, su - IS-IS summary, LI - IS-IS level-1, L2 - IS-IS level-2
13、ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static routeGateway of last resort is 10. 1. 2. 2 to network 0. 0. 0. 0R 172.31.0.0/16 :120/1 via 10. 1.2. 2, 00:00:20, EthernetO10.0.0.0/24 is subnetted, 2 subnetsC 10.1.2.0 is directly connecte
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 思科 网络技术 实验 升级 到无类 路由 协议
限制150内