1课程名:通信工程专业综合实验(计算机网络)姓名学号:程煜钧(10211004)班级:通信1001指导老师:卢燕飞2实验一网络设备的基本操作与连接调试一、实验内容:1、通过concole方式对路由器或交换机进行管理;2、完成Telent方式对路由器或交换机进行管理操作;3、利用tftpserver实现计算机和设备(交换机和路由器)之间的数据备份二、实验配置文件及其注释(仅标注与实验内容有关的部分)#version5.20,Release1809P01#sysnameertaozi//系统名称为ertaozi#superpasswordlevel3simplehaha//将用户切换到level3的密码为haha,明文显示#domaindefaultenablesystem#telnetserverenable#darp2psignature-fileflash:/p2p_default.mtd#port-securityenable#vlan1#domainsystemaccess-limitdisablestateactiveidle-cutdisableself-service-urldisable#user-groupsystem#local-useradminpasswordcipher.]@USE=B,53Q=^Q`MAF41!!authorization-attributelevel3service-typetelnet3local-userhaha//用户名设置为hahapasswordsimplehaha//密码明文显示hahaservice-typetelnet//服务类型telnetlocal-usertestpasswordsimpletestservice-typetelnet#interfaceAux0asyncmodeflowlink-protocolppp#interfaceCellular0/0asyncmodeprotocollink-protocolppp#interfaceEthernet0/0//以太网0/0端口portlink-moderoute//端口工作在第三层,路由器模式ipaddress192.168.0.1255.255.255.0//ip地址为192.168.0.1子网掩码为24个1#interfaceSerial0/0link-protocolppp#interfaceNULL0#interfaceVlan-interface1ipaddress192.168.1.1255.255.255.0#interfaceEthernet0/1portlink-modebridge#interfaceEthernet0/2portlink-modebridge#interfaceEthernet0/3portlink-modebridge#interfaceEthernet0/4portlink-modebridge#subscriber-line1/0#subscriber-line1/1#loadxml-configuration4#loadtr069-configuration#user-interfacetty12user-interfaceaux0user-interfacevty04authentication-modescheme//使用本地认证授权方式#return三、分析实验中所遇到的问题1、实验中我们按照书上的要求将代码输入超级终端中,系统却提示找不到该指令。于是我们小组又将代码输入了很多遍,结果发现代码一模一样,但是却根本不能得到我们想要的结果。最后找到原因,原来有些命令是需要在系统视图中完成,而有些命令是需要在用户视图中完成的。系统视图表示为“[]”,而用户视图表示为“”。2、在做TFTP实验的时候,打开Cisco的TFTPServer,发现里面的界面是一片空白,并无法输入命令,而书上却说有命令输入。后来我们才知道,书上的指令应该是在PC机上的CMD中输入的,而CiscoTFTP的空白界面是用来显示导入导出配置文件的日志的。四、思考题1、路由器中的FLASH相当于普通计算机中的功能是什么?答:路由器的FLASH是一种可擦写、可编程的ROM,它是存贮CISCOIOS软件的地方,可以通过写入新版本的IOS对路由器进行软件升级(针对CISCO路由器来说),相当于计算机中的硬盘,FLASH中的程序在系统掉电后不会丢失。2、比较路由器的current-configuration命令和saved-configuration命令答:路由器的current-configuration命令会在界面中显示当前的配置,而saved-configuration命令会在界面中显示当前系统的FLASH中保存的配置文件。5实验二网络交换机实验一、实验内容1.测试一台交换机上不同Ethernet端口,当属于不同VLAN时的网络连通性2.实现两台交换机上,相同VLAN配置端口的连通3.交换机接入认证实验二、VLAN实验设备连接图和实验配置文件及其注释(仅标注与实验内容有关的部分)实验中采用1/0/1和1/0/3为绑定在VLAN2的端口1/0/10为Trunk口,如图。H3Cdisplaycur#sysnameH3C#loopback-detectionenable#E1/0/10E1/0/4SWBSWAE1/0/1E1/0/3E1/0/1E1/0/2PCAPCBPCCPCD6radiusschemesystem#domainsystem#vlan1to2#interfaceAux1/0/0#interfaceEthernet1/0/1portaccessvlan2//将端口1/0/1绑定到VLAN2中loopback-detectionenable#interfaceEthernet1/0/2loopback-detectionenable#interfaceEthernet1/0/3//将端口1/0/3绑定到VLAN2中portaccessvlan2loopback-detectionenable#interfaceEthernet1/0/4loopback-detectionenable#interfaceEthernet1/0/5loopback-detectionenable#interfaceEthernet1/0/6loopback-detectionenable#interfaceEthernet1/0/7loopback-detectionenable#interfaceEthernet1/0/8loopback-detectionenable#interfaceEthernet1/0/9loopback-detectionenable#interfaceEthernet1/0/10portlink-typetrunkporttrunkpermitvlan1to2//设置Trunk链路端口为Ethernet1/0/10loopback-detectionenable#interfaceEthernet1/0/11loopback-detectionenable7#interfaceEthernet1/0/12loopback-detectionenable#interfaceEthernet1/0/13loopback-detectionenable#interfaceEthernet1/0/14loopback-detectionenable#interfaceEthernet1/0/15loopback-detectionenable#interfaceEthernet1/0/16loopback-detectionenable#interfaceEthernet1/0/17loopback-detectionenable#interfaceEthernet1/0/18loopback-detectionenable#interfaceEthernet1/0/19loopback-detectionenable#interfaceEthernet1/0/20loopback-detectionenable#interfaceEthernet1/0/21loopback-detectionenable#interfaceEthernet1/0/22loopback-detectionenable#interfaceEthernet1/0/23loopback-detectionenable#interfaceEthernet1/0/24loopback-detectionenable#interfaceGigabitEthernet1/1/1#interfaceGigabitEthernet1/1/2shutdown8#interfaceGigabitEthernet1/2/1#interfaceGigabitEthernet1/2/2shutdown#interfaceNULL0#user-interfaceaux0user-interfacevty04#returnH3C三、交换机端口安全技术实验设备连接图和实验配置文件及其注释(仅标注与实验内容有关的部分)本小组实验采用1/0/10和1/0/12作为使用802.1x协议的端口,如图。SWAE1/0/10E1/0/12PCAPCB9[H3C]displaycur#sysnameH3C#loopback-detectionenable#dot1x#radiusschemesystem#domaindot1xdomainsystem#local-userhaha//用户名为hahapasswordsimplehaha//密码为明文显示hahaservice-typelan-access//服务类型为局域网接入#vlan1to2#interfaceAux1/0/0#interfaceEthernet1/0/1portaccessvlan2loopback-detectionenable#interfaceEthernet1/0/2loopback-detectionenable#interfaceEthernet1/0/3portaccessvlan2loopback-detectionenable#interfaceEthernet1/0/4loopback-detectionenable#interfaceEthernet1/0/5loopback-detectionenable#interfaceEthernet1/0/6loopback-detectionenable#interfaceEthernet1/0/7loopback-detectionenable#10interfaceEthernet1/0/8loopback-detectionenable#interfaceEthernet1/0/9loopback-detectionenable#interfaceEthernet1/0/10//Ethernet1/0/10端口采用dot1x协议保护安全portlink-typetrunkporttrunkpermitvlan1to2loopback-detectionenabledot1x#interfaceEthernet1/0/11loopback-detectionenable#interfaceEthernet1/0/12//Ethernet1/0/12端口采用dot1x协议保护安全loopback-detectionenabledot1x#interfaceEthernet1/0/13loopback-detectionenable#interfaceEthernet1/0/14loopback-detectionenable#interfaceEthernet1/0/15l