Difference between revisions of "Ethtool"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
<code>ethtool</code><ref>http://man7.org/linux/man-pages/man8/ethtool.8.html</ref> command is used to view and modify network device drivers setting, in particular wired [[Ethernet]] devices.
 
<code>ethtool</code><ref>http://man7.org/linux/man-pages/man8/ethtool.8.html</ref> command is used to view and modify network device drivers setting, in particular wired [[Ethernet]] devices.
  
 +
 +
== Examples ==
 +
<pre>
 +
ethtool ens3f1
 +
Settings for ens3f1:
 +
Supported ports: [ ]
 +
Supported link modes:  1000baseT/Full
 +
                        1000baseKX/Full
 +
                        10000baseT/Full
 +
                        1000baseX/Full
 +
                        10000baseSR/Full
 +
                        10000baseLR/Full
 +
Supported pause frame use: Symmetric
 +
Supports auto-negotiation: Yes
 +
Supported FEC modes: Not reported
 +
Advertised link modes:  1000baseT/Full
 +
                        1000baseKX/Full
 +
                        10000baseT/Full
 +
                        1000baseX/Full
 +
                        10000baseSR/Full
 +
                        10000baseLR/Full
 +
Advertised pause frame use: No
 +
Advertised auto-negotiation: Yes
 +
Advertised FEC modes: Not reported
 +
Speed: Unknown!
 +
Duplex: Unknown! (255)
 +
Port: Other
 +
PHYAD: 0
 +
Transceiver: internal
 +
Auto-negotiation: off
 +
Supports Wake-on: d
 +
Wake-on: d
 +
Current message level: 0x00000007 (7)
 +
      drv probe link
 +
Link detected: no
 +
</pre>
  
  

Revision as of 08:44, 12 December 2019

ethtool[1] command is used to view and modify network device drivers setting, in particular wired Ethernet devices.


Examples

ethtool ens3f1
Settings for ens3f1:
	Supported ports: [ ]
	Supported link modes:   1000baseT/Full
	                        1000baseKX/Full
	                        10000baseT/Full
	                        1000baseX/Full
	                        10000baseSR/Full
	                        10000baseLR/Full
	Supported pause frame use: Symmetric
	Supports auto-negotiation: Yes
	Supported FEC modes: Not reported
	Advertised link modes:  1000baseT/Full
	                        1000baseKX/Full
	                        10000baseT/Full
	                        1000baseX/Full
	                        10000baseSR/Full
	                        10000baseLR/Full
	Advertised pause frame use: No
	Advertised auto-negotiation: Yes
	Advertised FEC modes: Not reported
	Speed: Unknown!
	Duplex: Unknown! (255)
	Port: Other
	PHYAD: 0
	Transceiver: internal
	Auto-negotiation: off
	Supports Wake-on: d
	Wake-on: d
	Current message level: 0x00000007 (7)
			       drv probe link
	Link detected: no


See also

  • http://man7.org/linux/man-pages/man8/ethtool.8.html
  • Advertising: