1德州学院计算机系课程设计报告实习名称计算机网络设计题目三层交换机Vlan的划分实习时间2010.06.27-2010.07.04专业班级网络工程指导老师教学单位(盖章)小组分工情况:学号姓名分工二O一O年十二月二十五日2课程设计报告正文内容及格式要求:1、正文部分主要包括:选题背景、论点或方案论证、过程(设计或实验)论述、结果分析、结论或总结。2、标题:题目用小二号黑体字(加黑),居中;副标题用三号黑体字,紧挨正标题下居中,文字前加破折号。英文题目为18磅加粗TimesNewRoman字,副标题为16磅加粗TimesNewRoman字。3、课程设计报告格式要求:一级标题用小三号黑体字;二级标题用四号黑体字;三级标题用小四号黑体字;正文用宋体小四号字(英文用12磅TimesNewRoman字),采用1.5倍行距,标准字符间距:页码一律用小5号字标明。4、课程设计报告撰写要求:(1)文字通顺,语言流畅,能将设计过程表述清楚。(2)图表整洁,布局合理,须按国家规定的绘图标准绘制。(3)报告字数不少于3千字。3三层交换机(7604)Vlan的划分一、实验目的1、了解VLAN原理2、学会使用各种多层交换机设备进行VLAN的划分;3理解VLAN之间路由的原理和实现方法二、实验内容1、了解可网管交换机的结构;2、掌握VLAN的划分方法;3、掌握划分VLAN常用的命令。三、应用环境软件实验室的IP地址段是192.168.10.0/24,多媒体实验室的IP地址段是192.168.20.0/24,为了保证他们之间的数据互不干扰,也不影响各自的通信效率,我们划分了VLAN,使两个实验室属于不同的VLAN。两个实验室有时候也需要相互通信,此时就需要利用三层交换机划分VLAN。四、实验设备1.DCRS—7604(或5526S)交换机1台2.PC机2台3.Console线1根4.直通网线若干五、VLAN的概念:虚拟局域网是以局域网交换机为基础,通过交换机软件实现根据功能、部门、应用等因素将设备或用户组成虚拟工作组或逻辑网段的技术。特点是在组成逻辑网时无须考虑用户或设备在网络中的物理位置。VLAN可以在一个交换机或者跨交换机实现。六、VLAN的实现原理1986年3月,IEEE802委员会发布了IEEE802.1qVLAN标准。1988年,IEEE批准了802.3ac标准,这个标准定义了虚拟局域网的以太网帧格式,在传统的以太网的帧格式中插入一个4字节的标识符,称为4VLAN标记,用来指明发送该帧的工作站属于哪一个虚拟局域网,如图1所示。VLAN标记字段的长度是4字节,插在以太网MAC帧的源地址字段和长度/类型字段之间。七、实验拓扑使用一台交换机和两台PC机,还将其中PC2作为控制台终端,使用Console口配置方式,使用两根网线分别将PC1和PC2连接到交换机的RJ—45接口上。八、实验要求在交换机上划分两个基于端口的VLAN:VLAN100,VLAN200。VLAN端口成员51001/1—1/122001/13—1/24使得VLAN100的成员能够互相访问,VLAN200的成员能够互相访问,VLAN100和VLAN200成员之间不能互相访问。PC1和PC2的网络设置为:设备端口IP1网关1IP2网关2Mask交换机A192.168.1.1无192.168.1.1无255.255.255.0VLAN100无无192.168.10.1无255.255.255.0VLAN200无无192.168.20.1无255.255.255.0PC11--12192.168.1.101无192.168.10.101192.168.10.1255.255.255.0PC213--24192.168.1.102无192.168.20.101192.168.20.1255.255.255.0各设备的IP地址首先按照IP1配置,使用pc1pingpc2,应该不通,再按照IP2配置地址,并在交换机上配置VLAN接口IP地址,使用pc1pingpc2,则通,该通信属于VLAN间通信,要经过三层设备的路由。若实验结果和理论相符,则本实验完成。九、实验步骤第一步:启动超级终端:开始→程序→附件→通讯→超级终端,输入名称,如5526,选择com1,并设置相关配置,如下图所示,点击“确定”按钮即可。6第二步:交换机恢复出厂设置SWITCH#setdefaultAreyousure?[Y/N]=yDCRS-7604#writebeginwritingflash....endwritingflash.DCRS-5526S#reload第二步:给交换机设置IP地址即管理IPSwitch#ConfigswitchA(Config)#interfacevlan1switchA(Config-If-Vlan1)#ipaddress192.168.1.1255.255.255.0switchA(Config-If-Vlan1)#noshutdownswitchA(Config-If-Vlan1)#exitswitchA(Config)#exit第三步:创建vlan100和vlan200switchA#configswitchA(Config)#vlan1007switchA(Config-Vlan100)#exitswitchA(Config)#vlan200switchA(Config-Vlan200)#exitswitchA(Config)#验证配置:switchA#showvlanVLANNameTypeMediaPorts---------------------------------------------------------------------------1defaultStaticENETEthernet1/1Ethernet1/2Ethernet1/3Ethernet1/4Ethernet1/5Ethernet1/6Ethernet1/7Ethernet1/8Ethernet1/9Ethernet1/10Ethernet1/11Ethernet1/12Ethernet1/13Ethernet1/14Ethernet1/15Ethernet1/16Ethernet1/17Ethernet1/18Ethernet1/19Ethernet1/20Ethernet1/21Ethernet1/22Ethernet1/23Ethernet1/24100VLAN0100StaticENET200VLAN0200StaticENET第四步:给vlan100和vlan200添加端switchA(Config)#vlan100switchA(Config-Vlan100)#namevlan100!进入vlan100switchA(Config-Vlan100)#switchportinterfaceethernet1/1-12SettheportEthernet1/1accessvlan100successfullySettheportEthernet1/2accessvlan100successfullySettheportEthernet1/3accessvlan100successfully8SettheportEthernet1/4accessvlan100successfullySettheportEthernet1/5accessvlan100successfullySettheportEthernet1/6accessvlan100successfullySettheportEthernet1/7accessvlan100successfullySettheportEthernet1/8accessvlan100successfullySettheportEthernet1/9accessvlan100successfullySettheportEthernet1/10accessvlan100successfullySettheportEthernet1/11accessvlan100successfullySettheportEthernet1/12accessvlan100successfullyswitchA(Config-Vlan100)#exitswitchA(Config)#vlan200!进入vlan200switchA(Config-Vlan200)#switchportinterfaceethernet1/13-24SettheportEthernet1/13accessvlan200successfullySettheportEthernet1/14accessvlan200successfullySettheportEthernet1/15accessvlan200successfullySettheportEthernet1/16accessvlan200successfullySettheportEthernet1/17accessvlan200successfullySettheportEthernet1/18accessvlan200successfullySettheportEthernet1/19accessvlan200successfullySettheportEthernet1/20accessvlan200successfullySettheportEthernet1/21accessvlan200successfullySettheportEthernet1/22accessvlan200successfullySettheportEthernet0/0/23accessvlan200successfullySettheportEthernet0/0/24accessvlan200successfullyswitchA(Config-Vlan200)#%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceVlan1,changedstatetoDOWNswitchA(Config-Vlan200)#exit验证配置:Switch#showvlan9VLANNameTypeMediaPorts---------------------------------------------------------------------------1defaultStaticENETEthernet1/25Ethernet1/26Ethernet1/27Ethernet1/28100VLAN0100StaticENETEthernet1/1Ethernet1/2Ethernet1/3Ethernet1/4Ethernet1/5Ethernet1/6Ethernet1/7Ethernet1/8Ethernet1/9Ethernet1/10Ethernet1/11Ethernet1/12200VLAN0200StaticENETEthernet1/13Ethernet1/14Ethernet1/15Ethernet1/16Ethernet1/17Ethernet1/18Ethernet1/19Ethernet1/20Ethernet1/21Ethernet1/22Ethernet1/23Ethernet1/24Switch#第五步:验证实验。配置IP1的地址PC1位置PC2位置动作结果1/1—1/12端口1/13—1/24端口PC1pingPC2不通1/1—1/12端口1/1—1/12端口PC1pingPC2通第六步:添加VLANIP地址注意事项和排错和二层交换机不同,三层交换机可以在多个VLAN接口上配置IP地址。switch#configswitch(Config)#vlan100switch(Config-Vlan100)#interfacevlan10000:07:01:%LINK-5-