版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、南昌航空大学实验报告课程名称:计算机网络 实验名称: 实验五 配置VLAN 班 级: 070613 学生姓名: 严斌 学号: 07061324 指导教师评定: 签 名: 一、 实验目的1. 配置VLAN2. 通过VLAN Trunk配置跨交换机的VLAN3. 配置VTP4. 查看上述配置项目的有关信息二、 设备需求 本实验需要以下设备:1. Cisco Catalyst 2950 系列交换机2台,型号不限;2. 交叉线序网线1条;3. 1台带有超级终端程序的PC机,以及Console电缆及转换器。三、 拓扑结构及配置说明图 8-1 网络拓扑图如图所示用交叉网线把C2950A的FastEther
2、net0/24端和C2950B的FastEthernet0/24端口连接起来。四、 实验步骤及要求1. 在2950系列交换机上配置VTP和VLAN的方法有两种,本实验演示的是使用vlandatabase命令的一种;另一种是在全局配置模式下发出配置命令,格式与vlan database方式相似。方法如下:1) vlan vlan-id 输入一个VLAN号, 然后进入vlan配置状态,可以输入一个新的VLAN号或旧的来进行修改。2) name vlan-name (可选)输入一个VLAN名,如果没有配置VLAN名,缺省的名字是VLAN号前面用0填满的4位数,如VLAN0004是VLAN4的缺省名字
3、.2. 首先使用vlan database命令进入VLAN配置模式。在VLAN配置模式下,可以设置VTP的一系列属性,如vtp?命令所示,也可以对VLAN进行定义。3. 把C2950A交换机设置成VTP Server模式(缺省配置),VTP域名为Test。4. 定义V10、V11、V12和V13等4个VLAN。5. show vtp status命令显示了VTP相关的配置和状态信息,我们应主要关注VTP模式、域名,VLAN数量等信息。6. show vtp counters命令列出了VTP的统计信息,表明各种VTP相关包的收发情况,因为C2950A交换机与C2950B交换机没有进行VTP信息的
4、传输,所以各项数值均为0。7. 在接口配置模式下的switchport mode access命令设置对应端口为静态VLAN访问模式。8. 在接口配置模式下的switchport access vlan命令把端口分配给相应的VLAN。9. 在第2段中,配置了C2950B交换机的VTP属性,域名设为Test,模式为Client。10. 第3段设置了C2950A和C2950B之间的VLAN Trunk。所使用的命令是在接口配置模式下发出switchport mode trunk。当然这是命令的一种形式,设置Trunk还有其他可选的命令形式。11. show interface fa0/24 swi
5、tchport查看了Fa0/24端口上的交换端口属性,我们关心的是几个与Trunk相关的信息。它们是:运行方式为Trunk、Trunk,封装格式为802.1Q、Trunk中允许所有VLAN传输等。12. 完成两台交换机之间的Trunk配置后,可以看到C2950B交换机上的VTP和VLAN属性已经可以从C2950A交换机自动获得。13. 最后发出的ping指令表明C2950A和C2950B之间在IP层是连通的,并且再次验证了Trunk的工作是正常的。五、 实验结果第一段 配置2950A交换机的VTP CLI session with the switch is open. To end the
6、CLI session, enter Exit.Switch%LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down%LINK-3-UPDOWN: Interface FastEthernet0/2, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthe
7、rnet0/2, changed state to down%LINK-3-UPDOWN: Interface FastEthernet0/3, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to down%LINK-3-UPDOWN: Interface FastEthernet0/4, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthe
8、rnet0/4, changed state to down%LINK-3-UPDOWN: Interface FastEthernet0/5, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/5, changed state to down%LINK-3-UPDOWN: Interface FastEthernet0/6, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthe
9、rnet0/6, changed state to down%LINK-3-UPDOWN: Interface FastEthernet0/7, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/7, changed state to down%LINK-3-UPDOWN: Interface FastEthernet0/8, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthe
10、rnet0/8, changed state to down%LINK-3-UPDOWN: Interface FastEthernet0/9, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/9, changed state to down%LINK-3-UPDOWN: Interface FastEthernet0/10, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEth
11、ernet0/10, changed state to down%LINK-3-UPDOWN: Interface FastEthernet0/11, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/11, changed state to down%LINK-3-UPDOWN: Interface FastEthernet0/12, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface Fas
12、tEthernet0/12, changed state to down%LINK-3-UPDOWN: Interface FastEthernet0/12, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/12, changed state to upSwitchenSwitch#conf tEnter configuration commands, one per line. End with CNTL/Z.Switch(config)#hostn C2590AC2590A(c
13、onfig)#Z%SYS-5-CONFIG_I: Configured from console by consoleC2590A#conf tEnter configuration commands, one per line. End with CNTL/Z.C2590A(config)#int vlan1C2590A(config-if)#ip addr 192.1.1.1 255.255.255.0C2590A(config-if)#no shut%LINK-3-UPDOWN: Interface Vlan 1, changed state to upC2590A(config-if)
14、#exitC2590A(config)#exitC2590A#vlan databaseC2590A(vlan)#vtp ?domain Set the name of the VTP administrative domain.client Set the device to client mode.server Set the device to server mode.transparent Set the device to transparent mode.password Set the password for the VTP administrative domain.C259
15、0A(vlan)#vtp server /将C2950A配置成vtp serverC2590A(vlan)#vtp domain Test /将VTP域命名为TestChanging VTP domain from NULL to testC2590A(vlan)#vlan 10 name V10 /定义Vlan 10命名为V10VLAN 10 added: Name:V10C2590A(vlan)#vlan 11 name V11VLAN 11 added: Name:V11C2590A(vlan)#vlan 12 name V12VLAN 12 added: Name:V12C2590A(
16、vlan)#vlan 13 name V13VLAN 13 added: Name:V13C2590A(vlan)#exitAPPLY completed.Exiting.C2590A#sh vtp statusVTP Version : 2Configuration Revision : 2Maximum VLANs supported locally : 64Number of existing VLANs : 9VTP Operating Mode : ServerVTP Domain Name : testVTP Pruning Mode : DisabledVTP V2 Mode :
17、 DisabledVTP Traps Generation : DisabledMD5 digest : 0xEE 0xB3 0xDC 0x9F 0xE2 0xE0 0x25 0xDFConfiguration last modified by 0.0.0.0 at 3-1-93 04:55:57Local updater ID is 0.0.0.0 (no valid interface found)C2590A#sh vtp counters % Invalid input detected at marker.C2590A#conf tEnter configuration comman
18、ds, one per line. End with CNTL/Z./将Fa0/1接口加入到Vlan 10中C2590A(config)#int fa0/1C2590A(config-if)#switchport mode accessC2590A(config-if)#switchport access vlan 10C2590A(config-if)#exitC2590A(config)#int fa0/2C2590A(config-if)#switchport mode accessC2590A(config-if)#switchport access vlan 11C2590A(con
19、fig-if)#exitC2590A(config)#int fa0/3C2590A(config-if)#switchport mode accessC2590A(config-if)#switchport access vlan 12C2590A(config-if)#int fa0/4C2590A(config-if)#switchport mode accessC2590A(config-if)#switchport access vlan 13C2590A(config-if)#Z%SYS-5-CONFIG_I: Configured from console by consoleC
20、2590A#sh vlan briefVLAN Name Status Ports- - - -1 default active Fa0/5, Fa0/6, Fa0/7, Fa0/8 Fa0/9, Fa0/10, Fa0/11, Fa0/1210 V10 active Fa0/111 V11 active Fa0/212 V12 active Fa0/313 V13 active Fa0/41002 fddi-default active1003 token-ring-default active1004 fddinet-default active1005 trnet-default act
21、ive第二段 配置2950B交换机的VTP CLI session with the switch is open. To end the CLI session, enter Exit.%LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down%LINK-3-UPDOWN: Interface FastEthernet0/2, changed state
22、 to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to down%LINK-3-UPDOWN: Interface FastEthernet0/3, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to down%LINK-3-UPDOWN: Interface FastEthernet0/4, changed state
23、 to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/4, changed state to down%LINK-3-UPDOWN: Interface FastEthernet0/5, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/5, changed state to down%LINK-3-UPDOWN: Interface FastEthernet0/6, changed state
24、 to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/6, changed state to down%LINK-3-UPDOWN: Interface FastEthernet0/7, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/7, changed state to down%LINK-3-UPDOWN: Interface FastEthernet0/8, changed state
25、 to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/8, changed state to down%LINK-3-UPDOWN: Interface FastEthernet0/9, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/9, changed state to down%LINK-3-UPDOWN: Interface FastEthernet0/10, changed stat
26、e to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/10, changed state to down%LINK-3-UPDOWN: Interface FastEthernet0/11, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/11, changed state to downSwitchSwitchenSwitch#conf tEnter configuration comma
27、nds, one per line. End with CNTL/Z.Switch(config)#hostn C2590B /配置Vlan 1的IPC2590B(config)#int vlan1C2590B(config-if)#ip addr 192.1.1.2 255.255.255.0C2590B(config-if)#no shut%LINK-3-UPDOWN: Interface Vlan 1, changed state to upC2590B(config-if)#exitC2590B(config)#exit /将C2950B上配置成Vtp clientC2590B#vla
28、n databaseC2590B(vlan)#vtp domain TestChanging VTP domain from NULL to testC2590B(vlan)#vtp clientC2590B(vlan)#exitAPPLY completed.Exiting.配置和监测C2950A和C2950B交换机之间VLAN TrunkC2590A#conf tEnter configuration commands, one per line. End with CNTL/Z.C2590A(config)#int fa0/12C2590A(config-if)#switchport m
29、ode trunkC2590A(config-if)#Z%SYS-5-CONFIG_I: Configured from console by consoleC2590B#conf tEnter configuration commands, one per line. End with CNTL/Z.C2590B(config)#int fa0/12C2590B(config-if)#switchport mode trunkC2590B(config-if)#Z%SYS-5-CONFIG_I: Configured from console by consoleC2590B#sh int
30、fa0/12 switchportName: Fa0/12Switchport: EnabledAdministrative mode: trunkOperational mode: trunkAdministrative Trunking Encapsulation: dot1qNegotiation of Trunking: OnAccess Mode VLAN: 1 (default)Trunking Native Mode VLAN: 1 (default)Trunking VLANs Enabled: ALLPruning VLANs Enabled: 2-1001Protected: falseVoice vlan: none (Inactive)Appliance trust: noneC2590B#sh vtp statusVTP V
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 门市出租合同范本
- 园林花木租赁合同格式
- 庭院房购房合同范本2024年
- 砌筑工程-砖砌体施工
- 股权投资公司抵押担保借款合同范本
- 关于离婚协议书范本建议
- 家政服务人员劳动合同案例
- 2024年幼儿食材配送协议样本
- 识别并规避劳动合同中的霸王条款
- 2024版产品买卖协议书格式示例
- 安徽省合肥市第五十中学西校区2024-2025学年期中考试七年级数学试题(无答案)
- 沪教版四年级上册期中复习数学试卷(一)
- 广东省广州市2024-2025学年上学期八年级数学期中复习试卷
- TWSJD 66-2024 放射工作人员职业健康检查技术指南
- 医院介绍课件模板
- 20世纪时尚流行文化智慧树知到期末考试答案2024年
- 第四章-国防动员
- 第一讲军事思想概论
- 普及人民代表大会制度知识竞赛试题库(1000题和答案)
- 兰亭序中楷毛笔临摹字帖(可打印)
- 乔布斯发布会模板PPT优秀课件
评论
0/150
提交评论