<?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: SNMP OID to query the status of auto-polarity in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-oid-to-query-the-status-of-auto-polarity/m-p/22743#M2035</link>
    <description>There is a value for this in MIB2 standards.&lt;BR /&gt;
&lt;A href="http://www.ietf.org/rfc/rfc3635.txt" target="_blank" rel="nofollow noreferrer noopener"&gt;http://www.ietf.org/rfc/rfc3635.txt&lt;/A&gt;&lt;BR /&gt;
I do not have access to the right OID now but I could look it up. &lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Wed, 28 May 2014 00:09:00 GMT</pubDate>
    <dc:creator>andreas1</dc:creator>
    <dc:date>2014-05-28T00:09:00Z</dc:date>
    <item>
      <title>SNMP OID to query the status of auto-polarity</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-oid-to-query-the-status-of-auto-polarity/m-p/22741#M2033</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I would like to query the auto-polarity status of interfaces through SNMP for XOS switch. Can anyone share the SNMP OID to me?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Elmer&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 26 May 2014 19:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-oid-to-query-the-status-of-auto-polarity/m-p/22741#M2033</guid>
      <dc:creator>r_____________9</dc:creator>
      <dc:date>2014-05-26T19:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: SNMP OID to query the status of auto-polarity</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-oid-to-query-the-status-of-auto-polarity/m-p/22742#M2034</link>
      <description>I couldn't found any MIB information for auto polarity in chapter "52 Supported Standards, Protocols, and MIBs" of EXOS concept guide. I believe we won't have OID for polling auto polarity information. However, you could run the SNMPwalk using any MIB browser and confirms.&lt;BR /&gt;</description>
      <pubDate>Mon, 26 May 2014 23:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-oid-to-query-the-status-of-auto-polarity/m-p/22742#M2034</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-05-26T23:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: SNMP OID to query the status of auto-polarity</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-oid-to-query-the-status-of-auto-polarity/m-p/22743#M2035</link>
      <description>There is a value for this in MIB2 standards.&lt;BR /&gt;
&lt;A href="http://www.ietf.org/rfc/rfc3635.txt" target="_blank" rel="nofollow noreferrer noopener"&gt;http://www.ietf.org/rfc/rfc3635.txt&lt;/A&gt;&lt;BR /&gt;
I do not have access to the right OID now but I could look it up. &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 28 May 2014 00:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-oid-to-query-the-status-of-auto-polarity/m-p/22743#M2035</guid>
      <dc:creator>andreas1</dc:creator>
      <dc:date>2014-05-28T00:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: SNMP OID to query the status of auto-polarity</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-oid-to-query-the-status-of-auto-polarity/m-p/22744#M2036</link>
      <description>Andreas,&lt;BR /&gt;
&lt;BR /&gt;
Would it have to show up in something like this ( filtering port 29 information )&lt;BR /&gt;
/usr/bin/snmpwalk -v 2c -c public 10.1.1.1 1.3.6.1.2.1.2.2.1 | grep 1029&lt;BR /&gt;
IF-MIB::ifIndex.1029 = INTEGER: 1029&lt;BR /&gt;
IF-MIB::ifDescr.1029 = STRING: X440-48p-10G Port 29&lt;BR /&gt;
IF-MIB::ifType.1029 = INTEGER: ethernetCsmacd(6)&lt;BR /&gt;
IF-MIB::ifMtu.1029 = INTEGER: 1500&lt;BR /&gt;
IF-MIB::ifSpeed.1029 = Gauge32: 0&lt;BR /&gt;
IF-MIB::ifPhysAddress.1029 = STRING: 0:4:96:98:26:89&lt;BR /&gt;
IF-MIB::ifAdminStatus.1029 = INTEGER: up(1)&lt;BR /&gt;
IF-MIB::ifOperStatus.1029 = INTEGER: down(2)&lt;BR /&gt;
IF-MIB::ifLastChange.1029 = Timeticks: (12900) 0:02:09.00&lt;BR /&gt;
IF-MIB::ifInOctets.1029 = Counter32: 0&lt;BR /&gt;
IF-MIB::ifInUcastPkts.1029 = Counter32: 0&lt;BR /&gt;
IF-MIB::ifInNUcastPkts.1029 = Counter32: 0&lt;BR /&gt;
IF-MIB::ifInDiscards.1029 = Counter32: 0&lt;BR /&gt;
IF-MIB::ifInErrors.1029 = Counter32: 0&lt;BR /&gt;
IF-MIB::ifInUnknownProtos.1029 = Counter32: 0&lt;BR /&gt;
IF-MIB::ifOutOctets.1029 = Counter32: 0&lt;BR /&gt;
IF-MIB::ifOutUcastPkts.1029 = Counter32: 0&lt;BR /&gt;
IF-MIB::ifOutNUcastPkts.1029 = Counter32: 0&lt;BR /&gt;
IF-MIB::ifOutDiscards.1029 = Counter32: 0&lt;BR /&gt;
IF-MIB::ifOutErrors.1029 = Counter32: 0&lt;BR /&gt;
IF-MIB::ifOutQLen.1029 = Gauge32: 0&lt;BR /&gt;
IF-MIB::ifSpecific.1029 = OID: SNMPv2-SMI::internet&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Oct 2015 16:16:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-oid-to-query-the-status-of-auto-polarity/m-p/22744#M2036</guid>
      <dc:creator>Leo_Bistmans1</dc:creator>
      <dc:date>2015-10-06T16:16:00Z</dc:date>
    </item>
  </channel>
</rss>

