1、网络设备安装和调试实践指导书一、网络设备配置综合实训目标和任务本实训是计算机网络技术(计算机网络技术基础)课程教学实践性步骤,其关键任务是经过让学生自己动手配置二层交换机、三层交换机和路由器等网络设备,培养计划、设计及组建某个部门局域网络,并使局域网性能达成最优,安全稳定能力。同时,为下一步综合布线系统、组网技术和综合布线学习奠定实践基础。二、“实践步骤名称”时间安排序号实践内容时间安排教学工作目标、要求1交换机基础配置3课时经过对交换机基础配置,更深入掌握交换机工作原理。2虚拟局域网VLAN4课时掌握交换机VLAN划分和跨交换机VLAN配置。3提供交换机网络中冗余链路4课时验证冗余链路、生成
2、树协议理论概念,配置链路聚合和处理冗余链路。4路由器基础配置4课时经过对路由器基础配置,更深入掌握路由器工作原理。5三层交换机配置4课时经过对三层交换机基础配置,更深入掌握三层交换机工作原理。6路由协议4课时掌握配置静态、动态路由操作。7IP访问控制列表及交换机端口安全4课时掌握访问控制列表原理、看及配置方法,含有基础网络安全设置。三、网络设备配置综合实训地点安排配置有Cisco二、三层交换机和路由器网络试验机房。在设备不足情况下,能够使用Cisco Packet Tracer 5.3软件进行相关模拟试验。四、网络设备配置综合实训内容具体安排及要求1、项目一:交换机基础配置1.1、实习内容:
3、如上图所表示,使用一台计算机T1作为终端,用其RS-232串口和交换机Console口连接,用于配置交换机名称和端口设置,查看交换机版本和运行信息。使用计算机PC1、PC2和PC3,用直通线连接该计算机RJ45端口,和交换机0/1、0/3和0/5端口连接,以验证相关基础配置。1.2、操作过程: 、状态切换、帮助和命令自动填充在T1打开远程终端,开启交换机,进入交换机命令行配置状态,掌握状态之间切换。、用户模式(初始状态)进入特权模式:Switch (用户模式)、输入命令进入特权模式:Switchenable (命令)Switch# (特权模式)、进入全局配置状态和命令自动填充:Switch#c
4、onf (按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 commands: banner Define a login banne
5、r 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 interface Select an interface t
6、o 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 Establish User Name Authentication v
7、lan 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(config)#Exit(返回上一级命令)S1#show v
8、ersion(查看目前版本信息)请在实训汇报中写出实施该命令后结果。Cisco Internetwork Operating System SoftwareIOS (tm) C2950 Software (C2950-I6Q4L2-M), Version 12.1(22)EA4, RELEASE SOFTWARE(fc1)Copyright (c) 1986- by cisco Systems, Inc.Compiled Wed 18-May-05 22:31 by jharirbaImage text-base: 0x80010000, data-base: 0x8056ROM: Boots
9、trap 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 Standard Image24 FastEthernet/IEEE 802.3 inter
10、face(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: DAB0609127DModel revision number: C0Motherboard
11、 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(修改传输模式)%LINK-5-CHANGED: Interface FastEtherne
12、t0/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 datetime msecno service timestamps debug datet
13、ime 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 FastEt
14、hernet0/9!interface FastEthernet0/10!interface FastEthernet0/11!interface FastEthernet0/12!interface FastEthernet0/13!interface FastEthernet0/14、查看端口MAC表:S1#show mac-address-table请在实训汇报中写出实施该命令后结果。 Mac Address Table-Vlan Mac Address Type Ports- - - - 1 0006.2a77.a818 DYNAMIC Fa0/1 1 0040.0b4d.337d D
15、YNAMIC Fa0/3 1 00d0.5831.21da DYNAMIC Fa0/5Switch#1.3、基础要求: 上述步骤操作,在需要用截图形式表明试验结果时,许可用手绘方法在实训汇报册中画出试验结果。在第步试验中,能够发觉必需在交换机所连接三台计算机之间进行ping命令后才能完整查看到端口MAC表,试联络交换机原了解释。答:每个表项在建立后开始进行倒记时,每次发送数据全部要刷新记时。对于长久不发送数据主机,其MAC地址表项在生成其结束时删除。所以,三台计算机之间进行ping命令后才能完整查看到端口MAC表2、项目二:虚拟局域网VLAN2.1、实习内容: 以下图所表示,本试验分为单交换机
16、VLAN配置和跨交换机VLAN配置两个部分。在单交换机配置试验中,经过划分VLAN,使处于同一IP网段设置PC1、PC2和PC3,相互只能同VLAN端口计算机之间通信。在跨交换机配置试验中,经过两台交换机VLAN设置和TRUNK口设置,确保不一样交换机但同VLAN计算机之间相互通信。掌握跨交换机VLAN配置关键点。2.2、操作过程: 、配置交换机S1VLAN:按图2-1连接好计算机PC4、PC5、PC6和交换机S2,配置好计算机IP地址,从T1打开终端窗口。输入命令:Switchenable (特权模式命令)Switch#configure terminal (全局配置命令)Switch(co
17、nfig)# vlan 10 (创建vlan,序号10)Switch(config-vlan)# name test1(命名vlan10为test1)Switch(config- vlan)# exit(返回全局配置模式)Switch(config)# vlan 20 (创建vlan,序号20)Switch(config- vlan)# name test2(命名vlan20为test2)Switch(config- vlan)# exit(返回全局配置模式)、将端口0/1和0/5拉入VLAN10Switch(config)# interface fastEnter 0/1(进入端口0/1配置
18、状态)Switch(config- vlan)# switchport access vlan 10(将端口0/1拉入VLAN10)Switch(config- vlan)# exit(返回全局配置模式)Switch(config)# interface fastEnter 0/5(进入端口0/5配置状态)Switch(config-if)# switchport access vlan 10(将端口0/5拉入VLAN10)Switch(config-if)# exit(返回全局配置模式)、将端口0/3拉入VLAN20Switch(config)# interface fastEnter 0/
19、3(进入端口0/3配置状态)Switch(config-if)# switchport access vlan 20(将端口0/3拉入VLAN20)Switch(config-if)# exit(返回全局配置模式)、用PC1对PC2、PC3进行ping命令,查看结果请在实训汇报中写出实施该命令后结果。结果:PC1对PC3ping成功,PC1对PC2ping失败、配置交换机S2VLAN:按图2-2补充计算机PC4、PC5、PC6和交换机S2,配置好计算机IP地址,从T2打开终端窗口。输入命令:Switchenable (特权模式命令)Switch#configure terminal (全局配置
20、命令)Switch(config)# vlan 10 (创建vlan,序号10)Switch(config-vlan)# name test1(命名vlan10为test1)Switch(config- vlan)# exit(返回全局配置模式)Switch(config)# vlan 20 (创建vlan,序号20)Switch(config- vlan)# name test2(命名vlan20为test2)Switch(config- vlan)# exit(返回全局配置模式)、将端口0/1和0/5拉入VLAN10Switch(config)# interface fastEnter 0
21、/1(进入端口0/1配置状态)Switch(config-if)# switchport access vlan 10(将端口0/1拉入VLAN10)Switch(config-if)# exit(返回全局配置模式)Switch(config)# interface fastEnter 0/5(进入端口0/5配置状态)Switch(config-if)# switchport access vlan 10(将端口0/5拉入VLAN10)Switch(config-if)# exit(返回全局配置模式)、将端口0/3拉入VLAN20Switch(config)# interface fastEn
22、ter 0/3(进入端口0/3配置状态)Switch(config-if)# switchport access vlan 20(将端口0/3拉入VLAN20)Switch(config-if)# exit(返回全局配置模式)、连接S1和S20/24端口,并分别对S1和S2进行相同端口配置:Switch(config)# interface fastEnter 0/24(进入端口0/24配置状态)Switch(config-if)# switchport mode trunk(将端口0/3拉入VLAN20)Switch(config-if)# exit(返回全局配置模式)、用PC1对PC2、P
23、C3、PC4、PC5、PC6进行ping命令,用PC3对PC1、PC2、PC4、PC5、PC6进行ping命令,查看结果请在实训汇报中写出实施该命令后结果。结果:PC1对PC3、PC4、PC6ping成功,PC1对PC2、PC5ping失败 PC3对PC1、PC4、PC6ping成功,PC3对PC2、PC5ping失败2.3、基础要求: 上述步骤操作,在需要用截图形式表明试验结果时,许可用手绘方法在实训汇报册中画出试验结果。对第、步试验结果进行分析。答:第(4)步PC1和PC3在同一VLAN10,所以ping成功;而PC2在VLAN20,所以ping失败.第(9)步PC1和PC3、PC4|、P
24、C6在同一VLAN10,所以ping成功;而PC2和、PC5在VLAN20,所以ping失败.3、项目三:提供交换机网络中冗余链路3.1、实习内容: 、手动方法:这种方法很简单,设置端口组员链路两端模式为“on”。命令格式为:channel-group mode on。此次试验采取这么方法。、自动方法自动方法有两种协议:PAgP(Port Aggregation Protocol)和LACP(Link aggregation Control Protocol)。PAgP:Cisco设备端口聚合协议,有auto和desirable两种模式。auto模式在协商中只收不发,desirable模式端口
25、收发协商数据包。LACP:标准端口聚合协议802.3ad,有active和passive两种模式。active相当于PAgPauto,而passive相当于PAgPdesirable。、端口聚合作用:把多个端口绑定起到增加带宽作用(必需两端口设定一样,且是成正确绑定),如把两个100Mb设定为端口聚合,那么两个交换机交换数据就能够达成200Mb。、关键:1.fa 0/1、fa 0/2和另一部交换机fa 0/1、fa 0/2组成端口聚合,设定为channel-group 1,假如fa0/1网络断掉时,fa0/2这根线是不会自己动连接上去,这时端口聚合只是增加带宽,不会起到备用线路作用2.fa 0
26、/1、fa 0/2和另一部交换机fa 0/1、fa 0/2组成端口聚合,设定为channel-group 1,fa 0/3、fa 0/4和另一部交换机fa 0/3、fa 0/4组成端口聚合,设定为channel-group 2,假如channel-group 1这二根线有断掉情况时,channel-group 2会自己连接上去,即起到增加带宽,又起到备用线路作用。3.2、操作过程: 、在S1创建并配置channel-group1,并将端口0/1和0/2拉入。SwitchenableSwitch#configure terminal Enter configuration commands, o
27、ne per line. End with CNTL/Z.Switch(config)#hostname S1(对交换机进行命名)S1(config)#interface port-channel 1(创建channel-group1)S1(config-if)#exitS1(config)#interface range fastEthernet 0/1-2(群体设置端口)S1(config-if-range)#channel-group 1 mode on(以仅许可以太网通道方法将端口0/1-2组拉入channel-group 1)%LINK-5-CHANGED: Interface Po
28、rt-channel 1, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel 1, changed state to upS1(config-if-range)#exitS1(config)#interface port-channel 1(进入channel-group1设置状态)S1(config-if)#switchport mode trunk (将channel-group1设置为trunk)S1(config-if)#%LINEPROTO-5-UPDOWN: Line pr
29、otocol on Interface Port-channel 1, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel 1, changed state to upS1(config-if)#switchport trunk allowed vlan all(将channel-group1trunk设置为许可全部Vlan经过)S1(config-if)#endS1#show etherchannel summary (显示全部channel-group状态摘要)Flags: D
30、- down P - in port-channel I - stand-alone s - suspended H - Hot-standby (LACP only) R - Layer3 S - Layer2 U - in use f - failed to allocate aggregator u - unsuitable for bundling w - waiting to be aggregated d - default portNumber of channel-groups in use: 1Number of aggregators: 1Group Port-channe
31、l Protocol Ports-+-+-+-1 Po1(SU) PAgP Fa0/1(D) Fa0/2(D) S1#、以一样方法在S1创建并配置channel-group2,并将端口0/3和0/4拉入。S1(config)#interface range fastEthernet 0/3-4(群体设置端口)S1(config-if-range)#channel-group 2 mode on(以仅许可以太网通道方法将端口0/3-4组拉入channel-group 2)%LINK-5-CHANGED: Interface Port-channel 1, changed state to up%
32、LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel 1, changed state to upS1(config-if-range)#exitS1(config)#interface port-channel 2(进入channel-group2设置状态)S1(config-if)#switchport mode trunk (将channel-group2设置为trunk)S1(config-if)#%LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel 2
33、, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel 2, changed state to upS1(config-if)#switchport trunk allowed vlan all(将channel-group2trunk设置为许可全部Vlan经过)S1(config-if)#endS1#show etherchannel summary (显示全部channel-group状态摘要)Flags: D - down P - in port-channel I - sta
34、nd-alone s - suspended H - Hot-standby (LACP only) R - Layer3 S - Layer2 U - in use f - failed to allocate aggregator u - unsuitable for bundling w - waiting to be aggregated d - default portNumber of channel-groups in use: 2Number of aggregators: 2Group Port-channel Protocol Ports-+-+-+-1 Po1(SU) P
35、AgP Fa0/1(D) Fa0/2(D) 2 Po2(SU) PAgP Fa0/3(P) Fa0/4(P)S1#、以一样方法在S2创建并配置channel-group1,并将端口0/1和0/2拉入。SwitchenableSwitch#configure terminal Enter configuration commands, one per line. End with CNTL/Z.Switch(config)#hostname S2(对交换机进行命名)S2(config)#interface port-channel 1(创建channel-group1)S2(config-if)
36、#exitS2(config)#interface range fastEthernet 0/1-2(群体设置端口)S2(config-if-range)#channel-group 1 mode on(以仅许可以太网通道方法将端口0/1-2组拉入channel-group 1)%LINK-5-CHANGED: Interface Port-channel 1, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel 1, changed state to upS2(config-if-ra
37、nge)#exitS2(config)#interface port-channel 1(进入channel-group1设置状态)S2(config-if)#switchport mode trunk (将channel-group1设置为trunk)S2(config-if)#%LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel 1, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel 1, changed st
38、ate to upS2(config-if)#switchport trunk allowed vlan all(将channel-group1trunk设置为许可全部Vlan经过)S2(config-if)#endS2#show etherchannel summary (显示全部channel-group状态摘要)Flags: D - down P - in port-channel I - stand-alone s - suspended H - Hot-standby (LACP only) R - Layer3 S - Layer2 U - in use f - failed to
39、 allocate aggregator u - unsuitable for bundling w - waiting to be aggregated d - default portNumber of channel-groups in use: 1Number of aggregators: 1Group Port-channel Protocol Ports-+-+-+-1 Po1(SU) PAgP Fa0/1(D) Fa0/2(D) S12#、以一样方法在S2创建并配置channel-group2,并将端口0/3和0/4拉入。S2(config)#interface range f
40、astEthernet 0/3-4(群体设置端口)S2(config-if-range)#channel-group 2 mode on(以仅许可以太网通道方法将端口0/3-4组拉入channel-group 2)%LINK-5-CHANGED: Interface Port-channel 1, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel 1, changed state to upS2(config-if-range)#exitS2(config)#interface por
41、t-channel 2(进入channel-group2设置状态)S2(config-if)#switchport mode trunk (将channel-group2设置为trunk)S2(config-if)#%LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel 2, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel 2, changed state to upS2(config-if)#switchport trunk allowed vlan all(将channel-group2trunk设置为许可全部Vlan经过)S2
©2010-2024 宁波自信网络信息技术有限公司 版权所有
客服电话:4008-655-100 投诉/维权电话:4009-655-100