我能否知道我正在使用 CAT5e 电缆连接到快速以太网还是千兆以太网?

我能否知道我正在使用 CAT5e 电缆连接到快速以太网还是千兆以太网?

我的网卡支持千兆以太网:

$ ethtool eth0
Settings for eth0:
        Supported ports: [ MII ]
        Supported link modes:   10baseT/Half 10baseT/Full 
                                100baseT/Half 100baseT/Full 
                                1000baseT/Full 
        Supported pause frame use: No
        Supports auto-negotiation: Yes
        Advertised link modes:  10baseT/Half 10baseT/Full 
                                100baseT/Half 100baseT/Full 
                                1000baseT/Full 
        Advertised pause frame use: No
        Advertised auto-negotiation: Yes
        Speed: 100Mb/s
        Duplex: Full
        Port: MII
        PHYAD: 1
        Transceiver: external
        Auto-negotiation: on
        Supports Wake-on: g
        Wake-on: d
        Link detected: yes

换句话说,我的问题是:我不知道我所连接的 LAN 是快速以太网还是千兆以太网。它很可能是千兆以太网,而这段时间我只会使用 100 mbps,而不是 1 gbps。但由于我使用 CAT5e 电缆连接到 LAN(我没有 CAT6 电缆),有什么方法可以判断吗?

答案1

读输出? Speed: 100Mb/s
在我看来,这像是 100Mb 全双工。但我不能 100% 确定你的标题是一个措辞恰当的问题。

相关内容