I've added the import statement, and recompiled. And still, on RowStatus set - I get a timeout error. Same for when I "walk" the table (stuck when need to get RowStatus data)
It would be very helpful to see an example "C" file, if such exists. Thank you, Naama -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Dave Shield Sent: Thursday, July 26, 2012 11:36 AM To: Naama Bar Menachem Cc: [email protected] Subject: Re: How to delete/add line from raw table? On 26 July 2012 09:28, Naama Bar Menachem <[email protected]> wrote: > I am sorry! I accidently sent you one of my experiments... > Here is the correct command and files: It's OK - the problem is the same in both cases. You are using the type 'RowStatus' in your MIB file, but you aren't importing it. So the SNMP tools don't know what this means, and hence how to define the corresponding variables. It's always worth running your MIB through a validation tool such as 'smilint' before starting to use it. That would throw up this sort of problem. Dave ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
