在这介绍的Linux双网卡绑定实现就是使用两块网卡虚拟成为一块网卡,这个聚合起来的设备看起来是一个单独的以太网接口设备,通俗点讲就是两块网卡具有相同的IP地址而并行链接聚合成一个逻辑链路工作。其实这项技术在Sun和Cisco中早已存在,被称为Trunking和Etherchannel技术,在Linu...
分类:
系统相关 时间:
2014-06-28 14:59:17
阅读次数:
312
这一节我们来分析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
CDP协议:Cisco发现协议show cdpshow cpd neighbors:查看当前设备连接了哪些Cisco设备cdp timer:修改发送间隔时间cdp holdtime:修改保留时间cdp advertise-2:修改版本号debug cdp packetsshow cdp traffi...
分类:
Web程序 时间:
2014-06-21 08:09:37
阅读次数:
299
page 201show ip routeCorrection(05-4)Basic configuration of R1:enableconfigure terminalhostname R1no ip domain-lookup (Disable DNS lookup)enable secre...
分类:
其他好文 时间:
2014-06-21 00:04:24
阅读次数:
332
no sh (no shutdown : start the interface)router rspf 1network x.x.x.x x.x.x.x area 0int (interface)show ip route (to see routing table entries)RIPRtr(...
分类:
其他好文 时间:
2014-06-21 00:03:48
阅读次数:
319
All people seem to need data processing( Application presentation session transport network data link physic )host : end device ( PC Server )switch : ...
分类:
其他好文 时间:
2014-06-21 00:01:08
阅读次数:
493
no encapsulation ppp(默认是encapsulation hdlc 在encapsulation ppp 后想要改回 hdlc 除了可用encapsulation hdlc外,还可以用该命令)endcontrol + z(与end 效果一样,从R1(config-if)#状态切换到...
分类:
其他好文 时间:
2014-06-21 00:00:25
阅读次数:
279
sh run (show running-config)enable disable login logout exit endenable passwordprivilege level(global)privilege level(line)show interface serial 1/1di...
分类:
其他好文 时间:
2014-06-20 23:51:05
阅读次数:
437
ip地址作用:用来标识一个节点的网络地址ip地址的分类: A类:0NNNNNNN(1-126)私有地址:10.0.0.0-10.255.255.255 B类:10NNNNNN(128-191) 私有地址:172.16.0.0-172.31.255.255 C类:110NNNNN(192-223...
分类:
其他好文 时间:
2014-06-20 21:06:57
阅读次数:
174
广播风暴:当网络中存在物理环路,会产生广播风暴STP协议:Spanning Tree Protocol(生成树协议) 逻辑上断开环路,防止广播风暴的产生STP算法:(所有选择都是比小-小的当选) 选择根网桥(Root Bridge):在网络中的所有交换机中选择一台 选择依据:网桥ID(网桥...
分类:
其他好文 时间:
2014-06-18 00:16:46
阅读次数:
252