<?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 I/G/D/C/B/A-Series SNMP Polling for Port Speed/Duplex/Negotiation in FAQs</title>
    <link>https://community.extremenetworks.com/t5/faqs/i-g-d-c-b-a-series-snmp-polling-for-port-speed-duplex/m-p/49640#M605</link>
    <description>Article ID: 14477 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
I-Series&lt;BR /&gt;
G-Series&lt;BR /&gt;
D-Series&lt;BR /&gt;
C5, C3, C2-Series&lt;BR /&gt;
B5, B3, B2-Series&lt;BR /&gt;
A4, A2-Series &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
MIB OIDs to be polled to determine the port speed and port duplex settings used whenever port negotiation is disabled, and to determine the corresponding port negotiation setting.&lt;BR /&gt;
How to update these OIDs using an SNMP-based Mib Tool (e.g. NetSight Console). &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
Any given port's speed and duplex setting - which, due to the effects of auto-negotiation, may not be the same as the &lt;I&gt;operating&lt;/I&gt; speed and duplex - may be monitored via the 'ifMauDefaultType=1.3.6.1.2.1.26.2.1.1.11' OID referenced in &lt;A href="http://bit.ly/1eATpma" target="_blank" rel="nofollow noreferrer noopener"&gt;5298&lt;/A&gt;. &lt;BR /&gt;
&lt;BR /&gt;
The resulting Formatted Values most likely displayed for any given port instance are... &lt;BR /&gt;
&lt;BR /&gt;
dot3MauType10BaseTHD     [10, "UTP MAU, half duplex mode"]&lt;BR /&gt;
dot3MauType10BaseTFD     [11, "UTP MAU, full duplex mode"]&lt;BR /&gt;
dot3MauType10BaseFLHD    [12, "async fiber MAU, half duplex mode"]&lt;BR /&gt;
dot3MauType10BaseFLFD    [13, "async fiber MAU, full duplex mode"]&lt;BR /&gt;
dot3MauType100BaseTXHD   [15, "2 pair category 5 UTP, half duplex mode"]&lt;BR /&gt;
dot3MauType100BaseTXFD   [16, "2 pair category 5 UTP, full duplex mode"]&lt;BR /&gt;
dot3MauType100BaseFXHD   [17, "X fiber over PMT, half duplex mode"]&lt;BR /&gt;
dot3MauType100BaseFXFD   [18, "X fiber over PMT, full duplex mode"]&lt;BR /&gt;
dot3MauType100BaseT2HD   [19, "2 pair category 3 UTP, half duplex mode"]&lt;BR /&gt;
dot3MauType100BaseT2FD   [20, "2 pair category 3 UTP, full duplex mode"]&lt;BR /&gt;
dot3MauType1000BaseXFD   [22, "PCS/PMA, unknown PMD, full duplex mode"]&lt;BR /&gt;
dot3MauType1000BaseLXFD  [24, "Fiber over long-wavelength laser, full duplex mode"]&lt;BR /&gt;
dot3MauType1000BaseSXFD  [26, "Fiber over short-wavelength laser, full duplex mode"]&lt;BR /&gt;
dot3MauType1000BaseTFD   [30, "Four-pair Category 5 UTP, full duplex mode"]&lt;BR /&gt;
Because ifMauDefaultType supports read/write capability, the speed/duplex may be changed for a port (within a range supported by the port) by setting that port's Raw Value to the OID path value (based from 'dot3MauType=1.3.6.1.2.1.26.4') which will yield the desired hard-set speed/duplex behavior (&lt;A href="http://bit.ly/18oyNPc" target="_blank" rel="nofollow noreferrer noopener"&gt;4674&lt;/A&gt;). The correct OID path value representing "dot3MauType.&amp;lt;&lt;I&gt;instance&lt;/I&gt;&amp;gt;" is constructed using the instance number listed above after the opening square bracket. &lt;BR /&gt;
&lt;BR /&gt;
For example, a 10/100 port would show up with a ifMauDefaultType Formatted Value of "dot3MauType10BaseTHD" (10HD) by default. To change the port to operate at 100FD (equivalent to issuing the CLI commands 'set port speed &amp;lt;&lt;I&gt;port#&lt;/I&gt;&amp;gt; 100' and 'set port duplex &amp;lt;&lt;I&gt;port#&lt;/I&gt;&amp;gt; full') whenever port negotiation is disabled, you'd effectively need to change the Formatted Value to read as "dot3MauType100BaseTXFD", but to do &lt;I&gt;that&lt;/I&gt;, you would actually change the Raw Value to1.3.6.1.2.1.26.4.16, representing the 16th instance of the dot3MauType OID. Since most of this OID string is already present in the Raw Value field, you'll only need to change the last octet. If you receive a "Data Type Mismatch" error, you are trying to change the Formatted Value rather than the Raw Value. &lt;BR /&gt;
&lt;BR /&gt;
Port negotiation may be viewed and toggled by targeting the correct port instance of read/write OID 'ifMauAutoNegAdminStatus=1.3.6.1.2.1.26.5.1.1.1' (also referenced in &lt;A href="http://bit.ly/1eATpma" target="_blank" rel="nofollow noreferrer noopener"&gt;5298&lt;/A&gt;). Raw Values of 2 or 1 (equivalent to issuing the CLI commands 'set port negotiation &amp;lt;&lt;I&gt;port#&lt;/I&gt;&amp;gt; disable' or 'set port negotiation &amp;lt;&lt;I&gt;port#&lt;/I&gt;&amp;gt; enable') yield, respectively, Formatted Values of "disabled" or "enabled" (default). &lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Note:&lt;/U&gt; A port's &lt;I&gt;operating&lt;/I&gt; speed and duplex state is not stored/retrievable in any SNMP MIB OID.</description>
    <pubDate>Thu, 28 Nov 2013 03:31:00 GMT</pubDate>
    <dc:creator>FAQ_User</dc:creator>
    <dc:date>2013-11-28T03:31:00Z</dc:date>
    <item>
      <title>I/G/D/C/B/A-Series SNMP Polling for Port Speed/Duplex/Negotiation</title>
      <link>https://community.extremenetworks.com/t5/faqs/i-g-d-c-b-a-series-snmp-polling-for-port-speed-duplex/m-p/49640#M605</link>
      <description>Article ID: 14477 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
I-Series&lt;BR /&gt;
G-Series&lt;BR /&gt;
D-Series&lt;BR /&gt;
C5, C3, C2-Series&lt;BR /&gt;
B5, B3, B2-Series&lt;BR /&gt;
A4, A2-Series &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
MIB OIDs to be polled to determine the port speed and port duplex settings used whenever port negotiation is disabled, and to determine the corresponding port negotiation setting.&lt;BR /&gt;
How to update these OIDs using an SNMP-based Mib Tool (e.g. NetSight Console). &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
Any given port's speed and duplex setting - which, due to the effects of auto-negotiation, may not be the same as the &lt;I&gt;operating&lt;/I&gt; speed and duplex - may be monitored via the 'ifMauDefaultType=1.3.6.1.2.1.26.2.1.1.11' OID referenced in &lt;A href="http://bit.ly/1eATpma" target="_blank" rel="nofollow noreferrer noopener"&gt;5298&lt;/A&gt;. &lt;BR /&gt;
&lt;BR /&gt;
The resulting Formatted Values most likely displayed for any given port instance are... &lt;BR /&gt;
&lt;BR /&gt;
dot3MauType10BaseTHD     [10, "UTP MAU, half duplex mode"]&lt;BR /&gt;
dot3MauType10BaseTFD     [11, "UTP MAU, full duplex mode"]&lt;BR /&gt;
dot3MauType10BaseFLHD    [12, "async fiber MAU, half duplex mode"]&lt;BR /&gt;
dot3MauType10BaseFLFD    [13, "async fiber MAU, full duplex mode"]&lt;BR /&gt;
dot3MauType100BaseTXHD   [15, "2 pair category 5 UTP, half duplex mode"]&lt;BR /&gt;
dot3MauType100BaseTXFD   [16, "2 pair category 5 UTP, full duplex mode"]&lt;BR /&gt;
dot3MauType100BaseFXHD   [17, "X fiber over PMT, half duplex mode"]&lt;BR /&gt;
dot3MauType100BaseFXFD   [18, "X fiber over PMT, full duplex mode"]&lt;BR /&gt;
dot3MauType100BaseT2HD   [19, "2 pair category 3 UTP, half duplex mode"]&lt;BR /&gt;
dot3MauType100BaseT2FD   [20, "2 pair category 3 UTP, full duplex mode"]&lt;BR /&gt;
dot3MauType1000BaseXFD   [22, "PCS/PMA, unknown PMD, full duplex mode"]&lt;BR /&gt;
dot3MauType1000BaseLXFD  [24, "Fiber over long-wavelength laser, full duplex mode"]&lt;BR /&gt;
dot3MauType1000BaseSXFD  [26, "Fiber over short-wavelength laser, full duplex mode"]&lt;BR /&gt;
dot3MauType1000BaseTFD   [30, "Four-pair Category 5 UTP, full duplex mode"]&lt;BR /&gt;
Because ifMauDefaultType supports read/write capability, the speed/duplex may be changed for a port (within a range supported by the port) by setting that port's Raw Value to the OID path value (based from 'dot3MauType=1.3.6.1.2.1.26.4') which will yield the desired hard-set speed/duplex behavior (&lt;A href="http://bit.ly/18oyNPc" target="_blank" rel="nofollow noreferrer noopener"&gt;4674&lt;/A&gt;). The correct OID path value representing "dot3MauType.&amp;lt;&lt;I&gt;instance&lt;/I&gt;&amp;gt;" is constructed using the instance number listed above after the opening square bracket. &lt;BR /&gt;
&lt;BR /&gt;
For example, a 10/100 port would show up with a ifMauDefaultType Formatted Value of "dot3MauType10BaseTHD" (10HD) by default. To change the port to operate at 100FD (equivalent to issuing the CLI commands 'set port speed &amp;lt;&lt;I&gt;port#&lt;/I&gt;&amp;gt; 100' and 'set port duplex &amp;lt;&lt;I&gt;port#&lt;/I&gt;&amp;gt; full') whenever port negotiation is disabled, you'd effectively need to change the Formatted Value to read as "dot3MauType100BaseTXFD", but to do &lt;I&gt;that&lt;/I&gt;, you would actually change the Raw Value to1.3.6.1.2.1.26.4.16, representing the 16th instance of the dot3MauType OID. Since most of this OID string is already present in the Raw Value field, you'll only need to change the last octet. If you receive a "Data Type Mismatch" error, you are trying to change the Formatted Value rather than the Raw Value. &lt;BR /&gt;
&lt;BR /&gt;
Port negotiation may be viewed and toggled by targeting the correct port instance of read/write OID 'ifMauAutoNegAdminStatus=1.3.6.1.2.1.26.5.1.1.1' (also referenced in &lt;A href="http://bit.ly/1eATpma" target="_blank" rel="nofollow noreferrer noopener"&gt;5298&lt;/A&gt;). Raw Values of 2 or 1 (equivalent to issuing the CLI commands 'set port negotiation &amp;lt;&lt;I&gt;port#&lt;/I&gt;&amp;gt; disable' or 'set port negotiation &amp;lt;&lt;I&gt;port#&lt;/I&gt;&amp;gt; enable') yield, respectively, Formatted Values of "disabled" or "enabled" (default). &lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Note:&lt;/U&gt; A port's &lt;I&gt;operating&lt;/I&gt; speed and duplex state is not stored/retrievable in any SNMP MIB OID.</description>
      <pubDate>Thu, 28 Nov 2013 03:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/faqs/i-g-d-c-b-a-series-snmp-polling-for-port-speed-duplex/m-p/49640#M605</guid>
      <dc:creator>FAQ_User</dc:creator>
      <dc:date>2013-11-28T03:31:00Z</dc:date>
    </item>
  </channel>
</rss>

