Hello,

 

I had the same problem. It seems that when using an Unisgned value in a
table the default function which checks the variable type doesn't work
properly.

 

Try using this one:

 

ret = netsnmp_check_vb_type(requests->requestvb, ASN_UNSIGNED);

 

-----------------

Marc Arazo

 

________________________________

De: lucky goyal [mailto:[EMAIL PROTECTED] 
Enviado el: martes, 04 de noviembre de 2008 12:05
Para: [email protected]
Asunto: HOW to use snmpset to set value of a COUNTER64 type OID
parameter

 

Hi ALL,

I want to set a OID parameter which is of type "COUNTER64" using
'snmpset'. The parameter has MAX-ACCESS read-write and is member of a
Table. I am trying following command

 snmpset -v2c -cpublic localhost MY-MIB::Variable.1 U 1234

But agent sends back a response with error status as  WRONG_TYPE(7). 

Could anyone please tell how to set value of this COUNTER64 variable.

Thanks and Regards,
Lucky

 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to