




已阅读5页,还剩4页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
河南理工大学万方科技学院网络工程实践设计报告题目 网络工程实训姓 名: 陈晓慧 学 号: 0816305035 专 业: 网络工程 班 级: 10升-1班 指导老师: 董玉洁 2011年 1 月 7 日1、实践内容:网线的制作及认识网络设备2、实践过程: (1)制作网线制作RJ45网线首先用剥线器剥去2CM左右然后按照从左到右橙白,橙,绿白,蓝,蓝白,绿,棕白,棕的线序排列然后压线测线成功。 (2)认识网络设备交换机1台3、实践结果及分析:熟悉如何制作网线成功制作出合格网线熟练掌握交换机的基本配置1、实践内容:实训(一)交换机的基本配置2、实践过程实践拓扑图Switch0/5交换机配置命令Switch (处于用户模式)Switchenable 14 (从用户模式进入特权模式)Password:admin(不显示)Switch#Switch#configure terminal (从特权模式进入全局模式)Switch(config)#Switch(config)#interface fastethernet 0/5 (从全局模式进入端口模式)Switch(config-if)#Switch(config-if)#exit (exit是返回上一级模式命令)Switch(config-if)#end (exit是返回特权模式命令)Switch ? (显示当前模式下所有可以执行的命令)Switch(config)#int? (显示当前模式下所有以int开头的命令)Switch(config-if)#speed ? Switch(config)#int f 0/5Switch(config)#int (按Tab键将自动补齐interface)Switch(config)#interfaceSwitch(config)#hostname SA(注:将主机名配置为“SA”)Switch(config)#interface fastethernet 0/5 (进入端口0/5的端口模式)Switch(config-if)#speed 10 (配置端口速率为10Mbps)Switch(config-if)#speed auto (设置为自动速率配置)Switch(config-if)#duplex half (配置端口为半双工模式)Switch(config-if)#duplex full (配置端口为全双工模式)Switch(config-if)#no shutdown (使端口处于活动状态)Switch(config)#interface vlan 1 (VLAN 1是交换机默认的VLAN)Switch(config-if)#ip address Switch(config-if)#no shutdownSwitch#show version (查看交换机版本信息)Switch#show running-config (查看交换机当前生效配置)Switch#show interface fastethernet 0/5 (查看端口0/5配置信息)3、实践结果及分析各个命令配置显示结果SAenable 14Password:SA#configure terminalEnter configuration commands, one per line. End with CNTL/Z.SA(config)#interface fastEthernet 0/5 2011-01-07 10:40:18 5-CONFIG:Configured from outbandSA(config-if)#exit2011-01-07 10:40:31 5-CONFIG:Configured from outbandSA(config)#end2011-01-07 10:40:37 5-CONFIG:Configured from outbandSA#endEnter configuration commands, one per line. End with CNTL/Z.interface2011-01-07 09:56:54 5-CONFIG:Configured from outband10 Force 10 Mbps operation 100 Force 100 Mbps operation auto Enable AUTO speed configuration2011-01-07 09:57:47 5-CONFIG:Configured from outband2011-01-07 09:58:13 5-CONFIG:Configured from outband% Incomplete command.2011-01-07 09:59:16 5-CONFIG:Configured from outband2011-01-07 10:00:28 5-CONFIG:Configured from outband2011-01-07 10:00:55 5-CONFIG:Configured from outband2011-01-07 10:01:01 5-CONFIG:Configured from outband2011-01-07 10:01:24 5-CONFIG:Configured from outband2011-01-07 10:01:41 5-CONFIG:Configured from outband2011-01-07 10:02:02 5-CONFIG:Configured from outband2011-01-07 10:02:18 5-CONFIG:Configured from outband2011-01-07 10:02:29 5-CONFIG:Configured from outband2011-01-07 10:02:44 5-CONFIG:Configured from outband2011-01-07 10:04:09 5-CONFIG:Configured from outband2011-01-07 10:04:44 5-CONFIG:Configured from outband2011-01-07 10:04:54 5-CONFIG:Configured from outband2011-01-07 10:05:41 5-CONFIG:Configured from outband2011-01-07 10:06:05 5-CONFIG:Configured from outbandSystem description : Dual Stack Multi-Layer Switch(S3760-24) By Ruijie NetworkSystem uptime : 0d:1h:20m:31sSystem hardware version : 1.0 CPU: PVR-80811014, Vendor-1057, Device-0006, Revision-14 Flash-1: Id-149 , Memory Room: ffe00000-ffffffff Flash-2: Id-ec75 , Memory Room: f0000000-f1f03fffSystem software version : RGNOS V4.12 Build Dec 8 2006 ReleaseSystem BOOT version : RG-S3760-BOOT 01-01-02 2006-07-12System CTRL version : RG-S3760-CTRL 01-01-04 2006-07-12Running Switching Image : Layer3System software version : RGNOS V4.12 Build Dec 8 2006 ReleaseBuilding configuration.Current configuration : 292 bytes!version 1.0!hostname SAvlan 1!enable secret level 14 5 %YH.Y*TQC,tZVTH.Vpu_;C,tpU0enable 14Password:switch#configure terminalEnter configuration commands, one per line. End with CNTL/Z.switch(config)#vlan 52011-01-07 10:31:54 5-CONFIG:Configured from outbandswitch(config-vlan)#name exmp52011-01-07 10:32:11 5-CONFIG:Configured from outbandswitch(config-vlan)#VLAN 102011-01-07 10:32:20 5-CONFIG:Configured from outbandswitch(config-vlan)#name exmp102011-01-07 10:32:29 5-CONFIG:Configured from outbandswitch(config-vlan)#exit2011-01-07 10:32:37 5-CONFIG:Configured from outbandswitch(config)#interface fastethernet 0/52011-01-07 10:32:53 5-CONFIG:Configured from outbandswitch(config-if)#switch access vlan 52011-01-07 10:33:07 5-CONFIG:Configured from outbandswitch(config-if)#exit2011-01-07 10:33:16 5-CONFIG:Configured from outbandswitch(config)#interface fastethernet 0/102011-01-07 10:33:29 5-CONFIG:Configured from outbandswitch(config-if)# switch access vlan 102011-01-07 10:33:39 5-CONFIG:Configured from outbandswitch(config-if)#exit2011-01-07 10:33:44 5-CONFIG:Configured from outbandswitch(config)#interface range fastethernet 0/2-42011-01-07 10:33:53 5-CONFIG:Configured from outbandswitch(config-if-range)#switch access vlan 52011-01-07 10:34:02 5-CONFIG:Configured from outbandswitch(config-if-range)#end2011-01-07 10:34:08 5-CONFIG:Configured from outbandswitch#show VLANVLAN Name Status Ports- - - -1 default active Fa0/6 ,Fa0/8 ,Fa0/9 ,Fa0/10 Fa0/11,Fa0/12,Fa0/13,Fa0/14 Fa0/15,Fa0/16,Fa0/17,Fa0/18 Fa0/19,Fa0/21,Fa0/22,Fa0/23 Fa0/24,Gi0/25,Gi0/26,Gi0/27 Gi0/285 exmp5 active Fa0/2 ,Fa0/3 ,Fa0/4 ,Fa0/5 Fa0/10,Fa0/2410 exmp10 active Fa0/1 ,Fa0/10,Fa0/2420 exmp20 active Fa0/10,Fa0/20,Fa0/2440 exmp40 active Fa0/7 ,Fa0/10,Fa0/2450 exmp50 active Fa0/10,Fa0/24switch#configure terminalEnter configuration commands, one per line. End with CNTL/Z.switch(config)#no VLAN 102011-01-07 10:34:51 5-CONFIG:Configured from outbandswitch(config)#end2011-01-07 10:34:55 5-CONFIG:Configured from outbandswitch#switch(config-vlan)#exit2011-01-07 10:32:37 5-CONFIG:Configured from outbandswitch(config)#interface fastethernet 0/52011-01-07 10:32:53 5-CONFIG:Configured from outbandswitch(config-if)#switch access vlan 52011-01-07 10:33:07 5-CONFIG:Configured from outbandswitch(config-if)#exit2011-01-07 10:33:16 5-CONFIG:Configured from outbandswitch(config)#interface fastethernet 0/102011-01-07 10:33:29 5-CONFIG:Configured from outbandswitch(config-if)# switch access vlan 102011-01-07 10:33:39 5-CONFIG:Configured from outbandswitch(config-if)#exit2011-01-07 10:33:44 5-CONFIG:Configured from outbandswitch(config)#interface range fastethernet 0/2-42011-01-07 10:33:53 5-CONFIG:Configured from outbandswitch(config-if-range)#switch access vlan 52011-01-07 10:34:02 5-CONFIG:Configured from outbandswitch(config-if-range)#end201
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 玉溪市统一遴选和选调公务员笔试真题2024
- 威尼斯的小艇课件近义词
- 常用版固定期限聘用合同书5篇
- 平面设计配色培训课件
- 平面布置设计培训课件
- 平面图深化设计课件
- 平面几何学课件
- 农发行赣州市会昌县2025秋招半结构化面试15问及话术
- 2025年储能电池在微电网中的应用与经济效益研究报告
- 2025年肿瘤医疗服务市场投资机会报告:精准治疗技术发展前景分析
- 医学基础知识试题及参考答案
- 现浇墩台身轴线偏位、全高竖直度检测记录表
- 合肥市企业退休人员领取养老金资格认证表
- 房屋建筑工程实体质量检查评分表
- 民航安全安全检查员
- 学生伤害事故的责任分析和处理案例
- 隧道防排水检查井技术交底书
- 《历史》中职课件05第五章
- TSS-UT811-001UT-811线路保护测控装置调试说明书V1[1]0.
- (终稿)加油站全流程诊断与优化提量指导手册
- EN779-2012一般通风过滤器——过滤性能测定(中文版)
评论
0/150
提交评论