《计算机网络实验二(2.1)实验报告讲解44619.pdf》由会员分享,可在线阅读,更多相关《计算机网络实验二(2.1)实验报告讲解44619.pdf(17页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。
1、实验三 实验报告 一、实验目的:1、掌握路由器的基本配置。2、掌握静态路由设置 3、掌握动态路由设置 二、具体实验过程(简单截图及文字说明,文字说明主要说明实验中的问题及解决办法)项目二:路由器静态路由设置 一、实验拓扑图 实验形式:用模拟软件完成的。1.硬件连接:Switch1连接 R1 的 e0 端口,R1的 S0 连接 R2 的 S1,R2的 e0 连接 switch2,PC1,PC2接Switch1,PC3,PC4接 Switch2。R1 的 Fa0/0端口的 IP 是:192.168.10.1 255.255.255.0 R1 的 S0/0/0端口的 IP 是:192.168.1.1
2、 255.255.255.0 R2 的 Fa0/0端口的 IP 是:192.168.20.1 255.255.255.0 R2 的 S0/0/0端口的 IP 是:192.168.1.2 255.255.255.0 将实验拓扑图保存。将实验拓扑图保存,然后打开模拟软件 Packet Tracer,进行路由器和 PC 机的配置 2.设置 PC 机的 IP 地址和网关 PC1 的设置:PC2 的设置:PC3 的配置:PC4 的配置:3.配置路由器 R1(包括设置 R1 的 f0/0 和 s0/0/0 和打开端口 f0/0 和 s0/0/0)检查连通性 配置路由器 R2 检查连通性 配置完 R1 的端
3、口后,f0/0和 s0/0/0都 up 但是线路协议是 down的;配置完 R2 的 f0 和 s0/0/0后,R2 的 f0/0和 s0/0/0及线路协议都是 up 的,且 R1 的线路协议就变成 up 的了。4.路由器连通性的测试如上,以下给出主机的连通性测试:PC1:PC1 不能 ping 通 PC3,PC4 和 Router2,可以 ping 通 PC2,Router1 PC3 不能 ping 通 PC1,2 可以 ping 通 PC4 设备 PC1 PC2 PC3 PC4 PC1 连通 不通 不通 PC2 连通 不通 不通 PC3 不通 不通 连通 PC4 不通 不通 连通 5.设置
4、静态路由 R2 上设置静态路由:、Router1到 PC2和 PC3的连通性:均可 ping通 、Router2到 PC1和 PC4的连通性:与 PC4ping通,与 PC1ping通。各主机之间,到路由器都可以互相 ping 通 项目三:动态路由(RIP 协议)的配置实验 一、实验形式:用物理设备完成的 配置 Router 1:基本配置:配置路由器名称 Router1、配置 Router1 的 Serial0 接口、激活接口;启动 RIP 协议。Router Routeren Router#conf t Enter configuration commands,one per line.En
5、d with CNTL/Z.Router(config)#hostname Router1 Router1(config)#int f0/0 Router1(config-if)#ip add 192.168.1.2 255.255.255.0 Router1(config-if)#no shutdown Router1(config-if)#%LINK-5-CHANGED:Interface FastEthernet0/0,changed state to up%LINEPROTO-5-UPDOWN:Line protocol on Interface FastEthernet0/0,cha
6、nged state to up Router1(config-if)#exit Router1(config)#int s0/0/0 Router1(config-if)#ip add 192.168.2.1 255.255.255.0 Router1(config-if)#no shutdown%LINK-5-CHANGED:Interface Serial0/0/0,changed state to down Router1(config-if)#exit Router1(config)#int%LINK-5-CHANGED:Interface Serial0/0/0,changed s
7、tate to up%LINEPROTO-5-UPDOWN:Line protocol on Interface Serial0/0/0,changed state to up%Incomplete command.Router1(config)#Router1(config)#exit Router1#%SYS-5-CONFIG_I:Configured from console by console Router1#exit Router1en Router1#conf t Enter configuration commands,one per line.End with CNTL/Z.
8、Router1(config)#int s0/0/0 Router1(config-if)#clock rate?Speed(bits per second 1200 2400 4800 9600 19200 38400 56000 64000 72000 125000 128000 148000 250000 500000 800000 1000000 1300000 2000000 4000000 Choose clockrate from list above Router1(config-if)#clock rate 9600 Router1(config-if)#Router1(co
9、nfig-if)#exit Router1(config)#ip route 192.168.3.0 255.255.255.0 192.168.3.1 Router1(config)#exit Router1#%SYS-5-CONFIG_I:Configured from console by console Router1#ping 192.168.3.2 Type escape sequence to abort.Sending 5,100-byte ICMP Echos to 192.168.3.2,timeout is 2 seconds:.Success rate is 0 per
10、cent(0/5)Router1#conf t Enter configuration commands,one per line.End with CNTL/Z.Router1(config)#ip route 192.168.3.0 255.255.255.0 192.168.2.2 Router1(config)#Router1(config)#exit Router1#%SYS-5-CONFIG_I:Configured from console by console Router1#Router1#ping 192.168.3.2 Type escape sequence to ab
11、ort.Sending 5,100-byte ICMP Echos to 192.168.3.2,timeout is 2 seconds:.!Success rate is 80 percent(4/5),round-trip min/avg/max=1/6/12 ms Router1#配置 Router 2:、基本配置:配置路由器名称 Router2、配置 Router2 的 Serial0 接口、配置时钟频率、激活接口;、配置 RIP 协议。发现这样配之后也是通的,但采用的是添加静态路由表的办法,没有达到目的。以下采用动态路由(RIP协议)的配置实验 1、硬件连接 PC1连接路由器 R1
12、 的 e0 端口,路由器 R1 的 S0 端口连接路由器 R2 的 S1 端口,路由器 R2的 e0 连接 PC2。R1 的 e0/0端口的 IP 是:192.168.1.2 255.255.255.0 R1 的 S0/0端口的 IP 是:192.168.2.1 255.255.255.0 R2 的 e0/0端口的 IP 是:192.168.3.1 255.255.255.0 R2 的 S1/0端口的 IP 是:192.168.2.2 255.255.255.0 2、启动设备 分别打开设备,给设备加电,设备都处于自检状态,直到连接交换机的指示灯处于绿灯,表示网络处于稳定连接状态。3、设置 PC
13、 机的 IP 地址和网关 PC1的 IP 地址是:192.168.1.1 255.255.255.0 网关是:192.168.1.2 PC2的 IP 地址是:192.168.3.2 255.255.255.0 网关是:192.168.3.1 4、路由器配置 配置 Router 1:1、基本配置 2、启动 RIP 协议 配置 Router 2:1、基本配置 2、配置 RIP 协议 三、实验小结 本次实验一直问题不断,通过不断解决问题让自己进步。有些问题是自己不清楚原理跟着做然后抄写的错误,还有一些就是对于模拟软件的使用的不熟练使得耗时很长,却成效不大。不过通过和我们班的学过 CCIE 的同学的请教与学习感觉对这些问题也了解了一些。通过不断的纠错,从错误中学习,并对交换机和路由器的配置。虽然这次试验有些不尽如意的地方,但我们还是学会了路由器交换机的基本的配置过程和步骤。对模拟软件也有了进一步的了解和掌握使用它的方法。