|
From: james b. <jos...@ya...> - 2008-08-08 17:16:58
|
Hi,
I built cricket with version 1.0.5 on solaris 2.9. It works with my own perl script to collect data from counters with 64 bits on cisco routers. When I issue a manual command of :
snmpget -v 2c -c xxxx xxxxxxxx 1.3.6.1.2.1.31.1.1.1.6.155
I get a correct output:
IF-MIB::ifHCInOctets.155 = Counter64: 1575225528121462
But when I use the collector I get for all my devices the error of:
Received SNMP response with error code noSuchName. OID: 1.3.6.1.2.1.31.1.1.1.6.155
I do not know if it matter, but I tried both snmp version setting of 2 and 2c in my Default file with no difference:
snmp-version = 2c
and
snmp-version = 2
I searched and could not identify what I am doing wrong.
Thanks in advance for your help in pointing me into the right direction.
|