13.3. 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"
-
模式
- 启用 LACP。 -
lacp_rate
- 定义是否每 1 秒发送 LACP 数据包,还是每 30 秒发送一次。 -
updelay
- 定义接口必须在用于流量前必须激活的最短时间(这有助于缓解端口中断)。 -
miimon
- 用于使用驱动程序的 MIIMON 功能监控端口状态的时间间隔(毫秒)。
有关 Linux 绑定选项的详情请参考 7.7.1。绑定模块指令 (在 Red Hat Enterprise Linux 7 网络指南》 中。