Re: Windows development environment?

2007-01-10 Thread Robert Story
On Tue, 09 Jan 2007 12:13:16 -0800 Daniel wrote: DL> I am looking into purchasing MS Visual "something". From the net-snmp DL> docs, I went looking for Visual C++. DL> I went to the MS product site and found the free Visual C++ 2005 Express DL> Edition. DL> DL> Would this be able to compile a wo

Re: Problems with snmp getbulk

2007-01-10 Thread Juergen Schoenwaelder
On Wed, Jan 10, 2007 at 03:06:05PM +, Dave Shield wrote: > > On 09/01/07, Lilach Givaty <[EMAIL PROTECTED]> wrote: > > You are right, it isn't in the snmpd project. Sorry. > > But maybe you can help me, when I do getbulk with max-repetitions very > > large, I get a response from my device that

Re: Problems with snmp getbulk

2007-01-10 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On 09/01

Re: net-snmp version?

2007-01-10 Thread Dave Shield
On 10/01/07, mahua dutta <[EMAIL PROTECTED]> wrote: > Is there any version of the snmp sub agent ? we can > configure snmpd to v1/v2/v3. How to check what kind of > PDU (v1/v2/v3 ) is sent by subagent? The communication between master agent and subagent doesn't use SNMP at all. It uses 'AgentX'

Re: Legacy code. Can send V1 traps. V2 traps result in "Invalid notification format"

2007-01-10 Thread Dave Shield
On 09/01/07, Kapil Sharma <[EMAIL PROTECTED]> wrote: > The only other way I can think of is using netsnmp_variable_list instead of > netsnmp_pdu and calling snmp_varlist_add_var() instead of > snmp_pdu_add_variable(). Do you think that would work? No. It's not *how* you're adding the varbinds that