On 26 January 2011 06:37, Abraham Varricatt <[email protected]> wrote: > Now, while "locallogtarget" is a part of the table I created, it's also the > table index.
What does the MIB definition of the table look like? In particular, what is the MAX-ACCESS value of the 'localLogTarget' object? If it's part of the indexing for the table, then it should really be defined as "not-accessible" (and shouldn't then be covered by LOCALLOGTABLE_MIN_COL) A common error is to make all the columns of the table (*including* the index objects) readable. This might well confuse the mib2c code. Dave ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
