linux balance-rr(绑定模式= 0)是否适用于所有交换机?

我正在将两个以太网接口配置到聚合组中以加倍带宽,我想知道绑定模式= 0是否适用于所有交换机?那些不支持LACP的哑开关呢?这种方法会为单个主机(“会话”)增加双倍带宽吗?

解决方法

document on Linux bonding值得一读,它为各种键合方法的开关提供了所需的支持.在这种情况下:

The balance-rr,balance-xor and broadcast modes generally require that
the switch have the appropriate ports grouped together. The
nomenclature for such a group differs between switches,it may be
called an “etherchannel” (as in the Cisco example,above),a “trunk
group” or some other similar variation.

因此,您需要对交换机上的端口进行分组(通常只创建一个LAG).如果你想将相同的键插入多个开关,有时会更多地涉及.

如果您不想使用所涉及的开关,您可能需要balance-alb,其中包括发送和接收均衡:

The active-backup,balance-tlb and balance-alb modes do not require any specific configuration of the switch.

相关文章

查找全部容器的日志文件 $ sudo find /var/lib/docker/conta...
Linux日志文件中列属性的详细解析
在Linux系统中没有duf命令,如何有效地管理磁盘空间?
深入探讨EncryptPad在Linux操作系统中的功能和优势
原理和应用场景:Linux中ttyload工具的工作原理和实际用途
深度解析SELinux的三种策略类型