2009/12/28 Francesco Andreozzi - Gamestorm.it
<[email protected]>:
> I write some agents, all works great!
> when i start a snmpd some agent have a null value..

The value of a MIB object must match the syntax defined
in the MIB file.   This cannot include the type NULL.

The NULL syntax is only used with GET* requests, as a placeholder
in the varbind to be retrieved.   I don't believe it can appear in a
(successful) RESPONSE packet.  It certainly can't be used in a SET request.

Many string-based objects may start with the value of an empty string,
which is sometimes referred to as a null string value.  You should be
able to SET this value as well.
   But you can't set the NULL value.

Dave

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to