>>>>> On Wed, 30 Jul 2008 01:34:06 +0530, "srenivasan rs" <[EMAIL PROTECTED]> >>>>> said:
sr> I am trying to set a boolean mib object in Net-SNMP R5.4.1 agent. sr> But, the agent is giving the following error when I try to do snmpWalk sr> on the boolean objects. I have also attached the agent code snippet here. sr> I am compiling the agent code using VC++ 2008 express edition. ASN_BOOLEAN actually isn't a valid SNMP data type. You should use an integer instead. -- Wes Hardaker Sparta, Inc. ------------------------------------------------------------------------- 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-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
