Michael Hale | 6 Dec 2006 14:53
Picon

collecting and graphing ifHCInOctets and ifHCOutOctets...

Hello Everybody,

I'm having trouble collecting Counter64 ifHCInOctets and  
ifHCOutOctets from some Cisco 7609s we manage and I was hoping that  
one of you could help me figure out what is going on.

In the Defaults file at the top of the config tree(/home/cricket/ 
cricket-config ), I've tried snmp-version = 2 and = 2c

The HC counters are defined:

OID    ifHCInOctets           1.3.6.1.2.1.31.1.1.1.6
OID    ifHCInUcastPkts        1.3.6.1.2.1.31.1.1.1.7
OID    ifHCOutOctets          1.3.6.1.2.1.31.1.1.1.10
OID    ifHCOutUcastPkts       1.3.6.1.2.1.31.1.1.1.11

I've added the datasources:

dataSource ifHCInOctets
     ds-source        =   snmp://%snmp%/ifHCInOctets.%inst%

dataSource ifHCOutOctets
     ds-source        =   snmp://%snmp%/ifHCOutOctets.%inst%

Created the graphs:

graph   ifHCInOctets
     color       =   dark-green
     draw-as     =       AREA
     legend      =       "Average bits in"
(Continue reading)


Gmane