首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >1/10千兆卡的网络速度

1/10千兆卡的网络速度
EN

Ask Ubuntu用户
提问于 2020-06-16 17:25:17
回答 1查看 2.5K关注 0票数 1

我有一台电脑,它有一个"NetXtreme II BCM57800 1/10千兆以太网“网卡,我试图在10千兆位/S连接它,但它在1千兆位/S连接,它正在运行Ubuntu18.04.4。

在另一台被称为"10千兆以太网“的不同卡的计算机上,我连接了电缆,打开了连接,用静态IP地址编辑了Netplan YAML文件,连接从一开始就开始工作。也就是说,在ethtool上,我看到了“速度:10000 is /S”。

把同样的步骤应用到第一台电脑上,我只会得到“速度:1000 me /S”。所以,我想知道我是否需要做些什么来“打开”10千兆位以太网?也就是说,名字中的"1/10“是否意味着我需要显式地做一些事情。当我运行ethtool时,我看到以下内容:

代码语言:javascript
复制
Supported link modes:   10baseT/Half 10baseT/Full 
                        100baseT/Half 100baseT/Full 
                        1000baseT/Full 

所以这不是很鼓舞人心。

在这台计算机上,我连接两个端口,它们都有这个问题。所以,除非我有两根有毛病的电缆,否则我想这不可能是电缆问题。而且,与我前面提到的另一台计算机连接的是相同的10 GBaseT开关;所以我认为/希望它不是交换机的问题。

无论如何,我们会感谢你的帮助!

编辑1:

代码语言:javascript
复制
$ sudo lshw -C network
  *-network:0                       
       description: Ethernet interface
       product: NetXtreme II BCM57800 1/10 Gigabit Ethernet
       vendor: Broadcom Inc. and subsidiaries
       physical id: 0
       bus info: pci@0000:01:00.0
       logical name: eno1
       version: 10
       serial: [...]
       size: 1Gbit/s
       capacity: 10Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm vpd msi msix pciexpress bus_master cap_list rom ethernet physical tp 100bt 100bt-fd 1000bt-fd 10000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=bnx2x driverversion=1.712.30-0 duplex=full firmware=FFV14.05.01 bc 7.14.11 phy 1.45 ip=[...] latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
       resources: irq:99 memory:99000000-997fffff memory:99800000-99ffffff memory:9a030000-9a03ffff memory:95a00000-95a7ffff
  *-network:1 DISABLED
       description: Ethernet interface
       product: NetXtreme II BCM57800 1/10 Gigabit Ethernet
       vendor: Broadcom Inc. and subsidiaries
       physical id: 0.1
       bus info: pci@0000:01:00.1
       logical name: eno2
       version: 10
       serial: [...]
       capacity: 10Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm vpd msi msix pciexpress bus_master cap_list rom ethernet physical tp 100bt 100bt-fd 1000bt-fd 10000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=bnx2x driverversion=1.712.30-0 firmware=FFV14.05.01 bc 7.14.11 phy 1.45 latency=0 link=no multicast=yes port=twisted pair
       resources: irq:111 memory:98000000-987fffff memory:98800000-98ffffff memory:9a020000-9a02ffff memory:95a80000-95afffff
  *-network:2
       description: Ethernet interface
       product: NetXtreme II BCM57800 1/10 Gigabit Ethernet
       vendor: Broadcom Inc. and subsidiaries
       physical id: 0.2
       bus info: pci@0000:01:00.2
       logical name: eno3
       version: 10
       serial: [...]
       size: 1Gbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm vpd msi msix pciexpress bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=bnx2x driverversion=1.712.30-0 duplex=full firmware=FFV14.05.01 bc 7.14.11 ip=[...] latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
       resources: irq:111 memory:97000000-977fffff memory:97800000-97ffffff memory:9a010000-9a01ffff memory:95b00000-95b7ffff
  *-network:3
       description: Ethernet interface
       product: NetXtreme II BCM57800 1/10 Gigabit Ethernet
       vendor: Broadcom Inc. and subsidiaries
       physical id: 0.3
       bus info: pci@0000:01:00.3
       logical name: eno4
       version: 10
       serial: [...]
       size: 1Gbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm vpd msi msix pciexpress bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=bnx2x driverversion=1.712.30-0 duplex=full firmware=FFV14.05.01 bc 7.14.11 ip=[...] latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
       resources: irq:132 memory:96000000-967fffff memory:96800000-96ffffff memory:9a000000-9a00ffff memory:95b80000-95bfffff
EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2020-06-17 03:14:04

BCM57800卡有四个端口,两个端口可以以1G的速度工作,另外两个端口以10G的速度工作,这取决于连接的电缆。伦理工具目前告诉我们,你的电缆不适合10G操作。

  • 该卡必须在3.0 x8插槽中。
  • 对于1G操作,需要猫5e或更高的电缆。
  • 对于10G操作,必须使用cat 6a或cat 7电缆(虽然至少可以使用cat 6电缆)。
  • 对于10G操作,路径中的所有网络设备,即交换机等,也必须是10G设备。
票数 1
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1250956

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档