<?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 issues with GbE2c in BladeSystem - General</title>
    <link>https://community.hpe.com/t5/bladesystem-general/snmp-issues-with-gbe2c/m-p/4789016#M23948</link>
    <description>Hi Thomas&lt;BR /&gt;&lt;BR /&gt;I can help you with one answer according to the MIB.&lt;BR /&gt;roetsroe@linux-mhe8:~&amp;gt; snmptranslate -Td -m all 1.3.6.1.2.1.31.1.1.1.10.277&lt;BR /&gt;IF-MIB::ifHCOutOctets.277&lt;BR /&gt;ifHCOutOctets OBJECT-TYPE&lt;BR /&gt;  -- FROM       IF-MIB&lt;BR /&gt;  SYNTAX        Counter64&lt;BR /&gt;  MAX-ACCESS    read-only&lt;BR /&gt;  STATUS        current&lt;BR /&gt;  DESCRIPTION   "The total number of octets transmitted out of the&lt;BR /&gt;            interface, including framing characters.  This object is a&lt;BR /&gt;            64-bit version of ifOutOctets.&lt;BR /&gt;&lt;BR /&gt;            Discontinuities in the value of this counter can occur at&lt;BR /&gt;            re-initialization of the management system, and at other&lt;BR /&gt;            times as indicated by the value of&lt;BR /&gt;            ifCounterDiscontinuityTime."&lt;BR /&gt;::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifXTable(1) ifXEntry(1) ifHCOutOctets(10) 277 }&lt;BR /&gt;&lt;BR /&gt;It is a 64 bit counter.&lt;BR /&gt;It should wrap roughly at 3.68934881474e+19.&lt;BR /&gt;&lt;BR /&gt;I would suggest looking at support with it.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Gerhard&lt;BR /&gt;</description>
    <pubDate>Wed, 18 May 2011 14:05:40 GMT</pubDate>
    <dc:creator>Gerhard Roets</dc:creator>
    <dc:date>2011-05-18T14:05:40Z</dc:date>
    <item>
      <title>SNMP issues with GbE2c</title>
      <link>https://community.hpe.com/t5/bladesystem-general/snmp-issues-with-gbe2c/m-p/4789015#M23947</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;got a C7000 with 4 GbE2c's handed down to have a look at the individual blades traffic and generate some stats.&lt;BR /&gt;The GbE2c's are running firmware 5.1.3 and I'm using cacti to get some nice graphs, but graphing the GbE2c's traffic doesnt really work that well.&lt;BR /&gt;&lt;BR /&gt;Apparently the 64 bit traffic counters roll over at 2^32 bit as well so the graphs top out at around 100Mbit/s instead of going nearly to the port maximum when running iperf at 940Mbit/s for even half an hour...&lt;BR /&gt;&lt;BR /&gt;snmpwalk shows this quite clearly:&lt;BR /&gt;&lt;BR /&gt;# date ; snmpget -v2c -c xxxx 10.160.1.213 .1.3.6.1.2.1.31.1.1.1.10.277&lt;BR /&gt;Tue May 17 21:27:26 CEST 2011&lt;BR /&gt;IF-MIB::ifHCOutOctets.277 = Counter64: 4288293561&lt;BR /&gt;&lt;BR /&gt;# date ; snmpget -v2c -c xxxx 10.160.1.213 .1.3.6.1.2.1.31.1.1.1.10.277&lt;BR /&gt;Tue May 17 21:27:27 CEST 2011&lt;BR /&gt;IF-MIB::ifHCOutOctets.277 = Counter64: 61872149&lt;BR /&gt;&lt;BR /&gt;Now I'm wondering if &lt;BR /&gt;- I'm the only one seeing this weird behaviour?&lt;BR /&gt;- the Blade-Center admins have to enable something obscure on the switches to get the 64 bit counters to actually work as 64 bit counters?&lt;BR /&gt;- if I (and cacti) am using the wrong oid to query the 64 bit traffic counters?&lt;BR /&gt;- or this is really a firmware bug?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Thomas</description>
      <pubDate>Tue, 17 May 2011 18:32:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/snmp-issues-with-gbe2c/m-p/4789015#M23947</guid>
      <dc:creator>Thomas Joebstl</dc:creator>
      <dc:date>2011-05-17T18:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP issues with GbE2c</title>
      <link>https://community.hpe.com/t5/bladesystem-general/snmp-issues-with-gbe2c/m-p/4789016#M23948</link>
      <description>Hi Thomas&lt;BR /&gt;&lt;BR /&gt;I can help you with one answer according to the MIB.&lt;BR /&gt;roetsroe@linux-mhe8:~&amp;gt; snmptranslate -Td -m all 1.3.6.1.2.1.31.1.1.1.10.277&lt;BR /&gt;IF-MIB::ifHCOutOctets.277&lt;BR /&gt;ifHCOutOctets OBJECT-TYPE&lt;BR /&gt;  -- FROM       IF-MIB&lt;BR /&gt;  SYNTAX        Counter64&lt;BR /&gt;  MAX-ACCESS    read-only&lt;BR /&gt;  STATUS        current&lt;BR /&gt;  DESCRIPTION   "The total number of octets transmitted out of the&lt;BR /&gt;            interface, including framing characters.  This object is a&lt;BR /&gt;            64-bit version of ifOutOctets.&lt;BR /&gt;&lt;BR /&gt;            Discontinuities in the value of this counter can occur at&lt;BR /&gt;            re-initialization of the management system, and at other&lt;BR /&gt;            times as indicated by the value of&lt;BR /&gt;            ifCounterDiscontinuityTime."&lt;BR /&gt;::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ifMIB(31) ifMIBObjects(1) ifXTable(1) ifXEntry(1) ifHCOutOctets(10) 277 }&lt;BR /&gt;&lt;BR /&gt;It is a 64 bit counter.&lt;BR /&gt;It should wrap roughly at 3.68934881474e+19.&lt;BR /&gt;&lt;BR /&gt;I would suggest looking at support with it.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Gerhard&lt;BR /&gt;</description>
      <pubDate>Wed, 18 May 2011 14:05:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/snmp-issues-with-gbe2c/m-p/4789016#M23948</guid>
      <dc:creator>Gerhard Roets</dc:creator>
      <dc:date>2011-05-18T14:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP issues with GbE2c</title>
      <link>https://community.hpe.com/t5/bladesystem-general/snmp-issues-with-gbe2c/m-p/4789017#M23949</link>
      <description>Thanks, just did that.&lt;BR /&gt;I've verified by having a look at the port stats the switch reports via cli and it shows the same behaviour so I guess this is really a firmware bug.</description>
      <pubDate>Wed, 18 May 2011 18:20:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/snmp-issues-with-gbe2c/m-p/4789017#M23949</guid>
      <dc:creator>Thomas Joebstl</dc:creator>
      <dc:date>2011-05-18T18:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP issues with GbE2c</title>
      <link>https://community.hpe.com/t5/bladesystem-general/snmp-issues-with-gbe2c/m-p/7001254#M23950</link>
      <description>&lt;P&gt;Well,&lt;/P&gt;&lt;P&gt;Long time passed from original message, but I face the same issue with firmeware 5.1.2.&lt;/P&gt;&lt;P&gt;Was this ever fixed? having problems with cacti monitoring the interface mbps (spped)&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp; &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Avi&lt;/P&gt;</description>
      <pubDate>Sun, 01 Apr 2018 15:34:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/snmp-issues-with-gbe2c/m-p/7001254#M23950</guid>
      <dc:creator>AviKlempner</dc:creator>
      <dc:date>2018-04-01T15:34:46Z</dc:date>
    </item>
  </channel>
</rss>

