如何在Linux中检查以太网端口的物理状态?

前端之家收集整理的这篇文章主要介绍了如何在Linux中检查以太网端口的物理状态?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我想检查指定的ethX是否物理上升或下降.如何使用命令行执行此操作?

解决方法

$ethtool< eth?>

例如:

$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 pause frame use: No
        Advertised auto-negotiation: Yes
        Speed: 1000Mb/s
        Duplex: Full
        Port: Twisted Pair
        PHYAD: 1
        Transceiver: internal
        Auto-negotiation: on
        MDI-X: on
        Supports Wake-on: pumbg
        Wake-on: g
        Current message level: 0x00000001 (1)
        Link detected: yes
原文链接:https://www.f2er.com/linux/402552.html

猜你在找的Linux相关文章