<?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: EXOS hardware detection, wrong sysObjectID for X690, X770, X870 or any switch in stack in ExtremeSwitching (Other)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-other/exos-hardware-detection-wrong-sysobjectid-for-x690-x770-x870-or/m-p/9827#M855</link>
    <description>Hello Ron, thank you very much for the reply.&lt;BR /&gt;
&lt;BR /&gt;
That explains everything.&lt;BR /&gt;</description>
    <pubDate>Wed, 05 Sep 2018 16:50:00 GMT</pubDate>
    <dc:creator>Xperia_Go</dc:creator>
    <dc:date>2018-09-05T16:50:00Z</dc:date>
    <item>
      <title>EXOS hardware detection, wrong sysObjectID for X690, X770, X870 or any switch in stack</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/exos-hardware-detection-wrong-sysobjectid-for-x690-x770-x870-or/m-p/9824#M852</link>
      <description>Hello all,&lt;BR /&gt;
&lt;BR /&gt;
As commented in other posts, the correct way to get the hardware type of an EXOS device using snmp, is with sysObjectID.&lt;BR /&gt;
&lt;BR /&gt;
Doing that for X690, X770, X870, it always return:&lt;BR /&gt;
&lt;BR /&gt;
:~$ snmpget -v2c -c public sparex690 1.3.6.1.2.1.1.2.0&lt;BR /&gt;
.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.1916.2.93&lt;BR /&gt;
SNMPv2-MIB::sysObjectID.0 = OID: EXTREME-BASE-MIB::summitVer2Stack&lt;BR /&gt;
Looking the MIBs definitions it said (ExtremeXOS-22.4.1.4-MIB):&lt;BR /&gt;
&lt;BR /&gt;
summitVer2Stack     OBJECT IDENTIFIER ::= { extremeProduct 93 }&lt;BR /&gt;
         -- A stacked version of the EXOS Summit X450's, X250's&lt;BR /&gt;
But non of the requested device are X450 nor X250.&lt;BR /&gt;
&lt;BR /&gt;
If I do the same snmp request to another device:&lt;BR /&gt;
&lt;BR /&gt;
:~$ snmpget -v2c -c public sparebd8806 1.3.6.1.2.1.1.2.0&lt;BR /&gt;
.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.1916.2.74&lt;BR /&gt;
SNMPv2-MIB::sysObjectID.0 = OID: EXTREME-BASE-MIB::bd8806&lt;BR /&gt;
It returns correctly the product as stated in the MIB:&lt;BR /&gt;
&lt;BR /&gt;
bd8806                 OBJECT IDENTIFIER ::= { extremeProduct 74 }&lt;BR /&gt;
           -- Black Diamond 8800 6 slot chassis&lt;BR /&gt;
The MIB has the definition product for  X690, X770, X870:&lt;BR /&gt;
&lt;BR /&gt;
.1.3.6.1.4.1.1916.2.194 = Summit X770-32q&lt;BR /&gt;
.1.3.6.1.4.1.1916.2.237(238) = Summit X870-32C&lt;BR /&gt;
.1.3.6.1.4.1.1916.2.247(248) = X690&lt;BR /&gt;
So, the questions, &lt;BR /&gt;
1. Why is returning the wrong sysObjectID?&lt;BR /&gt;
2. Is it because the devices have the stacking enabled? If is because of that, then;&lt;BR /&gt;
3. How correctly get the Extreme Product using stacking?&lt;BR /&gt;
&lt;BR /&gt;
Thanks.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Sep 2018 15:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/exos-hardware-detection-wrong-sysobjectid-for-x690-x770-x870-or/m-p/9824#M852</guid>
      <dc:creator>Xperia_Go</dc:creator>
      <dc:date>2018-09-05T15:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS hardware detection, wrong sysObjectID for X690, X770, X870 or any switch in stack</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/exos-hardware-detection-wrong-sysobjectid-for-x690-x770-x870-or/m-p/9825#M853</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
I also found this problem&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Sep 2018 16:16:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/exos-hardware-detection-wrong-sysobjectid-for-x690-x770-x870-or/m-p/9825#M853</guid>
      <dc:creator>Bartek</dc:creator>
      <dc:date>2018-09-05T16:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS hardware detection, wrong sysObjectID for X690, X770, X870 or any switch in stack</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/exos-hardware-detection-wrong-sysobjectid-for-x690-x770-x870-or/m-p/9826#M854</link>
      <description>On a standalone switch the SysObjectId will respond with the individual product ID but as soon it is a stack it will respond with “1.3.6.1.4.1.1916.2.93” meaning that this is a EXOS summit stack.&lt;BR /&gt;
&lt;BR /&gt;
 As a stack can consist of multiple platforms that is what you get from the stack master. The only problem is that the MIB definition is created at the time there were only stacks of X450 and/or X250&lt;BR /&gt;
&lt;BR /&gt;
The actual stack members are visible through another OID:&lt;BR /&gt;
&lt;BR /&gt;
1.3.6.1.4.1.1916.1.33.2.1.2 (extremeStackMemberType)&lt;BR /&gt;
&lt;BR /&gt;
The switch is doing what it supposed to do, It say “this is a stack” and then you need to examine the stack members to see what types they are.&lt;BR /&gt;
&lt;BR /&gt;
Whatever combination of EXOS units you have in your stack the result will always “1.3.6.1.4.1.1916.2.93” (summitVer2Stack)&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Sep 2018 16:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/exos-hardware-detection-wrong-sysobjectid-for-x690-x770-x870-or/m-p/9826#M854</guid>
      <dc:creator>Ron_Huygens</dc:creator>
      <dc:date>2018-09-05T16:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS hardware detection, wrong sysObjectID for X690, X770, X870 or any switch in stack</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/exos-hardware-detection-wrong-sysobjectid-for-x690-x770-x870-or/m-p/9827#M855</link>
      <description>Hello Ron, thank you very much for the reply.&lt;BR /&gt;
&lt;BR /&gt;
That explains everything.&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Sep 2018 16:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/exos-hardware-detection-wrong-sysobjectid-for-x690-x770-x870-or/m-p/9827#M855</guid>
      <dc:creator>Xperia_Go</dc:creator>
      <dc:date>2018-09-05T16:50:00Z</dc:date>
    </item>
  </channel>
</rss>

