您好,欢迎访问三七文档
当前位置:首页 > 商业/管理/HR > 管理学资料 > 实验3动态路由的设置RIP
动态路由的设置(2学时)【实验名称】动态路由配置(RIPV2配置)。【实验目的】掌握在路由器上配置RIPV2。【技术原理】RIP(RoutingInformationProtocols,路由信息协议)是应用较早、使用较普遍的IGP(InteriorGatewayProtocol,内部网关协议),适用于小型同类网络,是典型的距离矢量(distance-vector)协议。RIP协议跳数做为衡量路径开销的,RIP协议里规定最大跳数为15。RIP协议有两个版本RIPv1和RIPv2。RIPv1属于有类路由协议,不支持VLSM(变长子网掩码),RIPv1是以广播的形式进行路由信息的更新的;更新周期为30秒。RIPv2属于无类路由协议,支持VLSM(变长子网掩码),RIPv2是以组播的形式进行路由信息的更新的,组播地址是224.0.0.9。RIPv2还支持基于端口的认证,提高网络的安全性。【实现功能】实现网络的互连互通,从而实现信息的共享和传递。【实验设备】路由器3台,交换机3台,PC6台,连线若干【实验拓扑】一.实验要求按照上述网络拓扑图和实验指导进行配置,并对所有主机和路由其端口的IP地址进行设置,然后进行动态路由的设置,测试各子网之间的连通性。查看各路由器的路由表,应能看到所有5个子网。二.实验指导1、各路由器的路由配置如下Router0的配置RouterenRouter#conftEnterconfigurationcommands,oneperline.EndwithCNTL/Z.Router(config)#intf0/0Router(config-if)#ipaddress192.168.5.1255.255.255.0Router(config-if)#noshutdownRouter(config-if)#ints2/0Router(config-if)#ipaddress192.168.1.1255.255.255.0Router(config-if)#clockrate64000!DCE端配置时钟频率Router(config-if)#noshutdownRouter(config-if)#exitRouter(config)#routerip!配置RIP路由协议Router(config-router)#network192.168.1.0!声明路由器的直连网络Router(config-router)#network192.168.5.0Router(config-router)#version2!RIP版本为RIPv2Router(config-router)#exitRouter(config)#exitRouter#showiproute!查看路由表Codes:C-connected,S-static,I-IGRP,R-RIP,M-mobile,B-BGPD-EIGRP,EX-EIGRPexternal,O-OSPF,IA-OSPFinterareaN1-OSPFNSSAexternaltype1,N2-OSPFNSSAexternaltype2E1-OSPFexternaltype1,E2-OSPFexternaltype2,E-EGPi-IS-IS,L1-IS-ISlevel-1,L2-IS-ISlevel-2,ia-IS-ISinterarea*-candidatedefault,U-per-userstaticroute,o-ODRP-periodicdownloadedstaticrouteGatewayoflastresortisnotsetC192.168.1.0/24isdirectlyconnected,Serial2/0R192.168.2.0/24[120/1]via192.168.1.2,00:00:07,Serial2/0R192.168.3.0/24[120/2]via192.168.1.2,00:00:07,Serial2/0R192.168.4.0/24[120/1]via192.168.1.2,00:00:07,Serial2/0C192.168.5.0/24isdirectlyconnected,FastEthernet0/0Router#Router1的配置RouterenRouter#conftEnterconfigurationcommands,oneperline.EndwithCNTL/Z.Router(config)#ints2/0Router(config-if)#ipadd192.168.1.2255.255.255.0Router(config-if)#noshutdownRouter(config-if)#Router(config-if)#intf0/0Router(config-if)#ipadd192.168.4.1255.255.255.0Router(config-if)#noshutdownRouter(config)#ints3/0Router(config-if)#ipadd192.168.2.1255.255.255.0Router(config-if)#clockrate64000Router(config-if)#noshutdownRouter(config-if)#exitRouter(config)#routeripRouter(config-router)#network192.168.1.0Router(config-router)#network192.168.4.0Router(config-router)#network192.168.2.0Router(config-router)#version2Router(config-router)#exitRouter(config)#exitRouter#showiprouteCodes:C-connected,S-static,I-IGRP,R-RIP,M-mobile,B-BGPD-EIGRP,EX-EIGRPexternal,O-OSPF,IA-OSPFinterareaN1-OSPFNSSAexternaltype1,N2-OSPFNSSAexternaltype2E1-OSPFexternaltype1,E2-OSPFexternaltype2,E-EGPi-IS-IS,L1-IS-ISlevel-1,L2-IS-ISlevel-2,ia-IS-ISinterarea*-candidatedefault,U-per-userstaticroute,o-ODRP-periodicdownloadedstaticrouteGatewayoflastresortisnotsetC192.168.1.0/24isdirectlyconnected,Serial2/0C192.168.2.0/24isdirectlyconnected,Serial3/0R192.168.3.0/24[120/1]via192.168.2.2,00:00:20,Serial3/0C192.168.4.0/24isdirectlyconnected,FastEthernet0/0R192.168.5.0/24[120/1]via192.168.1.1,00:00:12,Serial2/0Router#Router2的配置RouterenRouter#conftEnterconfigurationcommands,oneperline.EndwithCNTL/Z.Router(config)#ints2/0Router(config-if)#ipadd192.168.2.2255.255.255.0Router(config-if)#noshutdownRouter(config-if)#intf0/0Router(config-if)#ipadd192.168.3.1255.255.255.0Router(config-if)#noshutdownRouter(config-if)#exitRouter(config)#routeripRouter(config-router)#network192.168.2.0Router(config-router)#network192.168.3.0Router(config-router)#version2Router(config-router)#exitRouter(config)#exitRouter#showiprouteCodes:C-connected,S-static,I-IGRP,R-RIP,M-mobile,B-BGPD-EIGRP,EX-EIGRPexternal,O-OSPF,IA-OSPFinterareaN1-OSPFNSSAexternaltype1,N2-OSPFNSSAexternaltype2E1-OSPFexternaltype1,E2-OSPFexternaltype2,E-EGPi-IS-IS,L1-IS-ISlevel-1,L2-IS-ISlevel-2,ia-IS-ISinterarea*-candidatedefault,U-per-userstaticroute,o-ODRP-periodicdownloadedstaticrouteGatewayoflastresortisnotsetR192.168.1.0/24[120/1]via192.168.2.1,00:00:15,Serial2/0C192.168.2.0/24isdirectlyconnected,Serial2/0C192.168.3.0/24isdirectlyconnected,FastEthernet0/0R192.168.4.0/24[120/1]via192.168.2.1,00:00:15,Serial2/0R192.168.5.0/24[120/2]via192.168.2.1,00:00:15,Serial2/02、PC机的配置略,但要注意PC0、PC1的网关为192.168.5.1,网络地址为192.168.5.0PC2、PC31的网关为192.168.4.1,网络地址为192.168.4.0PC4、PC5的网关为192.168.3.1,网络地址为192.168.3.03、测试利用PING测试,任意两台PC之间均能连通。
本文标题:实验3动态路由的设置RIP
链接地址:https://www.777doc.com/doc-2500185 .html