ethtool(8) - 使い方

ethtool(8)の使い方の例を示す。

イーサネットカードの設定表示と設定。

使い方


  • 設定内容の確認
    # 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: 0
            Transceiver: internal
            Auto-negotiation: on
            Supports Wake-on: umbg
            Wake-on: g
            Current message level: 0x00000007 (7)
            Link detected: yes
  • (NICのハードウェアフロー制御用の)Pauseパラメータの確認
    # ethtool -a eth0
    Pause parameters for eth0:
    Autonegotiate:  on
    RX:             on
    TX:             on

コメント