首页 > 编程知识 正文

RIP实验报告,计算机网络rip路由器的配置实验报告

时间:2023-05-04 11:55:25 阅读:273885 作者:3578

《计算机网络》实验RIP实验报告

实验报告七班级:姓名: 学号: 实验时间: 机房: 组号: 机号: 一、实验题目 RIP二、实验设备CISCO路由器、专用电缆、网线、CONSOLE线、PC机三、实验内容在CISCO?路由器上配置RIP?观察、分析现象,了解RIP?的工作原理?四、原理RIP(Routing information Protocol)是应用较早、使用较普遍的内部网关 协议(Interior Gateway Protocol,简称IGP),适用于小型同类网络,是典型的距离向量(distance-vector)协议。文档见RFC1058、RFC1723。 RIP通过广播UDP报文来交换路由信息,每30秒发送一次路由信息更新。RIP提供跳跃计数(hop count)作为尺度来衡量路由距离,跳跃计数是一个包到达目标所必须经过的路由器的数目。如果到相同目标有二个不等速或不同带宽的路由器,但跳跃计数相同,则RIP认为两个路由是等距离的。RIP最多支持的跳数为15,即在源和目的网间所要经过的最多路由器的数目为15,跳数16表示不可达。  RIP v2 由 RIP v1 而来,属于 RIP 协议的补充协议,主要用于扩大 RIP 2 信息装载的有用信息的数量,同时增加其安全性能。RIP 2 是一种基于 UDP 的协议。在 RIP2 下,每台主机通过路由选择进程发送和接受来自 UDP 端口520的数据包。

五、实际步骤1、计算机地址参数设置。PC_AIP Address:Subnet Mask:Default Gateway:

PC_BIP Address:Subnet Mask:Default Gateway:

PC_1IP Address:Subnet Mask:Default Gateway:

PC_AIP Address:Subnet Mask:Default Gateway:2、路由器A的基本配置。7-A#show running-configBuilding configuration...

Current configuration : 820 bytes!version 12.3service timestamps debug datetime msecservice timestamps log datetime msecno service password-encryption!hostname 7-A!boot-start-markerboot-end-marker!enable password cisco!no network-clock-participate aim 0no network-clock-participate aim 1no aaa new-modelip subnet-zero!!ip cef!!no ftp-server write-enable!!!!interface FastEthernet0/0 ip address duplex auto speed auto!interface FastEthernet0/1 ip address duplex auto speed auto!interface Serial0/3/0 ip address no fair-queue!interface Serial0/3/1 no ip address shutdown clockrate 2000000!ip classlessip http server!!!control-plane!!line con 0line aux 0line vty 0 4 password cisco login!scheduler allocate 20000 1000!end3、路由器B的基本配置。7-B#show runBuilding configuration...

Current configuration : 852 bytes!version 12.3service timestamps debug datetime msecservice timestamps log datetime msecno service password-encryption!hostname 7-B!boot-start-markerboot-end-marker!enable password cisco!no network-clock-participate aim 0

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。