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.

相关文章

linux常用进程通信方式包括管道(pipe)、有名管道(FIFO)、...
Linux性能观测工具按类别可分为系统级别和进程级别,系统级别...
本文详细介绍了curl命令基础和高级用法,包括跳过https的证书...
本文包含作者工作中常用到的一些命令,用于诊断网络、磁盘占满...
linux的平均负载表示运行态和就绪态及不可中断状态(正在io)的...
CPU上下文频繁切换会导致系统性能下降,切换分为进程切换、线...