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

前端之家收集整理的这篇文章主要介绍了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/401880.html

猜你在找的Linux相关文章