如果您无法下载资料,请参考说明:
1、部分资料下载需要金币,请确保您的账户上有足够的金币
2、已购买过的文档,再次下载不重复扣费
3、资料包下载后请先用软件解压,在使用对应软件打开
1VLAN(VirtualLocalAreaNetwork) VLAN是在一个物理网络上划分出来的逻辑网络。这个网络对应于OSI模型的第二层网络。VLAN的划分不受网络端口的实际物理位置的限制。VLAN有着和普通物理网络同样的属性。第二层的单播、广播和多播帧在一个VLAN内转发、扩散,而不会直接进入其他的VLAN之中。 有助于控制流量、减少设备投资、简化网络管理、提高网络的安全性。 创建VLAN100,将它命名为test的例子 Switch#configureterminal Switch(config)#vlan100 Switch(config-vlan)#nametest Switch(config-vlan)#end 把ethernet0/10作为access口加入了VLAN100 Switch#configureterminal Switch(config)#interfacefastethernet0/10 Switch(config-if)#switchportmodeaccess Switch(config-if)#switchportaccessvlan100 Switch(config-if)#end 在Trunk链路上传输多个VLAN信息 要求Trunk至少要100M。配置TagVLAN-Trunk下面是一个把端口0/15配置为TRUNK端口,但是不包含VLAN2的例子: Switch(config)#interfacefastethernet0/15 Switch(config-if)#switchporttrunkallowedvlanremove2 Switch(config-if)#end Switch#showinterfacesfastethernet0/15switchport InterfaceSwitchportModeAccessNativeProtectedVLANlists ------------------------------------------------------------------ Fa0/15EnabledTrunk11Enabled1,3-4093 显示VLAN Switch#showvlan VLANNameStatusPorts ---------------------------------------------- 1defaultactiveFa0/1,Fa0/2,Fa0/3,Fa0/4 Fa0/6,Fa0/7,Fa0/8,Fa0/9 Fa0/10,Fa0/11,Fa0/12,Fa0/13 Fa0/18,Fa0/19,Fa0/20,Fa0/21 2VLAN0002activeFa0/5,Gi0/2 4VLAN0004activeFa0/14,Fa0/15,Fa0/16,Fa0/17 5VLAN0005activeFa0/22,Fa0/23,Fa0/24,Gi0/1在集群管理下如何配置VLAN: Switch(config)#interfacefastethernet1/0/10 Switch(config-if)#switchportmodeaccess Switch(config-if)#switchportaccessvlan100 Switch(config-if)#exit Switch(config)#interfacefastethernet1/0/15 Switch(config-if)#switchportmodetrunk Switch(config-if)#end Switch(config)#member1 Switch@1(config)#interfacefastethernet1/0/10 Switch@1(config-if)#switchportmodeaccess Switch@1(config-if)#switchportaccessvlan100 Switch@1(config-if)#exit 隔离的广播域VLAN间通信的方法使用路由器进行VLAN间路由1617配置方法
my****25
实名认证
内容提供者
最近下载