加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Linux > 正文

linux – 为什么ethtool没有向我显示NIC的所有属性?

发布时间:2020-12-13 16:40:50 所属栏目:Linux 来源:网络整理
导读:CentOS 5.8 | VMWare ESX 5.1 当我运行ethtool eth0时,我看到以下内容: [root@foo ~]# ethtool eth0Settings for eth0: Current message level: 0x00000007 (7) Link detected: yes 有没有办法得到其余的细节?特别是速度和双工?我习惯于ethtool输出更冗长
CentOS 5.8 | VMWare ESX 5.1

当我运行ethtool eth0时,我看到以下内容:

[root@foo ~]# ethtool eth0
Settings for eth0:
         Current message level: 0x00000007 (7)
         Link detected: yes

有没有办法得到其余的细节?特别是速度和双工?我习惯于ethtool输出更冗长.例如:

# ethtool eth0
Settings for eth0:
        Supported ports: [ TP ]
        Supported link modes:   10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Full
        Supports auto-negotiation: Yes
        Advertised link modes:  10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Full
        Advertised auto-negotiation: Yes
        Speed: 100Mb/s
        Duplex: Full
        Port: Twisted Pair
        PHYAD: 1
        Transceiver: internal
        Auto-negotiation: on
        Supports Wake-on: d
        Wake-on: d
        Link detected: yes

我想知道这是否与在VMWare平台上运行有关? ESX中的当前适配器类型为“灵活”,并且服务器上未安装VMWare工具.

解决方法

我想它没有报告任何PHY设置,因为没有任何,没有链接模式,没有autoneg,没有固定的速度,没有端口或布线类型,没有收发器等使用paravirtual驱动程序时

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读