Hi,
  i wrote new mib using mib2c.create-dataset.conf, my mib execute a command and store the result. I use add_row in the snmpd.conf to add/del parameters to execute a command.
 
  When i rum snmpwalk ....... it´s ok see below on piece:
 
 
snmpwalk ...............................   .1.3.6.1.4.10.2.1.1
.
.
.
 
SNMPv2-SMI::private.10.2.1.1.1.8.1 = STRING: "13.82"
SNMPv2-SMI::private.10.2.1.1.1.8.2 = STRING: "3.31"
SNMPv2-SMI::private.10.2.1.1.1.8.3 = STRING: "40.00"
So when i rum snmpget
 
snmpget ...........................  .1.3.6.1.4.10.2.1.1.1.8.1
SNMPv2-SMI::private.10.2.1.1.1.8.1 = STRING: "3.31"  
snmpget .............................. .1.3.6.1.4.10.2.1.1.1.8.2
SNMPv2-SMI::private.10.2.1.1.1.8.2 = STRING: "40.00"
snmpget .............................. .1.3.6.1.4.10.2.1.1.1.8.3
SNMPv2-SMI::private.10.2.1.1.1.8.3 = STRING: "13.82"
 
So the value of the get is different of the walk, who can i resolve this incompatibility of the values ? Am i using the correct API ?
 
 
 
-------------
Wesley Naves de Faria
Analista de suporte
FreeBSD/OpenBSD/Linux
AGANP - Agência Goiana de Administração Negócios Públicos
Contato: +55 (0XX62) 3201-6582

Reply via email to