Hello,
In a subagent, when I want to update the value of an (for example) INTEGER
mib, I use the following line in Netsnmp_Node_Handler * myhandler(...):
          snmp_set_var_typed_value(requests->requestvb, ASN_INTEGER,
v->value, sizeof(long));

HOW can I update the value of a Counter32 mib? In other word: what should I
put instead of ASN_INTEGER?

I cant find the appropriate definition in "asn.h"
Thanks,
Mostafa
------------------------------------------------------------------------------
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to