<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>checking nic speed &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/checking-nic-speed/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Sun, 06 Nov 2011 10:10:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>How To Find Out My NIC Speed ?</title>
		<link>https://lifelinux.com/how-to-find-out-my-nic-speed/</link>
					<comments>https://lifelinux.com/how-to-find-out-my-nic-speed/#respond</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Sun, 06 Nov 2011 10:03:01 +0000</pubDate>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[check NIC speed in linu]]></category>
		<category><![CDATA[checking nic speed]]></category>
		<category><![CDATA[ethtool command]]></category>
		<category><![CDATA[find NIC speed in linux]]></category>
		<category><![CDATA[mii-tool command]]></category>
		<category><![CDATA[network connection speed in linux]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=1254</guid>

					<description><![CDATA[<p>Q. How do I find out my NIC speed in Linux ? A. Use ethtool or mii-tool to display or change ethernet card settings. ethtool To display duplex speed of eth0, type the following command # ethtool eth0 Sample outputs Settings for eth0: Supported ports: [ TP ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-find-out-my-nic-speed/">How To Find Out My NIC Speed ?</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p><span style="color: #ff0000;">Q</span>. How do I find out my NIC speed in Linux ?<br />
<span style="color: #008000;">A</span>. Use <strong>ethtool</strong> or <strong>mii-tool</strong> to display or change ethernet card settings.</p>
<h2>ethtool</h2>
<p>To display duplex speed of eth0, type the following command</p>
<pre># ethtool eth0</pre>
<p><span id="more-1254"></span><br />
Sample outputs</p>
<pre>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: <span style="color: #ff0000;"><strong>100Mb/s</strong></span>
        Duplex: Full
        Port: Twisted Pair
        PHYAD: 1
        Transceiver: internal
        Auto-negotiation: on
        Supports Wake-on: pumbg
        Wake-on: g
        Current message level: 0x00000001 (1)
        Link detected: yes</pre>
<h2>mii-tool</h2>
<p>To display duplex speed of eth0, type the following command</p>
<pre># mii-tool -v eth0</pre>
<p>Sample outputs</p>
<pre>SIOCGMIIREG on eth0 failed: Input/output error
eth0: negotiated 100baseTx-FD, link ok
  product info: vendor 00:50:43, model 11 rev 1
  basic mode:   autonegotiation enabled
  basic status: autonegotiation complete, link ok
  capabilities: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD
  advertising:  100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
  link partner: 100baseT4 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD</pre>
<p><strong>Where,</strong><br />
100baseTx-FD: 100Mbps full duplex (FD)<br />
100baseTx-HD: 100Mbps half duplex (HD)<br />
10baseT-FD: 10Mbps full duplex (FD)<br />
10baseT-HD: 10Mbps half duplex (HD)</p>
<g:plusone href="https://lifelinux.com/how-to-find-out-my-nic-speed/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-find-out-my-nic-speed/">How To Find Out My NIC Speed ?</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/how-to-find-out-my-nic-speed/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
