我们这一节来看Port 一般来说一个Port就是一个Interface,当然也有一个Port对应多个Interface的情况,成为Bond VLAN Configuration Port的一个重要的方面就是VLAN Configuration,有两种模式: trunk port,这个port不配置t...
分类:
其他好文 时间:
2014-06-24 10:30:41
阅读次数:
427
In a previous tutorial we showed how to install Openvswitch on Qemu image with Microcore Linux. At the end of tutorial we created Openvswitch extensio...
分类:
其他好文 时间:
2014-06-24 10:15:40
阅读次数:
610
解决svn:This client is too old问题
1、下载官方的python文件
http://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/change-svn-wc-format.py
2、下载安装python,执行python文件时有用 ,下载地址:http://code.go...
分类:
其他好文 时间:
2014-06-22 18:36:10
阅读次数:
354
en
conf t
vlan id
end
conf t
inter rang gi 0/0/1-x
switchport access vlan id
no shutdown
exit
(config)#interface range gigabitEthernet 1/0/23-24
(config-if-range)#switchport mode trunk
(con...
分类:
其他好文 时间:
2014-06-22 14:12:59
阅读次数:
421
场景: 创建一个Virtual Switch,支持VLAN,支持MAC-Learning 包含下面四个Port: P1, truck port P2, VLAN 20 P3, P4 VLAN 30 包含五个flow table: Table 0: Admission control. Table 1...
分类:
其他好文 时间:
2014-06-21 15:51:51
阅读次数:
295
这一节我们来分析Mirror Mirror就是配置一个bridge,将某些包发给指定的mirrored ports 对于包的选择: select_all,所有的包 select_dst_port select_src_port select_vlan 对于指定的目的: output_port (SP...
分类:
其他好文 时间:
2014-06-21 15:32:53
阅读次数:
227
我们都知道 Linux 反向路由查询,它的原理很简单,检查流入本机的 IP 地址是否合法,是否可能路由进来,是否是最佳路由。但是像多数网络问题,理论很简单,代码你看了也能懂,可实际情况往往比较复杂。之前一直没有碰到过实际中的例子,最近总算碰到一个。 情况是这样的,我有两个 vlan 设备,eth0....
分类:
其他好文 时间:
2014-06-21 14:50:55
阅读次数:
368
这一节我们来分析Mirror Mirror就是配置一个bridge,将某些包发给指定的mirrored ports 对于包的选择: select_all,所有的包 select_dst_port select_src_port select_vlan 对于指定的目的: output_port (SP...
分类:
其他好文 时间:
2014-06-21 12:01:13
阅读次数:
562
1:302U, 302BT, 600BI, 604BT Broadcom5358U 代码路径:http://172.16.98.4/SHSVN/SVNdata/WIFI/BCM5358U/Trunk/source/ 编译: make FIR302U_config config: source/...
分类:
其他好文 时间:
2014-06-18 21:20:19
阅读次数:
287
VTP协议:VLAN Trunk Protocol 从一个控制点,维护整个网络上VLAN的添加,删除和重命名工作VTP域:相同的域名,通过Trunk相互连接的一组交换机VTP模式: 服务器模式(Server):默认 客户机模式(Client) 透明模式(Transparent)VTP通告: ...
分类:
其他好文 时间:
2014-06-18 08:57:54
阅读次数:
201