资源预览内容
第1页 / 共14页
第2页 / 共14页
第3页 / 共14页
第4页 / 共14页
第5页 / 共14页
第6页 / 共14页
第7页 / 共14页
第8页 / 共14页
第9页 / 共14页
第10页 / 共14页
亲,该文档总共14页,到这儿已超出免费预览范围,如果喜欢就下载吧!
资源描述
项目三距离向量路由协议RIP和EIGRP项目内容任务一:如图3.1所示的网络拓扑,实现计算机A和B的数据传输。R1、R2与R3分别通过Serial端口相连。要求:(1) 采用路由协议RIPv2,使整个网络可以通信;(2) 将R2的S1/0设置成被动接口,查看路由器的路由表;图3.1 网络拓扑任务二:如图3.1所示的网络拓扑,实现计算机A和B的数据传输。R1、R2与R3分别通过Serial端口相连。要求:(1)采用路由协议EIGRP,使整个网络可以通信;(2)在图3.1中的R1与R2之间增加一条串行链路,查看等价链路的负载均衡;(3)在(2)的基础上,修改R1与R2之间的一条串行链路的带宽,查看非等价链路的负载均衡。(4)如图3.2所示,在R1设置4个环回口地址,然后在R1的S1/0接口进行汇总,观察R2、R3的路由表。图3. EIGRP手工路由汇总操作步骤一RIPv2的配置1搭建网络环境绘制如图3.1所示的网络拓扑并配置好路由器和计算机的端口及IP地址。2RIPv2的基本配置2.1 基本配置(1)配置R1R1(config)#router ripR1(config-router)#version 2R1(config-router)#network 10.0.0.0R1(config-router)#network 12.0.0.0(2)配置R2R2(config)#router ripR2(config-router)#version 2R2(config-router)#network 12.0.0.0R2(config-router)#network 23.0.0.0(3)配置R3R3(config)#router ripR3(config-router)#version 2R3(config-router)#network 23.0.0.0R3(config-router)#network 192.168.1.02.2 认证(1)show ip routeR1#show ip routeGateway of last resort is not set 10.0.0.0/24 is subnetted, 1 subnetsC 10.1.1.0 is directly connected, FastEthernet0/0 12.0.0.0/24 is subnetted, 1 subnetsC 12.12.12.0 is directly connected, Serial1/0R 23.0.0.0/8 120/1 via 12.12.12.2, 00:00:03, Serial1/0 /自动汇总R 192.168.1.0/24 120/2 via 12.12.12.2, 00:00:03, Serial1/0关闭自动汇总:R1(config)#router ripR1(config-router)#no auto-summaryR2(config)#router ripR2(config-router)#no auto-summaryR3(config)#router ripR3(config-router)#no auto-summary重新认证:R1#show ip routeGateway of last resort is not set 10.0.0.0/24 is subnetted, 1 subnetsC 10.1.1.0 is directly connected, FastEthernet0/0 12.0.0.0/24 is subnetted, 1 subnetsC 12.12.12.0 is directly connected, Serial1/0 23.0.0.0/24 is subnetted, 1 subnetsR 23.23.23.0 120/1 via 12.12.12.2, 00:00:08, Serial1/0R 192.168.1.0/24 120/2 via 12.12.12.2, 00:00:08, Serial1/0R2#show ip routeGateway of last resort is not set 10.0.0.0/24 is subnetted, 1 subnetsR 10.1.1.0 120/1 via 12.12.12.1, 00:00:06, Serial1/0 12.0.0.0/24 is subnetted, 1 subnetsC 12.12.12.0 is directly connected, Serial1/0 23.0.0.0/24 is subnetted, 1 subnetsC 23.23.23.0 is directly connected, Serial1/1R 192.168.1.0/24 120/1 via 23.23.23.3, 00:00:01, Serial1/1R3#show ip routeGateway of last resort is not set 10.0.0.0/24 is subnetted, 1 subnetsR 10.1.1.0 120/2 via 23.23.23.2, 00:00:23, Serial1/0 12.0.0.0/24 is subnetted, 1 subnetsR 12.12.12.0 120/1 via 23.23.23.2, 00:00:23, Serial1/0 23.0.0.0/24 is subnetted, 1 subnetsC 23.23.23.0 is directly connected, Serial1/0C 192.168.1.0/24 is directly connected, FastEthernet0/0(2)show ip protocolR1#show ip protocolRouting Protocol is ripSending updates every 30 seconds, next due in 19 secondsInvalid after 180 seconds, hold down 180, flushed after 240Outgoing update filter list for all interfaces is not setIncoming update filter list for all interfaces is not setRedistributing: ripDefault version control: send version 2, receive 2 Interface Send Recv Triggered RIP Key-chain FastEthernet0/0 2 2 Serial1/0 2 2 Automatic network summarization is not in effectMaximum path: 4Routing for Networks:10.0.0.012.0.0.0Passive Interface(s):Routing Information Sources:Gateway Distance Last Update12.12.12.2 120 00:00:01Distance: (default is 120)(3)show ip databaseR1#show ip rip database10.1.1.0/24 directly connected, FastEthernet0/012.12.12.0/24 directly connected, Serial1/023.23.23.0/24 1 via 12.12.12.2, 00:00:10, Serial1/0192.168.1.0/24 2 via 12.12.12.2, 00:00:10, Serial1/0(4)debug ip ripR1#debug ip ripR1#clear ip route *R1#RIP: received v2 update from 12.12.12.2 on Serial1/0 23.23.23.0/24 via 0.0.0.0 in 1 hops 192.168.1.0/24 via 0.0.0.0 in 2 hopsRIP: sending v2 update to 224.0.0.9 via FastEthernet0/0 (10.1.1.1)RIP: build update entries 12.12.12.0/24 via 0.0.0.0, metric 1, tag 0 23.23.23.0/24 via 0.0.0.0, metric 2, tag 0 192.168.1.0/24 via 0.0.0.0, metric 3, tag 0RIP: sending v2 update to 224.0.0.9 via Serial1/0 (12.12.12.1)RIP: build update entries 10.1.1.0/24 via 0.0.0.0, metric 1, tag 0RIP: received v2 update from 12.12.12.2 on Serial1/0 23.23.23.0/24 via 0.0.0.0 in 1 hops 192.168.1.0/24 via 0.0.0.0 in 2 hopsRIP: sending v2 update to 224.0.0.9 via FastEthernet0/0 (10.1.1.1)RIP: build update entries 12.12.12.0/24 via 0.0.0.0, metric 1, tag 0 23.23.23.0/24 via 0.0.0.0, metric 2, tag 0 192.168.1.0/24 via 0.0.0.0, metric 3, tag 0RIP: sending v2 update to 224.0.0.9 via Serial1/0 (12.12.12.1)RIP: build update entries 10
收藏 下载该资源
网站客服QQ:2055934822
金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号