D.4. Linux 绑定选项
您可以在网络接口模板中将 LACP 与 Linux 绑定一起使用。例如:
- type: linux_bond name: bond1 members: - type: interface name: nic2 - type: interface name: nic3 bonding_options: "mode=802.3ad lacp_rate=[fast|slow] updelay=1000 miimon=100"
-
mode
- 启用 LACP。 -
lacp_rate
- 定义 LACP 数据包是否每 1 秒发送一次,还是每 30 秒发送一次。 -
updelay
- 定义接口在用于流量之前必须活跃的最少时间(这有助于缓解端口流中断)。 -
miimon
- 使用驱动程序的 MIIMON 功能监控端口状态的时间间隔(以毫秒为单位)。
有关 Linux 绑定选项的更多信息,请参阅 4.5.1。bonding Module Directives in the Red Hat Enterprise Linux 7 Networking Guide.