<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: eth not supporting autoneg off for 1G  speed in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/eth-not-supporting-autoneg-off-for-1g-speed/m-p/4254851#M33499</link>
    <description>Autonegotiation is a mandatory part of the 1G ethernet standard 1000base-T (IEEE 802.3ab).&lt;BR /&gt;&lt;BR /&gt;All standards-compliant devices that use gigabit Ethernet over a Cat5 (or Cat5e) twisted pair cabling *must* support autonegotiation on gigabit speeds. This is because on each gigabit link, one end is designated as "master" and the other is "slave".&lt;BR /&gt;&lt;BR /&gt;In many gigabit Ethernet devices, the "disable autonegotiation" function is implemented in a sneaky way: it does not actually stop the device from replying to autonegotiation replies, but when autonegotiation is disabled, the device's reply will indicate that only the desired mode is supported. This allows the master/slave decision logic to work, and still fulfills the user's requirement to lock the card to a single mode.&lt;BR /&gt;&lt;BR /&gt;Note that the last line of the ethtool output  for the eth4 interface says:&lt;BR /&gt;&lt;BR /&gt;Link detected: no&lt;BR /&gt;&lt;BR /&gt;In other words, you might have a bad cable or some similar physical problem.&lt;BR /&gt;&lt;BR /&gt;For more details about gigabit Ethernet autonegotiation, see here:&lt;BR /&gt;&lt;A href="http://www.ethermanage.com/ethernet/pdf/dell-auto-neg.pdf" target="_blank"&gt;http://www.ethermanage.com/ethernet/pdf/dell-auto-neg.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Wed, 20 Aug 2008 08:54:34 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2008-08-20T08:54:34Z</dc:date>
    <item>
      <title>eth not supporting autoneg off for 1G  speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth-not-supporting-autoneg-off-for-1g-speed/m-p/4254850#M33498</link>
      <description>Hi all&lt;BR /&gt;&lt;BR /&gt;I want autoneg off for 1G speed on eth4 interface. It's not working like below:-&lt;BR /&gt;ethtool version is 1-1.8-5.0704443&lt;BR /&gt;&lt;BR /&gt;#ethtool -s eth4 speed 1000 duplex full autoneg off&lt;BR /&gt;#ethtool eth4&lt;BR /&gt;Settings for eth4:&lt;BR /&gt;        Supported ports: [ TP ]&lt;BR /&gt;        Supported link modes:   10baseT/Half 10baseT/Full &lt;BR /&gt;                                100baseT/Half 100baseT/Full &lt;BR /&gt;                                1000baseT/Full &lt;BR /&gt;        Supports auto-negotiation: Yes&amp;lt;--se here&lt;BR /&gt;        Advertised link modes:  1000baseT/Full &lt;BR /&gt;        Advertised auto-negotiation: Yes&lt;BR /&gt;        Speed: Unknown! (65535)&amp;lt;----see here&lt;BR /&gt;        Duplex: Unknown! (255)&amp;lt;-----see here&lt;BR /&gt;        Port: Twisted Pair&lt;BR /&gt;        PHYAD: 0&lt;BR /&gt;        Transceiver: internal&lt;BR /&gt;        Auto-negotiation: on&amp;lt;----see here&lt;BR /&gt;        Supports Wake-on: umbg&lt;BR /&gt;        Wake-on: d&lt;BR /&gt;        Current message level: 0x00000007 (7)&lt;BR /&gt;        Link detected: no&lt;BR /&gt;&lt;BR /&gt;And when I am using same configuration for eth0 interface it's working like below-&lt;BR /&gt;&lt;BR /&gt;# ethtool -s eth0 speed 1000 duplex full autoneg off&lt;BR /&gt;#ethtool eth0&lt;BR /&gt;Settings for eth0:&lt;BR /&gt;        Supported ports: [ TP MII ]&lt;BR /&gt;        Supported link modes:   10baseT/Half 10baseT/Full&lt;BR /&gt;                                100baseT/Half 100baseT/Full&lt;BR /&gt;                                1000baseT/Full&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;                                1000baseT/Full&lt;BR /&gt;        Advertised auto-negotiation: No&amp;lt;--see here&lt;BR /&gt;        Speed: 1000Mb/s&lt;BR /&gt;        Duplex: Full&lt;BR /&gt;        Port: MII&lt;BR /&gt;        PHYAD: 12&lt;BR /&gt;        Transceiver: internal&lt;BR /&gt;        Auto-negotiation: off&amp;lt;--see here&lt;BR /&gt;        Link detected: yes&lt;BR /&gt;&lt;BR /&gt;What is the problem with eth4 interface? Why its not supporting 1G with autonegotiable off?&lt;BR /&gt;&lt;BR /&gt;Please suggest!&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;-Manoj&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Aug 2008 05:34:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth-not-supporting-autoneg-off-for-1g-speed/m-p/4254850#M33498</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2008-08-20T05:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: eth not supporting autoneg off for 1G  speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth-not-supporting-autoneg-off-for-1g-speed/m-p/4254851#M33499</link>
      <description>Autonegotiation is a mandatory part of the 1G ethernet standard 1000base-T (IEEE 802.3ab).&lt;BR /&gt;&lt;BR /&gt;All standards-compliant devices that use gigabit Ethernet over a Cat5 (or Cat5e) twisted pair cabling *must* support autonegotiation on gigabit speeds. This is because on each gigabit link, one end is designated as "master" and the other is "slave".&lt;BR /&gt;&lt;BR /&gt;In many gigabit Ethernet devices, the "disable autonegotiation" function is implemented in a sneaky way: it does not actually stop the device from replying to autonegotiation replies, but when autonegotiation is disabled, the device's reply will indicate that only the desired mode is supported. This allows the master/slave decision logic to work, and still fulfills the user's requirement to lock the card to a single mode.&lt;BR /&gt;&lt;BR /&gt;Note that the last line of the ethtool output  for the eth4 interface says:&lt;BR /&gt;&lt;BR /&gt;Link detected: no&lt;BR /&gt;&lt;BR /&gt;In other words, you might have a bad cable or some similar physical problem.&lt;BR /&gt;&lt;BR /&gt;For more details about gigabit Ethernet autonegotiation, see here:&lt;BR /&gt;&lt;A href="http://www.ethermanage.com/ethernet/pdf/dell-auto-neg.pdf" target="_blank"&gt;http://www.ethermanage.com/ethernet/pdf/dell-auto-neg.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 20 Aug 2008 08:54:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth-not-supporting-autoneg-off-for-1g-speed/m-p/4254851#M33499</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-08-20T08:54:34Z</dc:date>
    </item>
  </channel>
</rss>

