<?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: getsnmp not working for &amp;quot;extremeRtStats&amp;quot; in ExtremeSwitching (EOS)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-eos/getsnmp-not-working-for-quot-extremertstats-quot/m-p/18018#M629</link>
    <description>Summit48Si, ancient but good stuff, I think you need to enable RMon on the ports to get these mibs working.</description>
    <pubDate>Thu, 19 Jan 2017 19:36:00 GMT</pubDate>
    <dc:creator>OscarK</dc:creator>
    <dc:date>2017-01-19T19:36:00Z</dc:date>
    <item>
      <title>getsnmp not working for "extremeRtStats"</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/getsnmp-not-working-for-quot-extremertstats-quot/m-p/18017#M628</link>
      <description>Hi community,&lt;BR /&gt;
&lt;BR /&gt;
I have a Summit48si and need to monitor port errros like CRC &amp;amp; collisions. I see from MIB files there are following OIDs available:&lt;BR /&gt;
- extremeRtStatsCRCAlignErrors extremeRtStatsCRCAlignErrors  1.3.6.1.4.1.1916.1.11.1.1.3&lt;BR /&gt;
- extremeRtStatsCollisions extremeRtStatsCollisions  1.3.6.1.4.1.1916.1.11.1.1.8&lt;BR /&gt;
&lt;BR /&gt;
When I try to featch them I got message OID does not exist.&lt;BR /&gt;
Using "snmpwalk" I see "extremeRtStats", module that contains all port counters is also not recognized:&lt;BR /&gt;
      snmpwalk -v2c -c private 10.121.27.39 1.3.6.1.4.1.1916.1.11&lt;BR /&gt;
      SNMPv2-SMI::enterprises.1916.1.11 = No Such Object available on this agent at this OID&lt;BR /&gt;
&lt;BR /&gt;
Is there any extra configuration to get these port statistics available via SNMP?&lt;BR /&gt;
&lt;BR /&gt;
Thanks your help in advance,&lt;BR /&gt;
Wanderley &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jan 2017 19:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/getsnmp-not-working-for-quot-extremertstats-quot/m-p/18017#M628</guid>
      <dc:creator>Wanderley_Benac</dc:creator>
      <dc:date>2017-01-19T19:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: getsnmp not working for "extremeRtStats"</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/getsnmp-not-working-for-quot-extremertstats-quot/m-p/18018#M629</link>
      <description>Summit48Si, ancient but good stuff, I think you need to enable RMon on the ports to get these mibs working.</description>
      <pubDate>Thu, 19 Jan 2017 19:36:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/getsnmp-not-working-for-quot-extremertstats-quot/m-p/18018#M629</guid>
      <dc:creator>OscarK</dc:creator>
      <dc:date>2017-01-19T19:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: getsnmp not working for "extremeRtStats"</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/getsnmp-not-working-for-quot-extremertstats-quot/m-p/18019#M630</link>
      <description>This is a FlexView I created to monitor CRC errors on uplink ports. Many of our customers are running 10g on old 62.5u fiber, so this became a necessary standard addition to NetSight installations. &lt;BR /&gt;
&lt;BR /&gt;
If you use Console you can run it on ports groups instead of devices. But for what you're looking to do the web client should work fine.&lt;BR /&gt;
&lt;A href="https://www.dropbox.com/s/t2jsl15gyigwm4z/Problem_Uplinks.tpl?dl=0" target="_blank" rel="nofollow noreferrer noopener"&gt;https://www.dropbox.com/s/t2jsl15gyigwm4z/Problem_Uplinks.tpl?dl=0&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
I do think you need to enable RMon.</description>
      <pubDate>Thu, 19 Jan 2017 19:36:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/getsnmp-not-working-for-quot-extremertstats-quot/m-p/18019#M630</guid>
      <dc:creator>davidj_cogliane</dc:creator>
      <dc:date>2017-01-19T19:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: getsnmp not working for "extremeRtStats"</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/getsnmp-not-working-for-quot-extremertstats-quot/m-p/18020#M631</link>
      <description>I found issue, according to Extreme manual is necessary to "enable rmon" to get port statistics working.&lt;BR /&gt;
As soon rmon was enabled I got port statistics via SNMP available, see bellow:&lt;BR /&gt;
    1)      With “rmon” disabled (by default is disabled):&lt;BR /&gt;
&lt;BR /&gt;
    #&amp;gt; snmpwalk -v2c -c public  10.0.0.1 1.3.6.1.4.1.1916.1.11.1.1.3.57&lt;BR /&gt;
SNMPv2-SMI::enterprises.1916.1.11.1.1.3.57  = No Such Instance currently exists at this OID    &lt;BR /&gt;
&lt;BR /&gt;
2)      With "rmon enabled" via command "enable rmon":    #&amp;gt; snmpwalk -v2c -c public  10.0.0.1 1.3.6.1.4.1.1916.1.11.1.1.3.57&lt;BR /&gt;
SNMPv2-SMI::enterprises.1916.1.11.1.1.3.57  = Counter32: 1    &lt;BR /&gt;
&lt;BR /&gt;
Thanks for all support got on this forum&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jan 2017 22:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/getsnmp-not-working-for-quot-extremertstats-quot/m-p/18020#M631</guid>
      <dc:creator>Wanderley_Benac</dc:creator>
      <dc:date>2017-01-23T22:14:00Z</dc:date>
    </item>
  </channel>
</rss>

