如何将Linux绑定接口设置为千兆位

前端之家收集整理的这篇文章主要介绍了如何将Linux绑定接口设置为千兆位前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我已启用 Linux主动备份模式绑定.每个接口都是一个千兆位接口,但绑定接口似乎最终达到100兆位: @H_301_2@bonding: bond0: Warning: Failed to get speed and duplex from eth1,assumed to be 100Mb/sec and Full. ... bnx2: eth0 NIC Link is Up,1000 Mbps full duplex,receive & transmit flow control ON ... bonding: bond0: backup interface eth1 is now up

ethtool显然无法提供债券信息:

@H_301_2@sudo ethtool bond0 Settings for bond0: No data available

那么这是否意味着我的运行速度为100或1000兆比特(我猜是1000)?如果它只有100,我需要设置ifcfg脚本或modprobe绑定选项中的哪些选项才能使其成为1000?

解决方法

看起来我在1000,开发人员邮件列表上的某个人对 explain it非常友好: @H_301_2@... Later,when the slave device asserts carrier up,bonding will receive a notifiation,and will update the speed and duplex information (quietly).

猜你在找的Linux相关文章