Re: Working on net-snmp

2013-01-14 Thread Dave Shield
On 13 January 2013 14:30, Vivek Nagaraj wrote: > I had a quick question. Can you please suggest me platform (OS) and tools > (IDE) used to develop and test feature/bugs? Basic advice - use what you are most comfortable with. I do most of my development on Linux, with a command-line terminal. If

Re: Working on net-snmp

2013-01-13 Thread Vivek Nagaraj
Dave, I had a quick question. Can you please suggest me platform (OS) and tools (IDE) used to develop and test feature/bugs? I seem a bit confused at the moment considering a few options such as Windows with Cygwin or MSVC and Linux (any flavor) with gcc. What do you consider a good one for a be

Re: Working on net-snmp

2013-01-11 Thread Vivek Nagaraj
Thanks Dave. >From sourceforge.net: #164 snmptrapd: modify forwarded traps >> I hope this is what you mentioned. Let me take a loot at it and get back to you on this. Vivek On Thu, Jan 10, 2013 at 9:53 PM, Dave Shield wrote: > On 10 January 2013 16:00, Vivek Nagaraj wrote: > > Any bugs / fea

Re: Working on net-snmp

2013-01-10 Thread Dave Shield
On 10 January 2013 16:00, Vivek Nagaraj wrote: > Any bugs / feature requests in net-snmp that you might think I can handle as > a fresher, can you please point me to? One relatively self-contained feature that should be reasonably straightforward to implement would be to extend the "forward" mech

Re: Working on net-snmp

2013-01-10 Thread Vivek Nagaraj
Suna, The company I work for monitors the RAID controller through SNMP and provides SNMP traps too using a pass-through script. Dave, Any bugs / feature requests in net-snmp that you might think I can handle as a fresher, can you please point me to? Thanks, Vivek --

Re: Working on net-snmp

2013-01-09 Thread Dave Shield
On 9 January 2013 14:03, Vivek Nagaraj wrote: > My passion was always to contribute a little bit to the opensource softwares. > This might also provide me a good insight of how net-snmp works behind the > scenes. OK - so you're looking for some idea about what you might do with/for the project

Re: Working on net-snmp

2013-01-09 Thread Vivek Nagaraj
Dave, The level of detail was less. Sorry for that. Ok. Coming to the point, I am a computer science graduate mainly working on C/C++/Java programming language projects for nearly three years. My passion was always to contribute a little bit to the opensource softwares. You might ask why I chos

Re: Working on net-snmp

2013-01-08 Thread Dave Shield
On 8 January 2013 11:16, Vivek Nagaraj wrote: > I am interested to work on net-snmp. What are you wanting to do with the software? It's a bit difficult to offer advice given the level of detail you have provided so far :-) Dave ---

Working on net-snmp

2013-01-08 Thread Vivek Nagaraj
Hello, I am interested to work on net-snmp. Can anyone help me on this? Thanks, Vivek -- Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS and more. Get SQL Server skills now (including 2012) with Lea

Re: snmpwalk not working but snmpget is working on net-snmp 5.6.2

2012-08-01 Thread Madhu Sudhana Rao
Thanks, Dave. I will look into the issues you pointed out below -madhu. On Wed, Aug 1, 2012 at 1:23 PM, Dave Shield wrote: > On 1 August 2012 07:23, Madhu Sudhana Rao wrote: > > I think table is registering correctly, as I am getting snmpget output > looks > > correct > > Yes - that sounds rea

Re: snmpwalk not working but snmpget is working on net-snmp 5.6.2

2012-08-01 Thread Dave Shield
On 1 August 2012 07:23, Madhu Sudhana Rao wrote: > I think table is registering correctly, as I am getting snmpget output looks > correct Yes - that sounds reasonable. > only problem is with snmpwalk and getnext I see from your code that you are using the iterator helper. This is designed to

Re: snmpwalk not working but snmpget is working on net-snmp 5.6.2

2012-07-31 Thread Madhu Sudhana Rao
On Tue, Jul 31, 2012 at 5:53 PM, Dave Shield wrote: > On 31 July 2012 13:14, Madhu Sudhana Rao wrote: > > It is not part of the standard agent, I added this proprietary table. > > > > Copied .c and .h files of myifTable from (agent/mibgroup), which is > working > > properly (both snmpget & snmp

Re: snmpwalk not working but snmpget is working on net-snmp 5.6.2

2012-07-31 Thread Dave Shield
On 31 July 2012 13:14, Madhu Sudhana Rao wrote: > It is not part of the standard agent, I added this proprietary table. > > Copied .c and .h files of myifTable from (agent/mibgroup), which is working > properly (both snmpget & snmpwalk) in version 5.2.1 to version 5.6.2 but in > latest version o

Re: snmpwalk not working but snmpget is working on net-snmp 5.6.2

2012-07-31 Thread Madhu Sudhana Rao
On Tue, Jul 31, 2012 at 1:28 PM, Dave Shield wrote: > On 30 July 2012 15:27, Madhu Sudhana Rao wrote: > > I replaced net-snmp version 5.2.1 to 5.6.2 which is working on all the > > tables but for one of the table, > > Which table? > Is this one you wrote yourself, or part of the standard agent? >

Re: snmpwalk not working but snmpget is working on net-snmp 5.6.2

2012-07-31 Thread Dave Shield
On 30 July 2012 15:27, Madhu Sudhana Rao wrote: > I replaced net-snmp version 5.2.1 to 5.6.2 which is working on all the > tables but for one of the table, Which table? Is this one you wrote yourself, or part of the standard agent? >snmpget comman

snmpwalk not working but snmpget is working on net-snmp 5.6.2

2012-07-30 Thread Madhu Sudhana Rao
Hi, I replaced net-snmp version 5.2.1 to 5.6.2 which is working on all the tables but for one of the table, snmpget command is working fine but snmpwalk command is giving " NO SUCH OBJECT ON THIS OID" and for snmptable I am getting "No entries. I wrote few snmp_log messages and debugged the code