如何更改Mellanox适配器的以太网端口速度(Linux)
使用最新的MLNX_OFED或最新发行的驱动程序(RHEL 7.1及更高版本,Ubuntu 14.04)
环境搭建实例
这是在两个背对背连接的服务器上安装的ConnectX-3 Pro适配器的示例。 该过程也可以应用于ConnectX-4(将100Gb / s更改为25Gb / s)。 适配器端口以以太网模式配置。
注意:如果端口连接到交换机而不是背靠背,则此过程将不起作用,因为交换机速度是固定的,并且不支持自动协商。
应用介绍
使用最新的MLNX_OFED或最新发行的驱动程序(RHEL 7.1及更高版本,Ubuntu 14.04)
环境搭建实例
这是在两个背对背连接的服务器上安装的ConnectX-3 Pro适配器的示例。 该过程也可以应用于ConnectX-4(将100Gb / s更改为25Gb / s)。 适配器端口以以太网模式配置。
注意:如果端口连接到交换机而不是背靠背,则此过程将不起作用,因为交换机速度是固定的,并且不支持自动协商。
在两台服务器上运行以下命令:
1.获取端口速度配置。
# ethtool ens817
Settings for ens817:
Supported ports: [ FIBRE ]
Supported link modes: 1000baseKX/Full
10000baseKX4/Full
10000baseKR/Full
40000baseCR4/Full
40000baseSR4/Full
Supported pause frame use: Symmetric Receive-only
Supports auto-negotiation: Yes
Advertised link modes: 1000baseKX/Full
10000baseKX4/Full
10000baseKR/Full
40000baseCR4/Full
40000baseSR4/Full
Advertised pause frame use: Symmetric
Advertised auto-negotiation: Yes
Link partner advertised link modes: 40000baseCR4/Full
Link partner advertised pause frame use: No
Link partner advertised auto-negotiation: Yes
Speed: 40000Mb/s
Duplex: Full
Port: Direct Attach Copper
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: d
Wake-on: d
Current message level: 0x00000014 (20)
link ifdown
Link detected: yes
2.将速度设置为10000Mb / s。
# ethtool -s ens817 speed 10000 autoneg off
注意:您必须禁用自动协商,否则命令将失败。
3.获得速度。
# ethtool ens817
Settings for ens817:
Supported ports: [ FIBRE ]
Supported link modes: 1000baseKX/Full
10000baseKX4/Full
10000baseKR/Full
40000baseCR4/Full
40000baseSR4/Full
Supported pause frame use: Symmetric Receive-only
Supports auto-negotiation: Yes
Advertised link modes: 10000baseKX4/Full
10000baseKR/Full
Advertised pause frame use: Symmetric
Advertised auto-negotiation: Yes
Speed: 10000Mb/s
Duplex: Full
Port: Direct Attach Copper
PHYAD: 0
Transceiver: internal
Auto-negotiation: off
Supports Wake-on: d
Wake-on: d
Current message level: 0x00000014 (20)
link ifdown
Link detected: yes
©版权声明:本文内容由互联网用户自发贡献,版权归原创作者所有,本站不拥有所有权,也不承担相关法律责任。如果您发现本站中有涉嫌抄袭的内容,欢迎发送邮件至: [email protected] 进行举报,并提供相关证据,一经查实,本站将立刻删除涉嫌侵权内容。
转载请注明出处: apollocode » 如何更改Mellanox适配器的以太网端口速度(Linux)
文件列表(部分)
名称 | 大小 | 修改日期 |
---|
发表评论 取消回复