Ethtool: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 39: Line 39:
      drv probe link
      drv probe link
Link detected: yes
Link detected: yes
</pre>


</pre>
=Use=
 
* Network interface driver, see [[Linux Network Info#Using_ethtool|Linux Network Info]].

Latest revision as of 03:35, 8 May 2017

External

Internal

Overview

Display or change ethernet card settings. Can be used, among other things, to detect the speed of a network interface.

[root@now510 ~]# ethtool enp0s25

Settings for enp0s25:
	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 (auto)
	Supports Wake-on: pumbg
	Wake-on: g
	Current message level: 0x00000007 (7)
			       drv probe link
	Link detected: yes

Use