实验目的:
(1)理解RIP路由的原理;
(2)掌握RIP路由的配置方法
实验器材:
Cisco packet
实验内容:
实验步骤:
(1)布置拓扑:
(2)在路由器上配置RIPv1路由。配置RO的路由:
R0 (config) trouter rip
R0 (config-router) #version 1
Ro(config-router) lnetwork 10.1.0.0 R0(config-router) inetwork 10.2.0.0
配置R1的路由:
R1 (config) router rip
Rl(config-router)Iversion 1
R1 (config-router)#network 10.2.0.0 R1 (config-router) #network 10.3.0.0 R1(config-router)#network 172.16.1.0配置R2的路由:
R2(config) #router rip
R2 (config-router)#version 1
R2 (config-router) #network 172.16.1.0 R2(config-router) #network 172.16.2.0(3)(3)查看路由器的路由表。
查看R0的路由表: RO#show ip route
10.0.0.0/16 is subnetted, 3 subnets
c 10.1.0.0 is directly connected,FastEthernet0/0 c 10.2.0.0 is directly connected,FastEthernet0/1
R 10.3.0.0 [120/1] via 10.2.0.2, 00:00:07,FastEthernet0/1 R 172.16.0.0/16 [120/1] via 10.2.0.2, 00:00:07,FastEthernet0/1
查看路由器RO的RIP协议配置信息及RIP的一些参数: Rolshow ip protocols
10.1.0 254/16
Routing Protocol is "rip"
0.3.0.254/16
sending updates every 30 seconds, next due in 18 seconds
72.1622
Invalid after 180 seconds, hold down 180, flushed after 24//RIP的时间参数
outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Redistributing: rip
Default version control: send version 1, receive l
Interface Send Recv Triggered RIP Key-chain
FastEthernet0/0
FastEthernet0/1 1
1
//各接口发送和接收路由信息的统计次数
Automatic network summarization is in effect Maximum path: 4
Routing for Networks:10.0.0.0//路由的网络号
Passive Interface(s):
Routing Information Sources:
Gateway Distance Last Update
10.2.0.2 120 00:00:14
//路由的源信息
Distance: (default is 120)查看 R1的路由表: R1#show ip route
10.0.0.0/16 is subnetted, 3 subnets
R 10.1.0.0 [120/1] via 10.2.0.1, 00:00:17,FastEthernet0/1 c 10.2.0.0 is directly connected,FastEthernet0/1 c 10.3.0.0 is directly connected,FastEthernet0/0172.16.0.0/24 is subnetted, 2 subnets
c 172.16.1.0 is directly connected, FastEthernet1/0
R 172.16.2.0 [120/1] via 172.16.1.2, 00:00:09,FastEthernet1/0
(4)查看RIP路由的动态更新。
查看RO 的 RIP动态更新:
RO#debug ip rip
RIP protocol debugging is on
RO#RIP: received v1 update from 10.2 .0.2 on FastEthernet0/1
10.3.0.0 in 1 hops172.16.0.0 in 1 hops
//从Fa0/1端口收到来自10.2.0.2(路由器R1)的RIPv1的更新包,内容如上所 RIP: sending vl update to 255.255.255.255 via FastEthernet0/0 RIP: build update entries network 10.2.0.0 metric l network 10.3.0.0 metric 2 network 172.16.0.0 metric 2
RIP: sending vl update to 255.255.255.255via FastEthernet0/1 RIP: build update entries network 10.1.0.0 metric 1
另外,路由更新信息会霸屏,不需要时应及时将其关闭,运行如下命令即
RO#no debug ip rip
RIP protocol debugging is off
请自行解释并验证路由器R1和R2的路由更新信息。
(5)由PCO 去ping PCI和PC2,可以ping通。
实验结果(附数据和图表):
实验结果分析及结论:
需要配置每个路由器的接口,包括设置IP地址和子网掩码,确保接口之间可以互相通信。
应当在路由器上启动RIP协议,并配置适当的版本(RIPv1或RIPv2)。RIPv2支持无类别域间路由(CIDR)以及更多的可配置选项。
配置路由器之间的邻居关系,这通常涉及到指定邻居路由器的IP地址和接口。
????当网络拓扑发生变化时,如接口故障或链路状态变化,RIP协议能够自动更新路由表,以反映网络的最新状态。
最大跳数限制(最大为15跳),以及水平分割和毒性逆转等防环机制。
实验心得体会和建议:
通过实验,可以了解到RIP协议如何自动交换路由信息,以及如何通过路由器之间的交互来维护网络中的路由信息。
????随着网络技术的发展,RIP协议也可能会有新的版本或更新。在学习RIP协议时,应该加强对理论知识的学习,包括协议的工作原理、配置命令和参数等。
因此,学生应该持续关注最新的网络技术和发展动态。
通过这次实验,我不仅提高了自己的网络配置技能,还对RIP协议有了更深的理解。我相信这些经验和知识将对我的未来网络学习和实践大有帮助。