When I try to get a 64 bit counter variable (e.g. ifHCInOctets) using snmpget function, following error message was appeared.
Error in packet: (noSuchName) There is no such variable name in this MIB
The solution for this is to use snmp2_get(); function. The prameters are same as snmpget();