您好,欢迎访问三七文档
当前位置:首页 > 临时分类 > 网络互连实验报告(思科模拟器)
《网络互联设计课程实验报告》16/17学年第二学期姓名:_学号:_班级:指导教师:计算机科学与工程学院2017【实验目的】熟练应用所学知识来实现三种状态:全网连通状态、远程登录状态和流量控制状态。【背景描述】某校园网中,接入层设备采用二层交换机,汇聚层设备采用三层交换机,在接入交换机上划分了办公子网VLAN20和学生子网VLAN30,在汇聚交换机上划分了服务器子网VLAN10,为了保证网络的稳定性,接入层和汇聚层通过两条链路相连。汇聚层交换机与RouterA相连,RouterA与RouterB相连,RouterB连接到ISP,通过ISP连接到Internet,另外在RouterB上连有一台主机PC4,禁止VLAN30网段的主机访问PC4,其他通过路由协议,实现全网互通。另外,为了网管人员管理设备方便,要求在任意主机上都能远程登录任意一台交换机或路由器。【实验器材】1)思科模拟器【实验过程】A:实现全网连通状态IP地址子网掩码网关Server0192.168.1.129255.255.255.192192.168.1.190PC0192.168.1.1255.255.255.192192.168.1.62PC1192.168.1.65255.255.255.192192.168.1.126PC2192.168.4.1255.255.255.0192.168.4.254二层交换机的配置spanning-treemodepvst生成树协议interfaceFastEthernet0/10/1接口划分到vlan20switchportaccessvlan20interfaceFastEthernet0/20/2接口划分到vlan30switchportaccessvlan30!interfaceFastEthernet0/30/3接口和0/4接口开启trunkswitchportmodetrunk模式作为冗余接口interfaceFastEthernet0/4switchportmodetrunk三层交换机的配置iprouting开启路由功能!spanning-treemodepvst生成树协议interfaceFastEthernet0/10/1接口划分到vlan10switchportaccessvlan10!interfaceFastEthernet0/20/20/30/4接口开启trunkswitchportmodetrunk模式!interfaceFastEthernet0/3switchporttrunkencapsulationdot1qswitchportmodetrunk!interfaceFastEthernet0/4switchporttrunkencapsulationdot1qswitchportmodetrunk!interfaceVlan10为三个vlan分配IP地址(不ipaddress192.168.1.190255.255.255.192同网段)!interfaceVlan20ipaddress192.168.1.62255.255.255.192!interfaceVlan30ipaddress192.168.1.126255.255.255.192在二层交换机中配置VLANSwitch#confterEnterconfigurationcommands,oneperline.EndwithCNTL/Z.Switch(config)#vlan20Switch(config-vlan)#nameteacherSwitch(config-vlan)#exitSwitch(config)#interfacefast0/1Switch(config-if)#switchportaccessvlan20Switch(config-if)#exitSwitch(config)#vlan30Switch(config-vlan)#namestudentSwitch(config-vlan)#interfacefast0/2Switch(config-if)#switchportaccessvlan30Switch(config-if)#exitSwitch(config)#intvlan20Switch(config-if)#Switch(config-if)#ipaddress192.168.1.62255.255.255.192Switch(config-if)#noshutdownSwitch(config-if)#exitSwitch(config)#intvlan30Switch(config-if)#ipaddress192.168.1.127255.255.255.192Switch(config-if)#noshutdownSwitch(config-if)#exitSwitch(config)#在三层交换机中配置VLANSwitch(config)#vlan10Switch(config-vlan)#nameserverSwitch(config-vlan)#exitSwitch(config)#vlan20Switch(config-vlan)#nameteacherSwitch(config-vlan)#exitSwitch(config)#vlan30Switch(config-vlan)#namesutdentSwitch(config-vlan)#exitSwitch(config)#interfacefast0/1Switch(config-if)#switchportaccessvlan10Switch(config-if)#exitSwitch(config)#intvlan10Switch(config-if)#%LINK-5-CHANGED:InterfaceVlan10,changedstatetoup%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceVlan10,changedstatetoupSwitch(config-if)#ipadd192.168.1.190255.255.255.192Switch(config-if)#noshutdownSwitch(config-if)#exitSwitch(config)#intvlan20Switch(config-if)#%LINK-5-CHANGED:InterfaceVlan20,changedstatetoupSwitch(config-if)#ipadd192.168.1.62255.255.255.192Switch(config-if)#noshutdownSwitch(config-if)#exitSwitch(config)#intvlan30Switch(config-if)#%LINK-5-CHANGED:InterfaceVlan30,changedstatetoupSwitch(config-if)#ipadd192.168.1.126255.255.255.192Switch(config-if)#noshutdownSwitch(config-if)#exit(将连接到路由器的端口改为trunk模式)Switch(config)#interfacefast0/2Switch(config-if)#switchportmodeaccessSwitch(config-if)#switchportmodetrunk在三(二)层交换机中配置svi和生成树协议Switch(config)#interfacefast0/3Switch(config-if)#switchportmodetrunkCommandrejected:AninterfacewhosetrunkencapsulationisAutocannotbeconfiguredtotrunkmode.(不能直接转换为trunk,所以先转换为access)Switch(config-if)#switchportmodeaccessSwitch(config-if)#switchportmodetrunkSwitch(config-if)#%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceFastEthernet0/3,changedstatetodown%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceFastEthernet0/3,changedstatetoup%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceVlan20,changedstatetoup%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceVlan30,changedstatetoupSwitch(config-if)#interfacefast0/4Switch(config-if)#switchportmodeaccessSwitch(config-if)#switchportmodetrunkSwitch(config-if)#%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceFastEthernet0/4,changedstatetodown%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceFastEthernet0/4,changedstatetoupSwitch(config-if)#exit在router0上实现单臂路由配置Router#conftEnterconfigurationcommands,oneperline.EndwithCNTL/Z.Router(config)#intf0/0Router(config-if)#noipaddRouter(config-if)#duplexautoRouter(config-if)#speedautoRouter(config-if)#exitRouter(config)#intfast0/0.1Router(config-subif)#%LINK-5-CHANGED:InterfaceFastEthernet0/0.1,changedstatetoup%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceFastEthernet0/0.1,changedstatetoupRouter(config-subif)#encdot1q20Router(config-subif)#ipadd192.168.1.62255.255.255.192Router(config-subif)#intf0/0.2Router(config-subif)#%LINK-5-CHANGED:InterfaceFastEthernet0/0.2,changedstatetoup%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceFastEthernet0/0.2,changedstatetoupRouter(config-subif)#encdot1q30Router(config-subif)#ipadd192.168.1.126255.255.255.192Router(config-subif)#intf0/0.3Router(config-subif)#%LINK-5-CHANGED:InterfaceFastEthernet0/0.3,changedstatetoup%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceFastEthernet0/0.3,changedstatetoupRouter(config-subif)#encdot1q10Router(
本文标题:网络互连实验报告(思科模拟器)
链接地址:https://www.777doc.com/doc-4294908 .html