Re: Error OID not increasing...

2012-04-17 Thread Dominique bastien
You need to check in dot3StatsTable_interface.c There is no element for id = 12 you need to clean the code to go from 11 to 13. /* dot3StatsCarrierSenseErrors(11)/COUNTER/ASN_COUNTER/u_long(u_long)//l/A/w/e/r/d/h */ case COLUMN_DOT3STATSCARRIERSENSEERRORS: var->val_len = sizeof(u_l

Re: snmpset

2012-04-17 Thread Niels Baggesen
On Tue, Apr 17, 2012 at 08:47:04PM +0530, Jasti Durgashree wrote: > Hi all, > can anyone please tell me about how to set oid value in snmpset.c? man snmpset ??? What is it you do not understand? /Niels -- Niels Baggesen - @home - Ã…rhus - Denmark - [email protected] The purpose of co

Re: Error OID not increasing...

2012-04-17 Thread Robert Story
On Mon, 16 Apr 2012 17:31:28 -0500 Jes wrote: J> I am developing support for the EtherLike-MIB and another custom MIB J> with Ethernet statistics. J> J> For both MIBS I have a problem in my handler (when I receive a J> MODE_GETNEXT), that I get the column number for the first column ok(via J> n

snmpset

2012-04-17 Thread Jasti Durgashree
Hi all, can anyone please tell me about how to set oid value in snmpset.c? -- Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitori

Re: Parsing a mib text file

2012-04-17 Thread Dave Shield
On 17 April 2012 13:34, Andrew Hood wrote: > Another vote for libsmi, but if you don't understand SMI syntax and > semantics quite well you will find smilint's error messages have a > steep learning curve. I'd have to say that if you don't understand SMI syntax and semantics fairly well, then you

Re: Parsing a mib text file

2012-04-17 Thread Andrew Hood
Dave Shield wrote: > On 17 April 2012 07:32, sadanand harkantra wrote: > >>I have a mib text file and want to check if there is any net-snmp command >>that can be used to >>parse a mib text file and check for any error in the text file. > > > The Net-SNMP suite is probably not the right tool i

Re: Parsing a mib text file

2012-04-17 Thread Dave Shield
On 17 April 2012 07:32, sadanand harkantra wrote: > I have a mib text file and want to check if there is any net-snmp command > that can be used to > parse a mib text file and check for any error in the text file. The Net-SNMP suite is probably not the right tool in this situation. Our MIB parse