network_04_4(PacketTracer_Static)

  • 格式:pdf
  • 大小:292.57 KB
  • 文档页数:6

C C S C S
================================================
R3#show ip route 10.0.0.0/24 is subnetted, 1 subnets 10.1.2.0 is directly connected, Serial0/1/0 192.168.1.0/24 [1/0] via 10.1.2.1 192.168.2.0/24 [1/0] via 10.1.2.1 192.168.3.0/24 is directly connected, FastEthernet0/1
YES unset administratively down down YES manual up YES manual up up up
YES unset administratively down down
思考题2: (6分)
得分:
问题2,写出实验过程并提供格路由器路由表项
实验过程: 1. 2. 3. 4. 5. 打开软件,对照网络拓扑图进行网络设备的搭建及架设。 为路由器添加模块,并对路由器的上下层端口进行配置IP。 为各个路由器写入静态路由配置文件。 给各个终端PC配置网络参数。 进行通信测试。
OK? Method Status
Protocol
YES unset administratively down down YES manual up YES manual up up up
YES unset administratively down down OK? Method Status Protocol
《网络与通信》课程实验报告 实验四:路由器基本配置与静态路由实验
姓名 陈志杰 袁方 出勤、 表现得分(10) 操作结果得分(50) 院系 指导教师 实验时间 实验报告 得分(40) 实验总分 学号 袁方 任课教师 实验地点 实验课表现 实验目的: 1. 熟悉 PacketTracer 环境 2. 了解 CISCO 路由器基本配置命令和操作; 3. 通过对实验拓扑的分析和配置能够掌握静态路由配置及其基本原理
C C S S
================================================= R2#show ip route 10.0.0.0/24 is subnetted, 2 subnets 10.1.1.0 is directly connected, Serial0/1/0 10.1.2.0 is directly connected, Serial0/0/0 192.168.1.0/24 [1/0] via 10.1.1.2 192.168.2.0/24 is directly connected, FastEthernet0/1 192.168.3.0/24 [1/0] via 10.1.2.2
得分:
虽然之前对网络方面比较有研究,但是 CISCO 的设备没有很深入的接触过,所以在一开始 还是有些绕弯路的, 但是后来搞清楚各个路由器之间上下层关系之后就很得心应手了。 一会 会就配置好了所有的设备并且测试成功。 这次实验还是学到很多东西的, 让我对网络通信有 了新的更具体的了解。
思考题: (10 分) 思考题 1: (4 分) 问题 1:如何查看路由器接口的 ip 地址和工作状态? 想要查看当前路由器的接口工作状态可以在终端中输入:show ip interface brief 命令以查看 该路由器当前接口的工作状态及对应的 IP 地址。 R1#show ip interface brief Interface IP-Address FastEthernet0/0 FastEthernet0/1 Serial0/1/0 Vlan1 unassigned 192.168.1.1 10.1.1.2 unassigned 得分:
4. 简单网络环境的联通性配置和测试;
实验内容: 使用 Cisco packet tracer 5.3 软件搭建基本网络环境,基本接口配置,静态路由配置, 网络联通性测试 实验要求: (学生对预习要求的回答) (10 分) Packet tracer 的基本使用 网络环境的搭建和配置步骤 拓扑图环境和关键步骤截图 得分: 得分:
YES unset administratively down down YES manual up YES manual up up up
YES unset administratively down down YES manual up up
YES unset administratively down down YES unset administratively down down OK? Method Status Protocol
R2#show ip interface brief Interface IP-Address FastEthernet0/0 FastEthernet0/1 Serial0/0/0 Serial0/0/1 Serial0/1/0 Serial0/1/1 Vlan1 R3#show ip inter bri Interface FastEthernet0/0 FastEthernet0/1 Serial0/1/0 Vlan1 unassigned 192.168.2.1 10.1.2.1 unassigned 10.1.1.1 unassigned unassigned IP-Address unassigned 192.168.3.1 10.1.2.2 unassigned
R1#show ip route 10.0.0.0/24 is subnetted, 1 subnets 10.1.1.0 is directly connected, Serial0/1/0 192.168.1.0/24 is directly connected, FastEthernet0/1 192.168.2.0/24 [1/0] via 10.1.1.1 192.168.3.0/24 [1/0] via 10.1.1.1
C S S C
指导教师评语:
日期:
பைடு நூலகம்
实验过程中遇到的问题如何解决的?(10 分)
问题一:所有连线完好也配置了 IP 却无法通信 解决方法:发现是配置了端口却没有启用端口,键入:no shutdown 开启端口即可。
问题二:端口配置完成依旧无法实现通信 解决方法:第一次通信必然会 FAILED 的,第二次发包就能成功接收了。
本次实验的体会(结论) (10 分)