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

我已经启用了Linux主动备份模式绑定。 每个接口都是千兆位接口,但接口接口似乎最终为100兆位:

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显然不能提供有关债券的信息:

 sudo ethtool bond0 Settings for bond0: No data available 

那么这是否意味着我在100或1000兆比特(我的猜测是1000)? 如果只有100,那么ifcfg脚本或modprobe绑定选项中的哪些选项需要设置为1000?

看起来我是1000,在开发者邮件列表上的人很友好地解释它 :

 ... Later, when the slave device asserts carrier up, bonding will receive a notifiation, and will update the speed and duplex information (quietly). 

您的一个连接是否连接到100MB交换机?