linux 2.2 up kernel support bond device to support nic master and slave config
那也就是说在主备模式下,当一个网络接口失效时(例如主交换机掉电等),不回出现网络中断,系统会按照cat /etc/rc.d/rc.local里指定网卡的顺序工作,机器仍能对外服务,起到了失效保护的功能.
缺点:bonding 不支持回路检测,即主从网卡所连接的交换机之间的链路发生故障的时候,由于interface 仍然up,系统不认为主从网卡失效,其实其他基于intel的网卡容错也是这样的一个机制

转载于:https://blog.51cto.com/handfree/57705