




已阅读5页,还剩6页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
课程设计任务书及成绩评定课程设计的任务和具体要求1任务:a. netsim软件的基本使用方法; b. 构建网络拓扑图并进行分配参数; c. 网络设备基本参数的配置和测试; d. vlan和trunk的配置和测试;e单臂路由的配置和测试;f静态路由的配置和测试;2具体要求:画出网络拓扑图,规划网络参数,在switch1中划分vlan2和vlan3,把pc1和pc2分别放到vlan2和vlan3,在router1上配置单臂路由(注意switch1和router1连线的两端都必须是fast ethernet类型的端口),使得pc1和pc2能够相互通信(以上内容的做法参考ppt),然后配置router1和router2的端口参数,并分别配置静态路由使得pc1、pc2和pc3之间能够相互通信(因为软件的原因,有可能pc3能够ping通pc1,pc3能够ping通pc2,但是pc1却ping不通pc3,pc2却ping不通pc3,这个没有关系,大家只要把相关的命令写对即可)。指导教师签字: 日期: 指导教师评语成绩: 指导教师签字: 日期: 课程设计所需软件、硬件等 pc机一台,netsim软件课程设计进度计划起至日期工作内容备注2010.6.1-2010.7.1收集资料,配置路由,测试参考文献、资料索引序号文献、资料名称编著者出版单位 计算机网络 谢希仁 电子工业出版社 自顶向下网络设计 胡捷等译 人民邮电出版社 网络工程技术与实验教程 张新有 清华大学出版社目录课程设计任务书及成绩评定. 1目录.3正文.4(一) 实验目的. . 4(二) 课程设计的具体要求.4(三) 课程设计的拓扑图和目标.4(四) 网络参数.51、 vlan和单臂路由配置2、 静态路由的配置(五) 配置单.5(六) 实验过程中出现的问题及解决方法.12实验总结. 12正文一、实验目的在学习计算机网络课程过程中,了解和掌握基本的网络规划和设计的方法,并学会在netsim软件平台下相关设备和网络逻辑设计的配置方法,实现网络规划的目的,最终形成一个详细的设计方案。二、课程设计的具体要求画出网络拓扑图,规划网络参数,在switch1中划分vlan2和vlan3,把pc1和pc2分别放到vlan2和vlan3,在router1上配置单臂路由(switch1和router1连线的两端都必须是fast ethernet类型的端口),使得pc1和pc2能够相互通信,然后配置router1和router2的端口参数,并分别配置静态路由使得pc1、pc2和pc3之间能够相互通信(因为软件的原因,有可能pc3能够ping通pc1,pc3能够ping通pc2,但是pc1却ping不通pc3,pc2却ping不通pc3,这个没有关系,大家只要把相关的命令写对即可)。三、课程设计的拓扑图和目标a. netsim软件的基本使用方法; b. 构建网络拓扑图并进行分配参数; c. 网络设备基本参数的配置和测试; d. vlan和trunk的配置和测试;e单臂路由的配置和测试;f静态路由的配置和测试;四、网络参数1、vlan和单臂路由配置路由器router1使用的型号是cisco 2620,交换机使用的型号是cisco 1912,分配如表所示:设备端口ip地址子网掩码默认网关router1f0/0.1172.16.1.1255.255.255.0f0/0.2172.16.2.1255.255.255.0pc1172.16.1.2255.255.255.0172.16.1.1pc2172.16.2.2255.255.255.0172.16.2.12、静态路由的配置路由器router2使用cisco 2611,其和pc3的接口以及ip地址分配如表所示:设备端口ip地址子网掩码默认网关router1s0172.16.3.2255.255.255.0router2s0172.16.3.3255.255.255.0e0192.168.5.1255.255.255.0pc3e0192.168.5.5255.255.255.0192.168.5.1五、配置单:*route1press enter to startrouterrouterenrouter#conf tenter configuration commands, one per line. end with cntl/z.router(config)#interface fast0/0router(config-if)#no shut%link-3-updown: interface fastethernet0/0, changed state to uprouter(config-if)#exitrouter(config)#int fast 0/0.1router(config-subif)#ip add 172.16.1.1 255.255.255.0router(config-subif)#exitrouter(config)#int fast 0/0.2router(config-subif)#ip address 172.16.2.1 255.255.255.0router(config-subif)#endrouter#conf tenter configuration commands, one per line. end with cntl/z.router(config)#interface fa0/0.1router(config-subif)#encap isl 2router(config-subif)#exitrouter(config)#interface fa0/0.2router(config-subif)#encap isl 3router(config-subif)#exitrouter(config)#interface serial 0router(config-if)#ip address 172.16.3.2 255.255.255.0router(config-if)#clock rate 64000router(config-if)#no shutdown %link-3-updown: interface serial0, changed state to up%link-3-updown: interface serial0, changed state to down%lineproto-5-updown: line protocol on interface serial0, changed state to downrouter(config-if)#exitrouter(config)#ip route 192.168.5.0 255.255.255.0 172.16.3.3*route2】routerenrouter#configure terminal enter configuration commands, one per line. end with cntl/z.router(config)#interface serial 0router(config-if)#ip address 172.16.3.3 255.255.255.0router(config-if)#no shutdown %link-3-updown: interface serial0, changed state to uprouter(config-if)#interface ethernet 0router(config-if)#ip address 192.168.5.1 255.255.255.0router(config-if)#no shutdown %link-3-updown: interface ethernet0, changed state to uprouter(config-if)#exitrouter(config)#ip route 172.16.1.0 255.255.255.0 172.16.3.2router(config)#ip route 172.16.2.0 255.255.255.0 172.16.3.2*switch1】en#config tenter configuration commands, one per line. end with cntl/z.(config)#vlan 2 name vlan2(config)#vlan 3 name vlan3(config)#interface e0/1(config-if)#vlan-membership static 2(config-if)#exit(config)#interface e0/2(config-if)#vlan-membership static 3(config-if)#exit(config)#interface fa0/26(config-if)#trunk on*pc3 ping pc1和pc2通c:ping 172.16.1.2pinging 172.16.1.2 with 32 bytes of data:reply from 172.16.1.2: bytes=32 time=60ms ttl=241reply from 172.16.1.2: bytes=32 time=60ms ttl=241reply from 172.16.1.2: bytes=32 time=60ms ttl=241reply from 172.16.1.2: bytes=32 time=60ms ttl=241reply from 172.16.1.2: bytes=32 time=60ms ttl=241ping statistics for 172.16.1.2: packets: sent = 5, received = 5, lost = 0 (0% loss),approximate round trip times in milli-seconds: minimum = 50ms, maximum = 60ms, average = 55msc:ping 172.16.2.2pinging 172.16.2.2 with 32 bytes of data:reply from 172.16.2.2: bytes=32 time=60ms ttl=241reply from 172.16.2.2: bytes=32 time=60ms ttl=241reply from 172.16.2.2: bytes=32 time=60ms ttl=241reply from 172.16.2.2: bytes=32 time=60ms ttl=241reply from 172.16.2.2: bytes=32 time=60ms ttl=241ping statistics for 172.16.2.2: packets: sent = 5, received = 5, lost = 0 (0% loss),approximate round trip times in milli-seconds: minimum = 50ms, maximum = 60ms, average = 55mspc1 ping pc3不通c:ping 192.168.5.5pinging 192.168.5.5 with 32 bytes of data:request timed out.request timed out.request timed out.request timed out.request timed out.ping statistics for 192.168.5.5: packets: sent = 5, received = 0, lost = 5 (100% loss),approximate round trip times in milli-seconds: minimum = 0ms, maximum = 0ms, average = 0mspc2 ping pc3不通c:ping 192.168.5.5pinging 192.168.5.5 with 32 bytes of data:request timed out.request timed out.request timed out.request timed out.request timed out.ping statistics for 192.168.5.5: packets: sent = 5, received = 0, lost = 5 (100% loss),approximate round trip times in milli-seconds: minimum = 0ms, maximum = 0ms, average = 0ms*pc1 ping pc2通c:ping 172.16.2.2pinging 172.16.2.2 with 32 bytes of data:reply from 172.16.2.2: bytes=32 time=60ms ttl=241reply from 172.16.2.2: bytes=32 time=60ms ttl=241reply from 172.16.2.2: bytes=32 time=60ms ttl=241reply from 172.16.2.2: bytes=32 time=60ms ttl=241reply from 172.16.2.2: bytes=32 time=60ms ttl=241ping statistics for 172.16.2.2: packets: sent = 5, received = 5, lost = 0 (0% loss),approximate round trip times in milli-seconds: minimum = 50ms, maximum = 60ms, average = 55mspc2 ping pc1通c:ping 172.16.1.2pinging 172.16.1.2 with 32 bytes of data:reply from 172.16.1.2: bytes=32 time=60ms ttl=241reply from 172.16.1.2: bytes=32 time=60ms ttl=241reply from 1
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- GB/T 45982.2-2025第二代高温超导体微连接第2部分:焊接与试验人员资格
- 森林灭火知识培训内容课件
- 初级电焊工理论考试题及答案
- 2025《机械员》考试题库附答案(综合题)
- 2025年草原生态修复师高级面试题集锦
- 2025年注册验船师资格考试(A级船舶检验专业案例分析)综合练习题及答案二
- 2025公务员(国考)考试题库(及答案)
- 解数第293期:2025年618第一波回顾:从618数据看懂消费趋势
- 2025年殡仪馆工作人员职责与工作流程面试题
- 2026届江苏省泰州市兴化市第一中学化学高一第一学期期末监测试题含解析
- 危险化学品(储存、生产、使用)企业安全风险辨识分级管控清单
- 幼儿园劳务分包合同范本
- 第二语言习得研究要略
- 核工程与核技术毕业设计(论文)闪烁探测器探测效率与γ射线能量关系的数值模拟
- 期货交易基础知识测试题库
- 混凝土搅拌站安全预评价报告
- 高一第一堂班会课
- 【学生生涯规划系列】高一上学期生涯规划讲座课件
- 焊接工艺要求
- JJF(电子) 31502-2010 静电腕带/脚盘测试仪校准规范-(高清现行)
- 国学武术操太极拳表演活动流程
评论
0/150
提交评论