资源描述:
《实验6.静态路由和默认路由》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、实验6静态路由和默认路由·实验目的通过本实验,需要掌握以下技能:1)路由表的概念2)IProute命令的使用3)根据需求正确配置静态路由4)根据需求使用默认路由·拓扑结构实现1.1.1.0/24,2.2.2.0/24,3.3.3.0/24网络之间能互相通信·实验步骤n步骤1:在各路由器上配置IP地址、保证直连链路的连通性R2(config)#intloopback0R2(config-if)#ipaddress2.2.2.2255.255.255.0R2(config)#ints1/0R2(config-if)#ipaddress12.1.
2、1.2255.255.255.0R2(config-if)#noshutdownR1(config)#intloopback0R1(config-if)#ipaddress1.1.1.1255.255.255.0R1(config)#ints1/0R1(config-if)#clockrate64000R1(config-if)#ipaddress12.1.1.1255.255.255.0R1(config-if)#noshutdownR1(config)#ints1/1R1(config-if)#clockrate64000R1(conf
3、ig-if)#ipaddress13.1.1.1255.255.255.0R1(config-if)#noshutdownR3(config)#intloopback0R3(config-if)#ipaddress3.3.3.3255.255.255.0R3(config)#ints1/1R3(config-if)#ipaddress13.1.1.3255.255.255.0R3(config-if)#noshutdownn步骤2:R2上配置静态路由R2(config)#iproute1.1.1.0255.255.255.0s1/0//下一
4、跳为接口形式,s1/0是点到点的链路,注意应该是R2上的s1/0R2(config)#iproute3.3.3.0255.255.255.012.1.1.1//下一跳为IP地址形式,12.1.1.1是R1上的IP地址n步骤3:R1上配置静态路由R1(config)#iproute2.2.2.0255.255.255.0s1/0R1(config)#iproute3.3.3.0255.255.255.0s1/1n步骤4:R3上配置静态路由R3(config)#iproute1.1.1.0255.255.255.0s1/1R3(config)#
5、iproute2.2.2.0255.255.255.0s1/1·实验调试n在R2,R1,R3上查看路由表R2#showiprouteCodes:C-connected,S-static,R-RIP,M-mobile,B-BGPD-EIGRP,EX-EIGRPexternal,O-OSPF,IA-OSPFinterareaN1-OSPFNSSAexternaltype1,N2-OSPFNSSAexternaltype2E1-OSPFexternaltype1,E2-OSPFexternaltype2i-IS-IS,su-IS-ISsummar
6、y,L1-IS-ISlevel-1,L2-IS-ISlevel-2ia-IS-ISinterarea,*-candidatedefault,U-per-userstaticrouteo-ODR,P-periodicdownloadedstaticrouteGatewayoflastresortisnotset1.0.0.0/24issubnetted,1subnetsS1.1.1.0isdirectlyconnected,Serial1/02.0.0.0/24issubnetted,1subnetsC2.2.2.0isdirectlycon
7、nected,Loopback03.0.0.0/24issubnetted,1subnetsS3.3.3.0[1/0]via12.1.1.112.0.0.0/24issubnetted,1subnetsC12.1.1.0isdirectlyconnected,Serial1/0R1#showiprouteCodes:C-connected,S-static,R-RIP,M-mobile,B-BGPD-EIGRP,EX-EIGRPexternal,O-OSPF,IA-OSPFinterareaN1-OSPFNSSAexternaltype1,
8、N2-OSPFNSSAexternaltype2E1-OSPFexternaltype1,E2-OSPFexternaltype2i-IS-IS,su-IS-ISsummary,