<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>http://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Comandos_de_la_terminal%2Fethtool</id>
	<title>Comandos de la terminal/ethtool - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Comandos_de_la_terminal%2Fethtool"/>
	<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/ethtool&amp;action=history"/>
	<updated>2026-05-11T06:12:07Z</updated>
	<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
	<generator>MediaWiki 1.32.1</generator>
	<entry>
		<id>http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/ethtool&amp;diff=125891&amp;oldid=prev</id>
		<title>Rrc en 19:39 3 mar 2017</title>
		<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/ethtool&amp;diff=125891&amp;oldid=prev"/>
		<updated>2017-03-03T19:39:21Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
* [[:#ethtool -h | ethtool --help o -h]]&lt;br /&gt;
* [[:#ethtool devNombre | ethtool devNombre]]&lt;br /&gt;
* [[:#ethtool -s | ethtool --change o -s]]&lt;br /&gt;
* [[:#ethtool -a | ethtool --show-pause o -a]]&lt;br /&gt;
* [[:#ethtool --pause | ethtool --pause o -A]]&lt;br /&gt;
* [[:#ethtool -g | ethtool --show-ring o -g]]&lt;br /&gt;
* [[:#ethtool -k | ethtool --show-features | --show-offload o -k]]&lt;br /&gt;
* [[:#ethtool -i | ethtool --driver  -i]]&lt;br /&gt;
* [[:#ethtool -d | ethtool --register-dump o -d]]&lt;br /&gt;
* [[:#ethtool -t | ethtool --test o -t]]&lt;br /&gt;
* [[:#ethtool --statistics | ethtool --statistics o -S]]&lt;br /&gt;
* [[:#ethtool --show-time-stamping | --show-time-stamping o -T]]&lt;br /&gt;
* [[:#ethtool --show-permaddr | --show-permaddr o -P]]&lt;br /&gt;
* [[:#ethtool --version | ethtool --version]]&lt;br /&gt;
* [[:#ethtool -f | ethtool --flash o -f]]&lt;br /&gt;
&lt;br /&gt;
== ethtool ==&lt;br /&gt;
=== ethtool -h ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
[root@tanio ~]# ethtool -h&lt;br /&gt;
ethtool version 3.15&lt;br /&gt;
Usage:&lt;br /&gt;
        ethtool DEVNAME	 Display standard information about device&lt;br /&gt;
        ethtool -s|--change DEVNAME 	Change generic options&lt;br /&gt;
		[ speed %d ]&lt;br /&gt;
		[ duplex half|full ]&lt;br /&gt;
		[ port tp|aui|bnc|mii|fibre ]&lt;br /&gt;
		[ mdix auto|on|off ]&lt;br /&gt;
		[ autoneg on|off ]&lt;br /&gt;
		[ advertise %x ]&lt;br /&gt;
		[ phyad %d ]&lt;br /&gt;
		[ xcvr internal|external ]&lt;br /&gt;
		[ wol p|u|m|b|a|g|s|d... ]&lt;br /&gt;
		[ sopass %x:%x:%x:%x:%x:%x ]&lt;br /&gt;
		[ msglvl %d | msglvl type on|off ... ]&lt;br /&gt;
        ethtool -a|--show-pause DEVNAME	Show pause options&lt;br /&gt;
        ethtool -A|--pause DEVNAME	Set pause options&lt;br /&gt;
 		[ autoneg on|off ]&lt;br /&gt;
		 [ rx on|off ]&lt;br /&gt;
 		[ tx on|off ]&lt;br /&gt;
        ethtool -c|--show-coalesce DEVNAME	 Show coalesce options&lt;br /&gt;
        ethtool -C|--coalesce DEVNAME	Set coalesce options&lt;br /&gt;
 		[adaptive-rx on|off]&lt;br /&gt;
 		[adaptive-tx on|off]&lt;br /&gt;
 		[rx-usecs N]&lt;br /&gt;
 		[rx-frames N]&lt;br /&gt;
 		[rx-usecs-irq N]&lt;br /&gt;
		[rx-frames-irq N]&lt;br /&gt;
		[tx-usecs N]&lt;br /&gt;
		[tx-frames N]&lt;br /&gt;
		[tx-usecs-irq N]&lt;br /&gt;
		[tx-frames-irq N]&lt;br /&gt;
 		[stats-block-usecs N]&lt;br /&gt;
		[pkt-rate-low N]&lt;br /&gt;
		[rx-usecs-low N]&lt;br /&gt;
		[rx-frames-low N]&lt;br /&gt;
		[tx-usecs-low N]&lt;br /&gt;
		[tx-frames-low N]&lt;br /&gt;
		[pkt-rate-high N]&lt;br /&gt;
		[rx-usecs-high N]&lt;br /&gt;
		[rx-frames-high N]&lt;br /&gt;
		[tx-usecs-high N]&lt;br /&gt;
		[tx-frames-high N]&lt;br /&gt;
		[sample-interval N]&lt;br /&gt;
        ethtool -g|--show-ring DEVNAME	Query RX/TX ring parameters&lt;br /&gt;
        ethtool -G|--set-ring DEVNAME	Set RX/TX ring parameters&lt;br /&gt;
		[ rx N ]&lt;br /&gt;
		[ rx-mini N ]&lt;br /&gt;
		[ rx-jumbo N ]&lt;br /&gt;
		[ tx N ]&lt;br /&gt;
        ethtool -k|--show-features|--show-offload DEVNAME	Get state of protocol offload and other features&lt;br /&gt;
        ethtool -K|--features|--offload DEVNAME	Set protocol offload and other features&lt;br /&gt;
		FEATURE on|off ...&lt;br /&gt;
        ethtool -i|--driver DEVNAME	Show driver information&lt;br /&gt;
        ethtool -d|--register-dump DEVNAME	Do a register dump&lt;br /&gt;
		[ raw on|off ]&lt;br /&gt;
		[ file FILENAME ]&lt;br /&gt;
        ethtool -e|--eeprom-dump DEVNAME	Do a EEPROM dump&lt;br /&gt;
		[ raw on|off ]&lt;br /&gt;
		[ offset N ]&lt;br /&gt;
		[ length N ]&lt;br /&gt;
        ethtool -E|--change-eeprom DEVNAME	Change bytes in device EEPROM&lt;br /&gt;
		[ magic N ]&lt;br /&gt;
		[ offset N ]&lt;br /&gt;
		[ length N ]&lt;br /&gt;
		[ value N ]&lt;br /&gt;
        ethtool -r|--negotiate DEVNAME	Restart N-WAY negotiation&lt;br /&gt;
        ethtool -p|--identify DEVNAME	Show visible port identification (e.g. blinking)&lt;br /&gt;
               [ TIME-IN-SECONDS ]&lt;br /&gt;
        ethtool -t|--test DEVNAME	Execute adapter self test&lt;br /&gt;
               [ online | offline | external_lb ]&lt;br /&gt;
        ethtool -S|--statistics DEVNAME	Show adapter statistics&lt;br /&gt;
        ethtool -n|-u|--show-nfc|--show-ntuple DEVNAME	Show Rx network flow classification options or rules&lt;br /&gt;
		[ rx-flow-hash tcp4|udp4|ah4|esp4|sctp4|tcp6|udp6|ah6|esp6|sctp6 |&lt;br /&gt;
		  rule %d ]&lt;br /&gt;
        ethtool -N|-U|--config-nfc|--config-ntuple DEVNAME	Configure Rx network flow classification options or rules&lt;br /&gt;
		rx-flow-hash tcp4|udp4|ah4|esp4|sctp4|tcp6|udp6|ah6|esp6|sctp6 m|v|t|s|d|f|n|r... |&lt;br /&gt;
		flow-type ether|ip4|tcp4|udp4|sctp4|ah4|esp4&lt;br /&gt;
			[ src %x:%x:%x:%x:%x:%x [m %x:%x:%x:%x:%x:%x] ]&lt;br /&gt;
			[ dst %x:%x:%x:%x:%x:%x [m %x:%x:%x:%x:%x:%x] ]&lt;br /&gt;
			[ proto %d [m %x] ]&lt;br /&gt;
			[ src-ip %d.%d.%d.%d [m %d.%d.%d.%d] ]&lt;br /&gt;
			[ dst-ip %d.%d.%d.%d [m %d.%d.%d.%d] ]&lt;br /&gt;
			[ tos %d [m %x] ]&lt;br /&gt;
			[ l4proto %d [m %x] ]&lt;br /&gt;
			[ src-port %d [m %x] ]&lt;br /&gt;
			[ dst-port %d [m %x] ]&lt;br /&gt;
			[ spi %d [m %x] ]&lt;br /&gt;
			[ vlan-etype %x [m %x] ]&lt;br /&gt;
			[ vlan %x [m %x] ]&lt;br /&gt;
			[ user-def %x [m %x] ]&lt;br /&gt;
			[ dst-mac %x:%x:%x:%x:%x:%x [m %x:%x:%x:%x:%x:%x] ]&lt;br /&gt;
			[ action %d ]&lt;br /&gt;
			[ loc %d]] |&lt;br /&gt;
		delete %d&lt;br /&gt;
        ethtool -T|--show-time-stamping DEVNAME	Show time stamping capabilities&lt;br /&gt;
        ethtool -x|--show-rxfh-indir DEVNAME	Show Rx flow hash indirection&lt;br /&gt;
        ethtool -X|--set-rxfh-indir DEVNAME	Set Rx flow hash indirection&lt;br /&gt;
		equal N | weight W0 W1 ...&lt;br /&gt;
        ethtool -f|--flash DEVNAME	Flash firmware image from the specified file to a region on the device&lt;br /&gt;
               FILENAME [ REGION-NUMBER-TO-FLASH ]&lt;br /&gt;
        ethtool -P|--show-permaddr DEVNAME	Show permanent hardware address&lt;br /&gt;
        ethtool -w|--get-dump DEVNAME	Get dump flag, data&lt;br /&gt;
		[ data FILENAME ]&lt;br /&gt;
        ethtool -W|--set-dump DEVNAME	Set dump flag of the device&lt;br /&gt;
		N&lt;br /&gt;
        ethtool -l|--show-channels DEVNAME	Query Channels&lt;br /&gt;
        ethtool -L|--set-channels DEVNAME	Set Channels&lt;br /&gt;
               [ rx N ]&lt;br /&gt;
               [ tx N ]&lt;br /&gt;
               [ other N ]&lt;br /&gt;
               [ combined N ]&lt;br /&gt;
        ethtool --show-priv-flags DEVNAME	Query private flags&lt;br /&gt;
        ethtool --set-priv-flags DEVNAME	Set private flags&lt;br /&gt;
		FLAG on|off ...&lt;br /&gt;
        ethtool -m|--dump-module-eeprom|--module-info DEVNAME	Query/Decode Module EEPROM information and optical diagnostics if available&lt;br /&gt;
		[ raw on|off ]&lt;br /&gt;
		[ hex on|off ]&lt;br /&gt;
		[ offset N ]&lt;br /&gt;
		[ length N ]&lt;br /&gt;
        ethtool --show-eee DEVNAME	Show EEE settings&lt;br /&gt;
        ethtool --set-eee DEVNAME	Set EEE settings&lt;br /&gt;
		[ eee on|off ]&lt;br /&gt;
		[ advertise %x ]&lt;br /&gt;
		[ tx-lpi on|off ]&lt;br /&gt;
		[ tx-timer %d ]&lt;br /&gt;
        ethtool -h|--help 		Show this help&lt;br /&gt;
        ethtool --version 		Show version number&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ethtool devNombre ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
[root@tanio ~]# ethtool enp0s7&lt;br /&gt;
Settings for enp0s7:&lt;br /&gt;
	Supported ports: [ MII ]&lt;br /&gt;
	Supported link modes:   10baseT/Half 10baseT/Full &lt;br /&gt;
	                        100baseT/Half 100baseT/Full &lt;br /&gt;
	Supported pause frame use: No&lt;br /&gt;
	Supports auto-negotiation: Yes&lt;br /&gt;
	Advertised link modes:  10baseT/Half 10baseT/Full &lt;br /&gt;
	                        100baseT/Half 100baseT/Full &lt;br /&gt;
	Advertised pause frame use: No&lt;br /&gt;
	Advertised auto-negotiation: Yes&lt;br /&gt;
	Speed: 100Mb/s&lt;br /&gt;
	Duplex: Full&lt;br /&gt;
	Port: MII&lt;br /&gt;
	PHYAD: 1&lt;br /&gt;
	Transceiver: external&lt;br /&gt;
	Auto-negotiation: on&lt;br /&gt;
	Supports Wake-on: g&lt;br /&gt;
	Wake-on: d&lt;br /&gt;
	Link detected: yes&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ethtool -s ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
[root@tanio ~]# ethtool --change enp0s7 speed 10 duplex half&lt;br /&gt;
[root@tanio ~]# ethtool enp0s7 &lt;br /&gt;
Settings for enp0s7:&lt;br /&gt;
	Supported ports: [ MII ]&lt;br /&gt;
	Supported link modes:   10baseT/Half 10baseT/Full &lt;br /&gt;
	                        100baseT/Half 100baseT/Full &lt;br /&gt;
	Supported pause frame use: No&lt;br /&gt;
	Supports auto-negotiation: Yes&lt;br /&gt;
	Advertised link modes:  10baseT/Half &lt;br /&gt;
	Advertised pause frame use: No&lt;br /&gt;
	Advertised auto-negotiation: Yes&lt;br /&gt;
	Speed: Unknown!&lt;br /&gt;
	Duplex: Unknown! (255)&lt;br /&gt;
	Port: MII&lt;br /&gt;
	PHYAD: 1&lt;br /&gt;
	Transceiver: external&lt;br /&gt;
	Auto-negotiation: on&lt;br /&gt;
	Supports Wake-on: g&lt;br /&gt;
	Wake-on: d&lt;br /&gt;
	Link detected: no&lt;br /&gt;
&lt;br /&gt;
[root@tanio ~]# ethtool enp0s7 &lt;br /&gt;
Settings for enp0s7:&lt;br /&gt;
	Supported ports: [ MII ]&lt;br /&gt;
	Supported link modes:   10baseT/Half 10baseT/Full &lt;br /&gt;
	                        100baseT/Half 100baseT/Full &lt;br /&gt;
	Supported pause frame use: No&lt;br /&gt;
	Supports auto-negotiation: Yes&lt;br /&gt;
	Advertised link modes:  10baseT/Half &lt;br /&gt;
	Advertised pause frame use: No&lt;br /&gt;
	Advertised auto-negotiation: Yes&lt;br /&gt;
	Speed: Unknown!&lt;br /&gt;
	Duplex: Unknown! (255)&lt;br /&gt;
	Port: MII&lt;br /&gt;
	PHYAD: 1&lt;br /&gt;
	Transceiver: external&lt;br /&gt;
	Auto-negotiation: on&lt;br /&gt;
	Supports Wake-on: g&lt;br /&gt;
	Wake-on: d&lt;br /&gt;
	Link detected: no&lt;br /&gt;
[root@tanio ~]# ethtool --change enp0s7 speed 100 duplex full &lt;br /&gt;
[root@tanio ~]# ethtool enp0s7 &lt;br /&gt;
Settings for enp0s7:&lt;br /&gt;
	Supported ports: [ MII ]&lt;br /&gt;
	Supported link modes:   10baseT/Half 10baseT/Full &lt;br /&gt;
	                        100baseT/Half 100baseT/Full &lt;br /&gt;
	Supported pause frame use: No&lt;br /&gt;
	Supports auto-negotiation: Yes&lt;br /&gt;
	Advertised link modes:  100baseT/Full &lt;br /&gt;
	Advertised pause frame use: No&lt;br /&gt;
	Advertised auto-negotiation: Yes&lt;br /&gt;
	Speed: 100Mb/s&lt;br /&gt;
	Duplex: Full&lt;br /&gt;
	Port: MII&lt;br /&gt;
	PHYAD: 1&lt;br /&gt;
	Transceiver: external&lt;br /&gt;
	Auto-negotiation: on&lt;br /&gt;
	Supports Wake-on: g&lt;br /&gt;
	Wake-on: d&lt;br /&gt;
	Link detected: yes&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ethtool -a ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
[root@tanio ~]# ethtool -a enp0s7&lt;br /&gt;
Pause parameters for enp0s7:&lt;br /&gt;
Autonegotiate:	on&lt;br /&gt;
RX:		on&lt;br /&gt;
TX:		on&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ethtool --pause ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
[root@tanio ~]# ethtool -A enp0s7 autoneg off&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ethtool -g ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
[root@tanio ~]# ethtool -g enp0s7&lt;br /&gt;
Ring parameters for enp0s7:&lt;br /&gt;
Pre-set maximums:&lt;br /&gt;
RX:		16384&lt;br /&gt;
RX Mini:	0&lt;br /&gt;
RX Jumbo:	0&lt;br /&gt;
TX:		16384&lt;br /&gt;
Current hardware settings:&lt;br /&gt;
RX:		512&lt;br /&gt;
RX Mini:	0&lt;br /&gt;
RX Jumbo:	0&lt;br /&gt;
TX:		256&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ethtool -k ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
[root@tanio ~]# ethtool -k enp0s7&lt;br /&gt;
Features for enp0s7:&lt;br /&gt;
rx-checksumming: off [fixed]&lt;br /&gt;
tx-checksumming: off&lt;br /&gt;
	tx-checksum-ipv4: off [fixed]&lt;br /&gt;
	tx-checksum-ip-generic: off [fixed]&lt;br /&gt;
	tx-checksum-ipv6: off [fixed]&lt;br /&gt;
	tx-checksum-fcoe-crc: off [fixed]&lt;br /&gt;
	tx-checksum-sctp: off [fixed]&lt;br /&gt;
scatter-gather: off&lt;br /&gt;
	tx-scatter-gather: off [fixed]&lt;br /&gt;
	tx-scatter-gather-fraglist: off [fixed]&lt;br /&gt;
tcp-segmentation-offload: off&lt;br /&gt;
	tx-tcp-segmentation: off [fixed]&lt;br /&gt;
	tx-tcp-ecn-segmentation: off [fixed]&lt;br /&gt;
	tx-tcp6-segmentation: off [fixed]&lt;br /&gt;
udp-fragmentation-offload: off [fixed]&lt;br /&gt;
generic-segmentation-offload: off [requested on]&lt;br /&gt;
generic-receive-offload: on&lt;br /&gt;
large-receive-offload: off [fixed]&lt;br /&gt;
rx-vlan-offload: off [fixed]&lt;br /&gt;
tx-vlan-offload: off [fixed]&lt;br /&gt;
ntuple-filters: off [fixed]&lt;br /&gt;
receive-hashing: off [fixed]&lt;br /&gt;
highdma: on [fixed]&lt;br /&gt;
rx-vlan-filter: off [fixed]&lt;br /&gt;
vlan-challenged: off [fixed]&lt;br /&gt;
tx-lockless: off [fixed]&lt;br /&gt;
netns-local: off [fixed]&lt;br /&gt;
tx-gso-robust: off [fixed]&lt;br /&gt;
tx-fcoe-segmentation: off [fixed]&lt;br /&gt;
tx-gre-segmentation: off [fixed]&lt;br /&gt;
tx-ipip-segmentation: off [fixed]&lt;br /&gt;
tx-sit-segmentation: off [fixed]&lt;br /&gt;
tx-udp_tnl-segmentation: off [fixed]&lt;br /&gt;
fcoe-mtu: off [fixed]&lt;br /&gt;
tx-nocache-copy: off&lt;br /&gt;
loopback: off&lt;br /&gt;
rx-fcs: off [fixed]&lt;br /&gt;
rx-all: off [fixed]&lt;br /&gt;
tx-vlan-stag-hw-insert: off [fixed]&lt;br /&gt;
rx-vlan-stag-hw-parse: off [fixed]&lt;br /&gt;
rx-vlan-stag-filter: off [fixed]&lt;br /&gt;
l2-fwd-offload: off [fixed]&lt;br /&gt;
busy-poll: off [fixed]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ethtool -i ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
[root@tanio ~]# ethtool -i enp0s7&lt;br /&gt;
driver: forcedeth&lt;br /&gt;
version: 0.64&lt;br /&gt;
firmware-version: &lt;br /&gt;
bus-info: 0000:00:07.0&lt;br /&gt;
supports-statistics: yes&lt;br /&gt;
supports-test: yes&lt;br /&gt;
supports-eeprom-access: no&lt;br /&gt;
supports-register-dump: yes&lt;br /&gt;
supports-priv-flags: no&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ethtool -d ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
[root@tanio ~]# ethtool -d enp0s7&lt;br /&gt;
Offset		Values&lt;br /&gt;
------		------&lt;br /&gt;
0x0000:		20 00 00 00 df 00 00 00 03 00 00 00 0d 00 03 00 &lt;br /&gt;
0x0010:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0020:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0030:		01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0040:		0e e2 20 04 55 a4 00 00 20 2e 00 00 00 00 00 00 &lt;br /&gt;
0x0050:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0060:		00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00 00 &lt;br /&gt;
0x0070:		ff ff 00 00 ff ff 00 00 ff ff 00 00 00 00 00 00 &lt;br /&gt;
0x0080:		3d 0f 3b 00 01 00 00 c0 00 00 00 00 28 00 7f 00 &lt;br /&gt;
0x0090:		1c 06 00 00 01 00 00 00 00 00 00 00 3c 7f 00 80 &lt;br /&gt;
0x00a0:		0f 05 15 00 16 00 00 00 70 71 bc f7 07 83 00 00 &lt;br /&gt;
0x00b0:		01 00 00 00 00 00 00 00 cd cc 00 08 f8 00 00 00 &lt;br /&gt;
0x00c0:		01 00 00 0c 01 00 00 00 01 00 00 00 01 00 00 00 &lt;br /&gt;
0x00d0:		01 00 00 00 01 00 00 00 01 00 00 00 01 00 00 00 &lt;br /&gt;
0x00e0:		01 00 00 00 01 00 00 00 01 00 00 00 01 00 00 00 &lt;br /&gt;
0x00f0:		01 00 00 00 01 00 00 00 01 00 00 00 01 00 00 00 &lt;br /&gt;
0x0100:		00 20 48 ca 00 00 48 ca ff 00 ff 01 00 80 00 00 &lt;br /&gt;
0x0110:		64 00 01 00 00 00 00 00 23 00 00 00 e0 22 48 ca &lt;br /&gt;
0x0120:		00 05 48 ca 40 91 ae a5 ef ff 00 a0 40 d0 5b a5 &lt;br /&gt;
0x0130:		1c 06 00 80 ec 22 48 ca 40 04 48 ca 00 80 e0 01 &lt;br /&gt;
0x0140:		20 41 30 00 00 22 c0 80 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0150:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0160:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0170:		10 00 80 01 00 c0 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0180:		16 00 00 00 08 00 00 00 69 78 94 01 03 81 00 00 &lt;br /&gt;
0x0190:		25 00 00 00 e1 45 00 00 80 00 00 00 e3 c5 00 00 &lt;br /&gt;
0x01a0:		16 00 00 00 08 00 00 00 69 78 94 01 03 81 00 00 &lt;br /&gt;
0x01b0:		25 00 00 00 e1 45 00 00 80 00 00 00 e3 c5 00 00 &lt;br /&gt;
0x01c0:		16 00 00 00 08 00 00 00 69 78 94 01 03 81 00 00 &lt;br /&gt;
0x01d0:		25 00 00 00 e1 45 00 00 80 00 00 00 e3 c5 00 00 &lt;br /&gt;
0x01e0:		16 00 00 00 08 00 00 00 69 78 94 01 03 81 00 00 &lt;br /&gt;
0x01f0:		25 00 00 00 e1 45 00 00 80 00 00 00 e3 c5 00 00 &lt;br /&gt;
0x0200:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0210:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0220:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0230:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0240:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0250:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0260:		00 00 00 00 00 00 00 00 01 50 02 fe 00 01 00 00 &lt;br /&gt;
0x0270:		00 00 00 00 a1 00 00 00 01 50 02 fe a1 01 00 00 &lt;br /&gt;
0x0280:		ba 09 00 00 19 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0290:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x02a0:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x02b0:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x02c0:		00 00 00 00 00 00 00 00 28 00 00 00 00 00 00 00 &lt;br /&gt;
0x02d0:		01 00 00 00 00 00 00 00 19 00 00 00 5b a3 00 00 &lt;br /&gt;
0x02e0:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x02f0:		00 00 00 00 01 00 00 00 01 00 00 00 01 00 00 00 &lt;br /&gt;
0x0300:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0310:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0320:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0330:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0340:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0350:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0360:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0370:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0380:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0390:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x03a0:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x03b0:		00 00 00 00 04 00 00 00 ff ff 00 00 ff ff 00 00 &lt;br /&gt;
0x03c0:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x03d0:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x03e0:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x03f0:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0400:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0410:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0420:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0430:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0440:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0450:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0460:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0470:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0480:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0490:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x04a0:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x04b0:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x04c0:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x04d0:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x04e0:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x04f0:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0500:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0510:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0520:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0530:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0540:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0550:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0560:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0570:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0580:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0590:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x05a0:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x05b0:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x05c0:		00 00 06 00 ff ff 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x05d0:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x05e0:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x05f0:		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 &lt;br /&gt;
0x0600:		00 00 00 00 &lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ethtool -t ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
[root@tanio ~]# ethtool -t enp0s7&lt;br /&gt;
The test result is PASS&lt;br /&gt;
The test extra info:&lt;br /&gt;
link      (online/offline)	 0&lt;br /&gt;
register  (offline)       	 0&lt;br /&gt;
interrupt (offline)       	 0&lt;br /&gt;
loopback  (offline)       	 0&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ethtool --statistics ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
[root@tanio ~]# ethtool -S enp0s7 &lt;br /&gt;
NIC statistics:&lt;br /&gt;
     tx_bytes: 12867087&lt;br /&gt;
     tx_zero_rexmt: 109460&lt;br /&gt;
     tx_one_rexmt: 0&lt;br /&gt;
     tx_many_rexmt: 0&lt;br /&gt;
     tx_late_collision: 0&lt;br /&gt;
     tx_fifo_errors: 0&lt;br /&gt;
     tx_carrier_errors: 0&lt;br /&gt;
     tx_excess_deferral: 0&lt;br /&gt;
     tx_retry_error: 0&lt;br /&gt;
     rx_frame_error: 0&lt;br /&gt;
     rx_extra_byte: 0&lt;br /&gt;
     rx_late_collision: 0&lt;br /&gt;
     rx_runt: 0&lt;br /&gt;
     rx_frame_too_long: 0&lt;br /&gt;
     rx_over_errors: 0&lt;br /&gt;
     rx_crc_errors: 0&lt;br /&gt;
     rx_frame_align_error: 0&lt;br /&gt;
     rx_length_error: 0&lt;br /&gt;
     rx_unicast: 138419&lt;br /&gt;
     rx_multicast: 1382&lt;br /&gt;
     rx_broadcast: 2459&lt;br /&gt;
     rx_packets: 142260&lt;br /&gt;
     rx_errors_total: 0&lt;br /&gt;
     tx_errors_total: 0&lt;br /&gt;
     tx_deferral: 0&lt;br /&gt;
     tx_packets: 109460&lt;br /&gt;
     rx_bytes: 160781611&lt;br /&gt;
     tx_pause: 0&lt;br /&gt;
     rx_pause: 0&lt;br /&gt;
     rx_drop_frame: 0&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ethtool --show-time-stamping ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
[root@tanio ~]# ethtool -T enp0s7 &lt;br /&gt;
Time stamping parameters for enp0s7:&lt;br /&gt;
Capabilities:&lt;br /&gt;
	software-transmit     (SOF_TIMESTAMPING_TX_SOFTWARE)&lt;br /&gt;
	software-receive      (SOF_TIMESTAMPING_RX_SOFTWARE)&lt;br /&gt;
	software-system-clock (SOF_TIMESTAMPING_SOFTWARE)&lt;br /&gt;
PTP Hardware Clock: none&lt;br /&gt;
Hardware Transmit Timestamp Modes: none&lt;br /&gt;
Hardware Receive Filter Modes: none&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ethtool --show-permaddr ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
[root@tanio ~]# ethtool -P enp0s7&lt;br /&gt;
Permanent address: 70:71:bc:f7:07:83&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ethtool --version ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
[root@tanio ~]# ethtool --version&lt;br /&gt;
ethtool version 3.15&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ethtool -f ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
ethtool -f|--flash DEVNAME  FILENAME [ REGION-NUMBER-TO-FLASH ]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Comandos de la terminal]]&lt;/div&gt;</summary>
		<author><name>Rrc</name></author>
		
	</entry>
</feed>