欢迎来到天天文库
浏览记录
ID:24159393
大小:79.50 KB
页数:4页
时间:2018-11-12
《实验四虚拟局域网--跨交换机实现vlan》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、实验三虚拟局域网VLAN-跨交换机实现VLAN【实验名称】跨交换机实现VLAN【实验目的】理解VLAN如何跨交换机实现。【背景描述】假设某企业有2个主要部门:销售部和技术部,其中销售部门的个人计算机系统分散连接在2台交换机上,他们之间需要相互进行通信,但为了数据安全起见,销售部和技术部需要进行相互隔离,现要在交换机上做适当配置来实现这一目标。【实现功能】使在同一VLA.里的计算机系统能跨交换机进行相互通信,而在不同VLAN里的计算机系统不能进行相互通信。【实验拓扑】【实验设备】S2126G(2台)【实验步骤】第一步:在交换机SwitchA上创建Vian10,并将0/5端口划分
2、到Vian10中。SwitchA#configureterminal!进入全局配置模式。SwitchA(config)#vlan10!创建Vian10。SwitchA(config-vlan)#namesales!将Vian10命名为sales。SwitchA(config~v1an)#exitSwitchA(config)ttinterfacefastethernet0/5!进入接口配置模式。SwitchA(config-if)#switchportaccessvlan10!将0/5端口划分到Vian10。验证测试:验证已创建了Vlan10,并将0/5端口已划分到Vlan10
3、中。SwitchA#showvlanid10VLANNameStatusPorts10salesactiveFaO/5第二步:在交换机SwitchA上创建Vian20,并将0/15端口划分到Vian20中。SwitchA(config)#vlan20!创建Vian20。SwitchA(config-vlan)#nametechnical!将Vian20命名为technical。SwitchA(config-vlan)#cxitSwitchA(config)#interfacefastethernet0/15!进入接口配置模式。SwitchA(config_if)#switchp
4、ortaccessvlan20!将0/15端口划分到Vian20。验证测试:验证已创建了Vlan20,并将0/15端口已划分到Vlan20中。SwitchAftshowvlanid20VLANNameStatusPorts20technicalactiveFaO/15第三步:在交换机SwitchA上将与SwitchB相连的端口(假设为0/24端口)定义为tagvlan模式。SwitchA(config)ttinterfacefastethernet0/24!进入接口配置模式。SwitchA(config~if)#switchportmodetrunkM^fastethernet
5、0/24端口设为tagvlan模式。验证测试:验证fastethernet0/24端口已被设置为tagvlan模式。SwitchA#showinterfacesfastEthernet0/24switchportInterfaceSwitchportModeAccessNativeProtectedVLANlistsFaO/24EnabledTrunk11DisabledAll第四步:在交换机SwitchB上创建Vlan10,并将0/5端口划分到Vlan10中。SwitchB#configureterminal!进入全局配置模式。SwitchB(config)#vlan10!创
6、建Vlan10。SwitchB(config-vlan)#namesales!将Vlan10命名为sales。SwitchB(config-vlan)#exitSwitchB(config)ttinterfacefastethernet0/5!进入接口配置模式。SwitchB(config-if)#switchportaccessvlan10!将0/5端口划分到Vlan10。验证测试:验证已在SwitchB上创建了Vlan10,并将0/5端口已划分到Vlan10中。SwitchB#showvlanid10VLANNameStatusPorts10salesactiveFaO/5
7、第五步:在交换机SwitchB上将与SwitchA相连的端口(假设为0/24端口)定义为tagvlan模式。SwitchB(config)^interfacefastethernet0/24!进入接口配置模式。SwitchB(config-if)#switchportmodetrunkM^fastethernet0/24端口设为tagvlan模式。验证测试:验证fastethernet0/24端口已被设置为tagvlan模式。SwitchB#showinterfacesfastEtherne
此文档下载收益归作者所有