<?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 - stack-ports and switch utilization in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-stack-ports-and-switch-utilization/m-p/16774#M431</link>
    <description>Hi, Drew!&lt;BR /&gt;
&lt;BR /&gt;
I find the same:&lt;BR /&gt;
2.&lt;BR /&gt;
• extremeStackingPortStatusChanged    • IfIndex: Interface Index of the port&lt;BR /&gt;
&lt;BR /&gt;
    • extremeStackingPortRemoteMac: MAC Address of the  remote switch attached to this port&lt;BR /&gt;
&lt;BR /&gt;
    • extremeStackingPortLinkSpeed: Indicates 10/100/1000  Mbps&lt;BR /&gt;
&lt;BR /&gt;
    • extremeStackingPortLinkStatus: Status  of the link&lt;BR /&gt;
&lt;BR /&gt;
3.&lt;BR /&gt;
&lt;BR /&gt;
EXTREME-FDB-MIB&lt;BR /&gt;
&lt;BR /&gt;
    extremeCpuMonitorTotalUtilization&lt;BR /&gt;
&lt;BR /&gt;
    extremeMemoryMonitorSystem&lt;BR /&gt;
&lt;BR /&gt;
But Customer want:&lt;BR /&gt;
&lt;BR /&gt;
2 - tx/rx frames, errors on stack ports&lt;BR /&gt;
&lt;BR /&gt;
3 - limited recources of switch (fdb I find too, but there is also quantity of routes, arp, neigbours... - to see, when there overflow of limited resources)&lt;BR /&gt;
&lt;BR /&gt;
Thank you!&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Fri, 12 Jun 2015 20:01:00 GMT</pubDate>
    <dc:creator>Alexandr_P</dc:creator>
    <dc:date>2015-06-12T20:01:00Z</dc:date>
    <item>
      <title>SNMP - stack-ports and switch utilization</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-stack-ports-and-switch-utilization/m-p/16770#M427</link>
      <description>Hello, colleagues!&lt;BR /&gt;
&lt;BR /&gt;
Hav e 2 questions:&lt;BR /&gt;
1. Is there possibility to monitoring recources utilization through SNMP? (like arp-table, routing table, fdb)&lt;BR /&gt;
2. Is there possibility to monitoring productivity of stack-ports?&lt;BR /&gt;
In EXOS User Guide there is no MIBs for stack ports in Ch.50 - Supported MIBs.&lt;BR /&gt;
But there is in stack configuration chapter - Setting Traps for Stacking and there is a lot of MIBs for EXTREME-STACKING-MIB in MIB.txt&lt;BR /&gt;
&lt;BR /&gt;
Thank you!</description>
      <pubDate>Wed, 10 Jun 2015 18:26:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-stack-ports-and-switch-utilization/m-p/16770#M427</guid>
      <dc:creator>Alexandr_P</dc:creator>
      <dc:date>2015-06-10T18:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: SNMP - stack-ports and switch utilization</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-stack-ports-and-switch-utilization/m-p/16771#M428</link>
      <description>P.S. For Summit switches</description>
      <pubDate>Wed, 10 Jun 2015 18:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-stack-ports-and-switch-utilization/m-p/16771#M428</guid>
      <dc:creator>Alexandr_P</dc:creator>
      <dc:date>2015-06-10T18:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: SNMP - stack-ports and switch utilization</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-stack-ports-and-switch-utilization/m-p/16772#M429</link>
      <description>Any ideas?</description>
      <pubDate>Thu, 11 Jun 2015 18:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-stack-ports-and-switch-utilization/m-p/16772#M429</guid>
      <dc:creator>Alexandr_P</dc:creator>
      <dc:date>2015-06-11T18:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: SNMP - stack-ports and switch utilization</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-stack-ports-and-switch-utilization/m-p/16773#M430</link>
      <description>Hi Alexandr,&lt;BR /&gt;
 Are you wanting to see entries in the tables?&lt;BR /&gt;
 The extremeFdbIpFdbTable @ OID .1.3.6.1.4.1.1916.1.16.2 gives you MAC Address, IP address, VLAN ID, and port number.   It's almost the same as &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;show iparp&lt;/PRE&gt;&lt;/DIV&gt;.  I don't see any OID for showing utilization/limits, but it's possible that I missed one.&lt;BR /&gt;
&lt;BR /&gt;
For stack ports, do you want to see the utilization and link status?&lt;BR /&gt;
That &lt;I&gt;might&lt;/I&gt; be in extremePortUtilizationTable @ OID .1.3.6.1.4.1.1916.1.4.5&lt;BR /&gt;
Might also find information in extremeStackingPortTable @ OID .1.3.6.1.4.1.1916.1.33.3&lt;BR /&gt;
&lt;BR /&gt;
The switch I'm testing these on isn't stacked, so I'm not sure.&lt;BR /&gt;
&lt;BR /&gt;
I hope this helps!&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jun 2015 19:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-stack-ports-and-switch-utilization/m-p/16773#M430</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2015-06-12T19:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: SNMP - stack-ports and switch utilization</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-stack-ports-and-switch-utilization/m-p/16774#M431</link>
      <description>Hi, Drew!&lt;BR /&gt;
&lt;BR /&gt;
I find the same:&lt;BR /&gt;
2.&lt;BR /&gt;
• extremeStackingPortStatusChanged    • IfIndex: Interface Index of the port&lt;BR /&gt;
&lt;BR /&gt;
    • extremeStackingPortRemoteMac: MAC Address of the  remote switch attached to this port&lt;BR /&gt;
&lt;BR /&gt;
    • extremeStackingPortLinkSpeed: Indicates 10/100/1000  Mbps&lt;BR /&gt;
&lt;BR /&gt;
    • extremeStackingPortLinkStatus: Status  of the link&lt;BR /&gt;
&lt;BR /&gt;
3.&lt;BR /&gt;
&lt;BR /&gt;
EXTREME-FDB-MIB&lt;BR /&gt;
&lt;BR /&gt;
    extremeCpuMonitorTotalUtilization&lt;BR /&gt;
&lt;BR /&gt;
    extremeMemoryMonitorSystem&lt;BR /&gt;
&lt;BR /&gt;
But Customer want:&lt;BR /&gt;
&lt;BR /&gt;
2 - tx/rx frames, errors on stack ports&lt;BR /&gt;
&lt;BR /&gt;
3 - limited recources of switch (fdb I find too, but there is also quantity of routes, arp, neigbours... - to see, when there overflow of limited resources)&lt;BR /&gt;
&lt;BR /&gt;
Thank you!&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jun 2015 20:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-stack-ports-and-switch-utilization/m-p/16774#M431</guid>
      <dc:creator>Alexandr_P</dc:creator>
      <dc:date>2015-06-12T20:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: SNMP - stack-ports and switch utilization</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-stack-ports-and-switch-utilization/m-p/16775#M432</link>
      <description>I don't see anything in the MIB for that information.  The only option I can think of right now is logging into the switch and collecting it via script.&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jun 2015 20:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-stack-ports-and-switch-utilization/m-p/16775#M432</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2015-06-12T20:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: SNMP - stack-ports and switch utilization</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-stack-ports-and-switch-utilization/m-p/16776#M433</link>
      <description>Thank you, Drew!</description>
      <pubDate>Fri, 12 Jun 2015 22:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-stack-ports-and-switch-utilization/m-p/16776#M433</guid>
      <dc:creator>Alexandr_P</dc:creator>
      <dc:date>2015-06-12T22:55:00Z</dc:date>
    </item>
  </channel>
</rss>

