A.11. イーサネット
テストの対象
Ethernet テストは、ネットワーク機器の速度がテストスイートで認識されない場合にのみ表示されます。これは、ケーブルが接続されていないか、その他の障害によって接続速度が正しく検出されていないことが原因と考えられます。テストスイートを終了して接続を確認し、機器が正しく接続された状態で再度テストスイートを実行してください。それでも問題が解決しない場合は、Red Hat のサポート担当者にご相談ください。
以下の例では、2 つのギガビットイーサネットデバイス (eth0 と eth1) を持つシステムを示しています。デバイスの eth0 はきちんと接続されていますが、eth1 は接続されていません。
ethtool
コマンドの出力では、eth0 のギガビットイーサネットの速度は 1000Mb/s と予想されています。
# ethtool eth0 Settings for eth0: Supported ports: [ TP ] 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: 1000Mb/s Duplex: Full Port: Twisted Pair PHYAD: 2 Transceiver: internal Auto-negotiation: on MDI-X: on Supports Wake-on: pumbg Wake-on: g Current message level: 0x00000007 (7) drv probe link Link detected: yes
ただし、eth1 では、ethtool
コマンドは不明な速度を表示します。これにより、Ethernet テストが計画されます。
# ethtool eth1 Settings for eth1: Supported ports: [ TP ] 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: Unknown! Duplex: Unknown! (255) Port: Twisted Pair PHYAD: 1 Transceiver: internal Auto-negotiation: on MDI-X: Unknown Supports Wake-on: pumbg Wake-on: g Current message level: 0x00000007 (7) drv probe link Link detected: no