《网络设备安装与调试实践指导书.doc》由会员分享,可在线阅读,更多相关《网络设备安装与调试实践指导书.doc(38页珍藏版)》请在金锄头文库上搜索。
1、网络设备安装与调试实践指导书一、网络设备配置综合实训的目的与任务本实训是计算机网络技术(计算机网络技术基础)课程教学的实践性环节,其主要任务是通过让学生自己动手配置二层交换机、三层交换机和路由器等网络设备,培养规划、设计及组建某个部门局域网络,并使局域网的性能达到最优,安全稳定的能力。同时,为下一步的综合布线系统、组网技术与综合布线学习奠定实践基础。二、“实践环节名称”的时间安排序号实践内容时间安排教学工作目标、要求1交换机基本配置3课时通过对交换机基本的配置,更进一步的掌握交换机工作原理。2虚拟局域网VLAN4课时掌握交换机的VLAN划分和跨交换机的VLAN配置。3提供交换机网络中的冗余链路
2、4课时验证冗余链路、生成树协议的理论概念,配置链路聚合和解决冗余链路。4路由器基本配置4课时通过对路由器基本的配置,更进一步的掌握路由器工作原理。5三层交换机配置4课时通过对三层交换机基本的配置,更进一步的掌握三层交换机工作原理。6路由协议4课时掌握配置静态、动态路由的操作。7IP访问控制列表及交换机端口安全4课时掌握访问控制列表的原理、看及配置方法,具备基本的网络安全设置。三、网络设备配置综合实训地点安排配备有Cisco二、三层交换机和路由器的网络实验机房。在设备不足的情况下,可以使用Cisco Packet Tracer 5.3软件进行相关模拟实验。四、网络设备配置综合实训内容具体安排及要
3、求1、项目一:交换机基本配置1.1、实习内容: 如上图所示,使用一台计算机T1作为终端,用其RS-232串口与交换机Console口连接,用于配置交换机的名称和端口设置,查看交换机的版本以及运行信息。使用计算机PC1、PC2和PC3,用直通线连接该计算机的RJ45端口,与交换机的0/1、0/3和0/5端口连接,以验证相关基本配置。1.2、操作过程: 、状态切换、帮助和命令自动填充在T1打开远程终端,启动交换机,进入交换机命令行配置状态,掌握状态之间的切换。、用户模式(初始状态)进入特权模式:Switch (用户模式)、输入命令进入特权模式:Switchenable (命令)Switch# (特
4、权模式)、进入全局配置状态和命令自动填充:Switch#conf (按Tab键)Switch#configure ter (conf自动填充为configure,输入ter,按Tab键)Switch#configure terminal (命令自动填充完毕,全局配置命令)Enter configuration commands, one per line. End with CNTL/Z.Switch(config)# (全局配置状态)、帮助命令:Switch(config)#?(帮助命令,显示当前状态下可输入命令或参数)请在实训报告中写出执行该命令后的结果。Configure command
5、s: banner Define a login banner boot Boot Commands cdp Global CDP configuration subcommands clock Configure time-of-day clock do To run exec commands in config mode enable Modify enable password parameters end Exit from configure mode exit Exit from configure mode hostname Set systems network name i
6、nterface Select an interface to configure ip Global IP configuration subcommands line Configure a terminal line mac-address-table Configure the MAC address table no Negate a command or set its defaults service Modify use of network based services spanning-tree Spanning Tree Subsystem username Establ
7、ish User Name Authentication vlan Vlan commands vtp Configure global VTP state、返回上一级模式:Switch(config)#Exit(返回上一级命令)Switch#(回到特权模式)Switch# configure terminal(全局配置命令)Switch(config)#interface fastEthernet 0/7(端口配置命令)Switch(config-if)#end(退回到特权模式)Switch#、查看交换机版本信息:Switch(config)#hostname S1(交换机更名为S1)S1(
8、config)#Exit(返回上一级命令)S1#show version(查看当前版本信息)请在实训报告中写出执行该命令后的结果。Cisco Internetwork Operating System SoftwareIOS (tm) C2950 Software (C2950-I6Q4L2-M), Version 12.1(22)EA4, RELEASE SOFTWARE(fc1)Copyright (c) 1986-2005 by cisco Systems, Inc.Compiled Wed 18-May-05 22:31 by jharirbaImage text-base: 0x80
9、010000, data-base: 0x80562000ROM: Bootstrap program is is C2950 boot loaderSwitch uptime is 9 minutes, 30 secondsSystem returned to ROM by power-onCisco WS-C2950-24 (RC32300) processor (revision C0) with 21039K bytes of memory.Processor board ID FHK0610Z0WCLast reset from system-resetRunning Standar
10、d Image24 FastEthernet/IEEE 802.3 interface(s)32K bytes of flash-simulated non-volatile configuration memory.Base ethernet MAC Address: 0050.0F26.3774Motherboard assembly number: 73-5781-09 Power supply part number: 34-0965-01Motherboard serial number: FOC061004SZPower supply serial number: DAB06091
11、27DModel revision number: C0Motherboard revision number: A0Model number: WS-C2950-24System serial number: FHK0610Z0WCConfiguration register is 0xF、配置端口并查看正在运行的配置信息:S1# configure terminal(全局配置命令)S1(config)#interface fastEthernet 0/7(端口配置命令)S1(config-if)#speed 10(修改传输速度)S1(config-if)#duplex half(修改传输模
12、式)%LINK-5-CHANGED: Interface FastEthernet0/7, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/7, changed state to downS1(config-if)#endS1#show running-config(查看当前运行配置信息)请在实训报告中写出执行该命令后的结果。Current configuration : 970 bytes!version 12.1no service timestamps log datet
13、ime msecno service timestamps debug datetime msecno service password-encryption!hostname Switch!interface FastEthernet0/1!interface FastEthernet0/2!interface FastEthernet0/3!interface FastEthernet0/4!interface FastEthernet0/5!interface FastEthernet0/6!interface FastEthernet0/7 duplex half speed 10!interface FastEthernet0/8!interface FastEthernet0/9!interface FastEthernet0/10!interface FastEthernet0/11!interface FastEthernet0/12!interface FastEthernet0/13!interface FastEth