配置是需要注意三层交换机要启用路由功能、开启VLAN虚端口、启用三层交换机端口的三层功能等配置,以及接口配置的物理IP地址。SW1配置:intvlan2ipadd192.168.2.1255.255.255.0noshstandby2ip192.168.2.254standby2priority150standby2preemptstandby2trackf0/1100standby2trac..
分类:
其他好文 时间:
2014-08-21 19:41:25
阅读次数:
257
环境:
OpenWrt Development Trunk:
svn co svn://svn.openwrt.org/openwrt/trunk/
BUG:
1. 无线无法建立连接.
2. 无线建立连接获取IP地址失败,断开连接.
出现问题的时候会伴随以下dmesg
[ 3702.380000] ieee80211 phy0: rt2x00queue_write_tx...
分类:
其他好文 时间:
2014-08-19 20:57:55
阅读次数:
678
0. Google C++编程规范英文版:http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml中文版:http://zh-google-styleguide.readthedocs.org/en/latest/google-cp...
分类:
编程语言 时间:
2014-08-19 16:18:04
阅读次数:
359
一、命令行SW1interfaceVlan10ipaddress192.168.1.1255.255.255.0#interfaceEth-Trunk1portlink-typetrunkporttrunkallvlanall#interfaceGigabitEthernet0/0/4eth-trunk1#interfaceGigabitEthernet0/0/5eth-trunk1SW2同上二、建立顺序建立eth-trunk把接口划到eth-trunk中。三、..
分类:
其他好文 时间:
2014-08-19 14:43:45
阅读次数:
218
Route使用子接口配置fa0/0无IP并激活interfaceFastEthernet0/0noipaddressnoshut配置子接口1fa0/0.1interfaceFastEthernet0/0.1encapsulationdot1Q2(VLAN2)ipaddress10.10.10.1255.255.255.0noshut配置子接口2fa0/0.2interfaceFastEthernet0/0.2encapsulationdot1Q3(VLAN3)..
分类:
其他好文 时间:
2014-08-19 11:07:35
阅读次数:
255
目的:两个三层交换机下挂不同的vlan进行互通,所有端口都是access端口配置完成后10.86.3.50可以ping通所在设备的任意联网ipLSW4配置:<Huawei>displaycurrent-configuration#sysnameHuawei#vlanbatch2to4#clusterenablentdpenablendpenable#dropillegal-macalarm#diffse..
分类:
数据库 时间:
2014-08-18 18:52:13
阅读次数:
471
Html5已经风靡很久了,不研究html5+css3实在有些过不去,今天先从最基本的开始介绍吧,让ie家族老前辈能够认识html5的新标签。前端资源分享
1.页面中加入代码
.代码
9]>
"http://html5shim.googlecode.com/svn/trunk/html5.js">
2.定义一下CSS代码...
分类:
Web程序 时间:
2014-08-18 14:35:42
阅读次数:
266
实验单臂路由实验目标用单臂路由,实现不同领域计算机之间的通信实验环境实验步骤一、配置ip地址二、创建vlan2、vlan3,将f0/1加入到vlan2,将f0/2加入到vlan3中三、将f0/4设置为trunk模式四、将f0/3设置为trunk模式五、开启路由器f0/0接口,并封装f0/0.1六、封装f0/0.2、配置I..
分类:
其他好文 时间:
2014-08-18 01:44:13
阅读次数:
268
实验动态路由-RIP实验目标给三层交换机、路由器配置静态路由;删除三层交换机、路由器静态路由;给三层交换机、路由器配置动态路由实验环境实验步骤一、配置IP地址二、在switch5上创建vlan2、vlan3,并将f0/1加入到vlan2中,将f0/2加入到vlan3中,将f0/3设置为trunk模式三、在..
分类:
其他好文 时间:
2014-08-16 01:09:30
阅读次数:
342