problem to generate the code using mib2c

2011-01-11 Thread sanjay kumar
I have problem to generate the code using mib2c: snmptranslate 1.3.6.1.4.1.388.11.2.2.11.10 SYMBOL-CC-WS2000-MIB::auditLoggingCfgTable sym...@debian-build01:~/Sanjay$ mib2c -c mib2c.iterate.conf SYMBOL-CC-WS2000-MIB::auditLoggingCfgTable *you didn't give me a valid OID to start with at /usr/loca

Re: snmpv3 context question

2011-01-11 Thread aravind narasimhan
The problem is resolved when the application uses different engineId's to talk to the 2 agents it is polling information from. Thanks to Wes and Dave for their inputs. On Thu, Dec 23, 2010 at 12:36 AM, Dave Shield wrote: > On 23 December 2010 07:06, aravind narasimhan wrote: >> I sure will try

Re: problem to generate the code using mib2c

2011-01-11 Thread Abraham Varricatt
> > snmptranslate 1.3.6.1.4.1.388.11.2.2.11.10 > SYMBOL-CC-WS2000-MIB::auditLoggingCfgTable > > sym...@debian-build01:~/Sanjay$ mib2c -c mib2c.iterate.conf > SYMBOL-CC-WS2000-MIB::auditLoggingCfgTable > *you didn't give me a valid OID to start with at /usr/local/bin/mib2c line > 115.* > Out of c

Mib Parsing trouble in using snmptranslate

2011-01-11 Thread tallain.ext
Good evening, I'm Thibaut Allain and i'm currently working for Orange-FT group, a french telecommunication company. I'm trying to build a shell script using the net snmp tools on a red hat server. The script has to automatically check the validity of inputs which are mib files. For example, dis

Re: Mib Parsing trouble in using snmptranslate

2011-01-11 Thread Dave Shield
On 11 January 2011 16:30, wrote: > The script has to automatically check the validity of inputs which are mib > files. > For example, display errors during the parsing of mib files to sort the > wrong and the good files. If you need to check the validity of MIB files, then I'd suggest that you

Re: problem to generate the code using mib2c

2011-01-11 Thread Dave Shield
On 11 January 2011 13:31, sanjay kumar wrote: > I have problem to generate the code using mib2c: > > snmptranslate  1.3.6.1.4.1.388.11.2.2.11.10 > SYMBOL-CC-WS2000-MIB::auditLoggingCfgTable > > sym...@debian-build01:~/Sanjay$ mib2c -c mib2c.iterate.conf > SYMBOL-CC-WS2000-MIB::auditLoggingCfgTable

Re: generating user defined traps

2011-01-11 Thread Dave Shield
On 10 January 2011 18:05, MAS . wrote: > I have snmp daemon running on my special hardware. I want to generate trap > after checking particular register. so how and where to add my code (in c). > how to monitor some register continuously? I suggest you consider this problem in two parts: - th

Adding row indices for a new table row created by a manager

2011-01-11 Thread Homan, Dave
Hi all, I am using NetSNMP 5.5, and have created a simple subagent using mib2c.create-dataset.conf to manage a table. I've had great success using the table data set handler, but now I want to support row creation from an SNMP manager. Can someone please clarify how (or if) table_dataset.c crea