您好,欢迎访问三七文档
当前位置:首页 > 商业/管理/HR > 质量控制/管理 > 网络工程实验(基于华为路由器_交换机)
网络工程实验指导书(基于华为路由器交换机)信管专业用实验1计算机和交换机的基本设置1.实验目的(1)学会计算机网中主机IP地址和网关地址的设置。(2)掌握主机与交换机间连通测试。(3)掌握交换机端口参数的设置,熟悉交换机私有地址的设定规则。2.实验拓扑结构3.实验内容与步骤(1)打开软件调用交换机和主机,建立实验拓扑要求的连接。(2)配置交换机名和密码,操作如下:Quidwaysystempassword:[Quidway]sysnameswitch;交换机命名[switch]superpasswordsimple111;设置特权密码[switch]user-interfacevty04[switch-ui-vty0-4]authentication-modepassword[switch-ui-vty0-4]setauthentication-modepasswordsimple222[switch-ui-vty0-4]userprivilegelevel3[switch-ui-vty0-4]quit[switch]quit(3)配置并查看VLANswitch]vlan2[switch-vlan2]portethernet0/2[switch-vlan2]porte0/4toet0/6[switch-vlan2]quit[switch]disvlan[switch]inte0/3[switch-Ethernet0/3]portaccessvlan2[switch-Ethernet0/3]quit[switch]disvlan[switch]discurr[switch]interfacevlan1[switch-Vlan-interface1]ipaddress10.65.1.8255.255.0.0[switch-Vlan-interface1]quit[switch]iproute-static0.0.0.00.0.0.010.65.1.2[switch]ipdefault-gateway10.65.1.2[switch]discurr[switch]save(4)配置主机地址login:rootpassword:linux[root@PCAroot]#ifconfigeth010.65.1.1netmask255.255.0.0[root@PCAroot]#ifconfig[root@PCAroot]#routeadddefaultgw10.65.1.2[root@PCAroot]#route(5)主机与交换机间的连通测试[root@PCAroot]#ping10.65.1.8[root@PCAroot]#telnet10.65.1.84.思考总结(1)特权密码的作用是什么?密码丢失如何处理?(2)主机地址与交换机IP地址设置应注意哪些问题。、实验2端口聚合配置1.实验目的(1)熟悉端口聚合命令的使用场合与注意事项(2)掌握端口聚合配置的基本方法(3)了解端口的属性类型2.实验拓扑结构3.实验内容步骤(1)打开实验软件调用两台交换机并按实验拓扑连接(2)配置交换机A的端口参数端口E0/1[Quidway]sysnameSwitchA[SwitchA]interfaceethernet0/1[SwitchA-Ethernet0/1]duplexfull[SwitchA-Ethernet0/1]speed100[SwitchA-Ethernet0/1]portlink-typetrunk[SwitchA-Ethernet0/1]porttrunkpermitvlanall端口E0/2[SwitchA-Ethernet0/1]inte0/2[SwitchA-Ethernet0/2]duplexfull[SwitchA-Ethernet0/2]speed100[SwitchA-Ethernet0/2]portlink-typetrunk[SwitchA-Ethernet0/2]porttrunkpermitvlanall(3)配置交换机B的端口参数[Quidway]sysnameSwitchB[SwitchB]interfaceethernet0/1[SwitchB-Ethernet0/1]duplexfull[SwitchB-Ethernet0/1]speed100[SwitchB-Ethernet0/1]portlink-typetrunk[SwitchB-Ethernet0/1]porttrunkpermitvlanall[SwitchB-Ethernet0/1]inte0/2[SwitchB-Ethernet0/2]duplexfull[SwitchB-Ethernet0/2]speed100[SwitchB-Ethernet0/2]portlink-typetrunk[SwitchB-Ethernet0/2]porttrunkpermitvlanall(4)配置端口聚合[SwitchA]link-aggregationethernet0/1toethernet0/2both[SwitchB]link-aggregationethernet0/1toethernet0/2both[SwitchA]displaylink-aggregationethernet0/1[SwitchA]undolink-aggregationall4.思考总结(1)TRUNK端口可否属于多个VLAN?(2)如何测试TRUNK端口的工作状态?实验3VLAN的配置1.实验目的(1)掌握VLAN命令使用的基本原则(2)掌握VLAN划分的规则(3)熟悉VLAN地址的分配方法(4)学会如何测试VLAN间的连通性2.实验拓扑结构3.实验内容与步聚(1)调用主机和交换机并按拓扑结构连(2)配置交换机A的VLAN[SwitchA]vlan2[SwitchA-vlan2]porte0/2[SwitchA-vlan2]porte0/3toe0/4[SwitchA-vlan2]vlan3[SwitchA-vlan3]porte0/5toe0/6[SwitchA]disvlanall[SwitchA]discurrent(3)配置交换机B的VLAN[SwitchB]vlan2[SwitchB-vlan2]porte0/3toe0/4[SwitchB-vlan2]vlan3[SwitchB-vlan3]porte0/5toe0/6[SwitchB-vlan3]quit[SwitchB]disvlanall[SwitchB]discurrent(4)配置主机的IP设置计算机的IP为:PCA:10.65.1.1PCB:10.66.1.1PCC:10.65.1.3PCD:10.66.1.3(5)测试VLAN的连通性[root@PCAroot]#ping10.65.1.1通(本机IP)[root@PCAroot]#ping10.65.1.3不通(中间连接线是vlan1)[root@PCAroot]#ping10.66.1.1不通(不同网络,不同vlan)[root@PCAroot]#ping10.66.1.3不通(不同网络,不同vlan)[root@PCBroot]#ping10.66.1.3不通(中间连接线是vlan1)4.思考与总结(1)不同交换机的端口是不可在同一VLAN上?(2)不同VLAN间主机是否可以通信?(3)不同交换机上相同ID的VLAN可否通信?实验4VLAN的高级配置1.实验目的(1)学习主VLAN与附VLAN的配置方法(2)了解主VLAN与子VLAN的关系(3)了解子VLAN间的连通关系(4)学会用VLAN技术管理网络2.实验拓扑结构3.实验内容与步骤(1)调用主机和交换机并按拓扑结构连(2)配置交换机A的VLAN[SwitchA]vlan2[SwitchA-vlan2]portethernet0/5toethernet0/6[SwitchA]vlan3[SwitchA-vlan3]portethernet0/7toethernet0/8[SwitchA]vlan5[SwitchA-vlan5]portethernet0/1toethernet0/4[SwitchA-vlan5]isolate-user-vlanenable;vlan5是主vlan[SwitchA-vlan5]quit[SwitchA]isolate-user-vlan5secondary2,3;vlan2,3是子vlan(3)配置交换机B的VLAN[SwitchB]vlan2[SwitchB-vlan2]portethernet0/5toethernet0/6[SwitchB]vlan3[SwitchB-vlan3]portethernet0/7toethernet0/8[SwitchA]vlan4[SwitchB-vlan4]portethernet0/1toethernet0/4[SwitchB-vlan4]isolate-user-vlanenable;vlan4是主vlan[SwitchB-vlan4]quit[SwitchB]isolate-user-vlan4secondary2,3;vlan2,3是子vlan(4)按拓扑结构配置主机地址A:10.65.1.1B:10.65.1.2C:10.65.1.3D:10.65.1.4(5)测试主VLAN与子VLAN的连通性(6)测试子VLAN间的边通性4.思考与总结(1)分析主与附VLAN的连通性(2)分析子VLAN间的连能性(3)附VLAN设置的必要性分析实验5交换机STP的配置1.实验目的(1)了解STP配置的目的和用途(2)了解STP解决广播风暴的基本原理(3)学会STP配置方法2.实验拓扑结构3.实验内容与步聚(1)调用主机和交换机并按拓扑结构连(2)启动各交换机的STP协议及优先级[Quidway]stp{enable|disable}[Quidway]stppriority4096设置交换机的优先级[Quidway]stprootprimary设置交换机为树根[Quidway-Ethernet0/1]stpcost200设置交换机端口的花费(3)查看STP的运行情况[Quidway]displaystp(4)查看端口STP状态运行信息[Quidway]displaystpinterfaceEthernet0/74.思考与总结(1)分析STP抑制广播风暴的基本原理(2)分析STP应用的环境要求实验6直连路由测试1.实验目的(1)掌握访问路由器的基本方法(2)掌握主机与路由连通的测试(3)网关的配置与连通性测试2.实验拓扑结构3.实验内容与步骤(1)调用路由器及主机,按拓扑结构要求连接设备(2)配置路由器口令及端口IPQuidwqysystempassword:[Quidway]interfaceethernet0/0[Quidway-Ethernet0/0]ipaddr10.65.1.2255.255.255.0[Quidway-Ethernet0/0]undoshutdown[Quidway-Ethernet0/0]inte0/1[Quidway-Ethernet0/1]ipaddr10.66.1.2255.255.255.0[Quidway-Ethernet0/1]undoshutdown激活端口(3)配置主机IP地址[root@PCAroot]#ifconfigeth010.65.1.1netmask255.255.0.0[root@PCBroot]#ifconfigeth010.66.1.1netmask255.255.0.0(4)主机与路由器的连通性测试[root@PCAroot]#ping10.65.1.2(通,没网关只能ping直连的口)[root@PCAroot]#ping10.66.1.2(不通,PCA没有设置网关)(5)网关的配置与连通性测试[root@PCAroot]#pin
本文标题:网络工程实验(基于华为路由器_交换机)
链接地址:https://www.777doc.com/doc-4214367 .html