欢迎来到天天文库
浏览记录
ID:1772103
大小:36.50 KB
页数:4页
时间:2017-11-13
《实验六 静态路由与缺省路由配置》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、静态路由与缺省路由配置1.实验目标 在本试验,我们将学习如何用静态路由和缺省路由两种方法配置路由器2.实验拓扑 图1是本实验用到的拓扑。图1 静态路由及缺省路由配置图示 3.实验要求 某公司在深圳、上海、北京各有一分公司,为了使得各分公司的网络能够通信,公司在三地分别购买了路由器,为R1、R2、R3,同时申请了DDN线路。现要用静态路由配置各路由器使得三地的网络能够通信。4.实验步骤 ⑴R1路由器配置IP地址和IP路由: R1#conft R1(config)
2、#interfacef0/0 R1(config-if)#ipaddress10.1.1.254255.255.255.0R1(config-if)#noshutdownR1(config-if)#interfaces0/0R1(config-if)#ipaddress10.1.2.1255.255.255.0R1(config-if)#noshutdownR1(config-if)#exitR1(config)#iproute10.1.3.0255.255.255.010.1.2.2R1(config)#i
3、proute10.1.4.0255.255.255.010.1.2.2 ⑵R2路由器配置IP地址和IP路由: R2#conft R2(config)#interfaces0/0 R2(config-if)#ipaddress10.1.2.2255.255.255.0R2(config-if)#clockrate64000R2(config-if)#noshutdownR2(config-if)#interfaces0/1R2(config-if)#ipaddress10.1.3.
4、1255.255.255.0R2(config-if)#clockrate64000R2(config-if)#noshutdownR2(config-if)#exitR2(config)#iproute10.1.1.0255.255.255.010.1.2.1R2(config)#iproute10.1.4.0255.255.255.010.1.3.2 ⑶R3路由器配置IP地址和IP路由: R3#conft R3(config)#interfacef0/0 R3(config-
5、if)#ipaddress10.1.4.254255.255.255.0R3(config-if)#noshutdownR3(config-if)#interfaces0/0R3(config-if)#ipaddress10.1.3.2255.255.255.0R3(config-if)#noshutdownR3(config-if)#exitR3(config)#iproute10.1.1.0255.255.255.010.1.3.1R3(config)#iproute10.1.2.0255.255.255.010.
6、1.3.1⑷在R1、R2、R3路由器上检查接口、路由情况:R1#showiprouteR1#showipinterfacesR1#showinterfaceR2#showiprouteR2#showipinterfacesR2#showinterfaceR3#showiprouteR3#showipinterfacesR3#showinterface【问题1】:路由器上的路由器表各有几条,分别是什么类型?⑸在各路由器上用“ping”命令测试到各网络的连通性⑹在R1、R3上取消已配置的静态路由,R2保持不变:R1:R1(
7、config)#noiproute10.1.3.0255.255.255.010.1.2.2R1(config)#noiproute10.1.4.0255.255.255.010.1.2.2R1(config)#exitR1#showiprouteR3:R3(config)#noiproute10.1.1.0255.255.255.010.1.3.1R3(config)#noiproute10.1.2.0255.255.255.010.1.3.1R3(config)#exitR3#showiproute⑺在R1、R3上
8、配置缺省路由:R1:R1(config)#iproute0.0.0.00.0.0.010.1.2.2R1(config)#ipclasslessR3:R3(config)#iproute0.0.0.00.0.0.010.1.3.1R3(config)#ipclassless【问题2】为什么要配置“ipclassless”?⑻在各路
此文档下载收益归作者所有