拓扑图实验一:STP之PVST(基于每个vlan的生成树)的配置(1)将交换机之间的链路都设置为trunk,利用vtp在交换机上创建vlan2s1(config)#interfacerangefastEthernet0/1-3s1(config-if-range)#switchportmodetrunks2(config)#interfacerangefastEthernet0/1-3s2(config-if-rang..
分类:
其他好文 时间:
2015-04-17 18:34:18
阅读次数:
244
如果服务器上连的交换机端口已经预先设置了TRUNK,并允许特定的VLAN可以通过,那么服务器的网卡在配置时就必须指定所属的VLAN,否则就不通了,这种情形在虚拟化部署时较常见。例如在一个办公环境中,办公所在VLAN为1020,虚拟化的物理主机上有两块万兆网卡,分属与3111和3112VLA..
分类:
系统相关 时间:
2015-04-17 16:00:30
阅读次数:
287
#-*-encoding:utf-8-*-
#
#Copyright2012RedHat,Inc
#
#Author:EoghanGlynn<eglynn@redhat.com>
#
#LicensedundertheApacheLicense,Version2.0(the"License");youmay
#notusethisfileexceptincompliancewiththeLicense.Youmayobtain
#acopyoftheLicenseat
#
#http://www...
分类:
Web程序 时间:
2015-04-17 15:58:19
阅读次数:
200
VLAN终结是指trunk口与三层口连接时,三层口将VLAN tag去掉,VLAN终结于三层口中。为了让三层口能终结不同的VLAN,并且让VLAN间互通,引入了三层子接口的概念。假设HOST A与SW1/1连接,SW1/1为access口,属于VLAN 10;HOST B与SW1/2连接,SW1/2...
分类:
其他好文 时间:
2015-04-16 23:39:45
阅读次数:
601
跨vlan通信-----单臂路由技术实验目标:1):实现跨vlan通信为什么要使用vlan:1):提高性能-----------------同一个广播域发送广播,造成网络堵塞。2):提高安全性--------------同一广播域中,机器设备过多,安全性降低。实验网络拓扑pc1pc2pc3pc4VLAN划分与设定进入交换机..
分类:
其他好文 时间:
2015-04-15 23:36:38
阅读次数:
339
一拓扑图二配置私有vlan(pvlan)只有VTP模式为透明模式,才能配置pvlan(1)配置pc1-4及s2(给测试用)pc1-4按照拓扑图上的说明配置s2(config)#interfacefastEthernet0/1s2(config-if)#switchportmodeaccesss2(config)#interfacevlan200s2(config-if)#ipaddress172.16.1.100255...
分类:
其他好文 时间:
2015-04-14 23:31:27
阅读次数:
436
switch#deleteflash:vlan.datswitch#erasestart-config清除保存的配置vtp配置拓扑图如下:(1)配置中继s1(config)#interfacefastEthernet0/1s1(config-if)#switchportmodedynamicdesirables2(config)#interfacefastEthernet0/1s2(config-if)#switchportmodedynamicdesirables3(c..
分类:
其他好文 时间:
2015-04-14 20:04:43
阅读次数:
166
不同网关的两个网卡配置在机房需求配置两个网卡,一个网络可以上外网(eth0),一个只固定几个ip段可以访问(eth2)。在eth0上配置了vlan trunk模式, vlan id为1004。eth2为普通的接入模式。eth0和eth2的网络是隔离的。手动添加虚拟vlanvconfig add eth0 1004
ifconfig eth0.1004 10.128.4.1 netmask 255.2...
分类:
其他好文 时间:
2015-04-13 23:03:26
阅读次数:
209
编辑配置/sbin/service network restart/sbin/ip link add link eth0 name vlan2 type vlan id 2/sbin/ip link add link eth0 name vlan3 type vlan id 3/sbin/ip li...
分类:
其他好文 时间:
2015-04-13 01:34:10
阅读次数:
133
华为/H3C设备前提:需要事先配置VLAN IP地址// 进入全局配置模式。system-view// 设置系统启用的SNMP版本号[Quidway] snmp-agent sys-info version all// 设置团体名和访问权限。[Quidway] snmp-agent communit...
分类:
其他好文 时间:
2015-04-11 11:36:22
阅读次数:
168