2008/6/19 Zack Little <[EMAIL PROTECTED]>: > I'm not sure why my listener isn't translating it properly since it handles > standard DateAndTime objects (such as hrSystemDate) just fine.
Does your listener load and use the MIB definitions for this object? Remember that DateAndTime is not a distinct type within the SNMP protocol - it's simply an octet string (with binary values). So there's no way of telling from the basic PDU, how this value should be displayed. The Year-Month-Day, Hour:Minute:Day [TZone] format is a "display hint", which is only indicated by the MIB object definition - not the raw SNMP data. So if the relevant MIB file isn't loaded, then an application won't know to display the value in this manner. Dave ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
