Index error problem

2009-06-11 Thread Jay Atkinson
Hi, I'm not sure if this is a bug in NetSNMP yet or not, but I'd thought I would ask the users if I've missed something. I have this really long index to send to a mib entry value's row status. I'm trying to create it via netsnmp and have been unsuccessful everytime. I asked another co-worker t

Running the subaent as a master agent - how do I get the master agent to respond to get requests?

2009-06-11 Thread Joan Landry
Originally I had a subagent working with a masteragent via agentx. So I ran snmpd. Unfortunately I had a lot of timing issues and so now I am going to try to run the subagent as the master agent. My init is as follows: init_agent("snmpSubagent"); init_snmp("snmpSubagent"); init_m

FW: crash in net-snmp agent

2009-06-11 Thread Samer Vazdekis
From: sbazd...@hotmail.com To: harda...@users.sourceforge.net Subject: RE: crash in net-snmp agent Date: Thu, 11 Jun 2009 11:46:55 -0400 It would take us lots of time to test and qualify new code which already done for version 5.2.1.2. It would be more convenient for the mean time

Re: crash in net-snmp agent

2009-06-11 Thread Wes Hardaker
> On Wed, 10 Jun 2009 10:55:35 -0400, Samer Vazdekis > said: SV> I'm running net-snmp agent version 5.2.1.2. I got the following SV> crash when running snmptable command. Any idea if this is a known SV> issue. Is there a fix already?. 5.2.1.2 is quite old. Can you at least try 5.2.5.1

Re: Loading V1 Mibs

2009-06-11 Thread Dave Shield
2009/6/11 Sowmya P Venkatesh : > Is this not taken care by Net-SNMP while doing the read_mib function? If you tell the Net-SNMP library to load two MIBs, it will try to load both MIBs. If these are duplicates of each other, the library will probably handle this OK. If these are almost-but-not-qui

RE: Loading V1 Mibs

2009-06-11 Thread Sowmya P Venkatesh
Is this not taken care by Net-SNMP while doing the read_mib function? -Original Message- From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Thursday, June 11, 2009 5:54 PM To: Sowmya P Venkatesh Cc: net-snmp-users@lists.sourceforge.net Sub

Re: Loading V1 Mibs

2009-06-11 Thread Dave Shield
2009/6/11 Sowmya P Venkatesh : > I am loading 2 mibs –  if i use both cisco-vtp and CISCO-VTP-MIB-V1SMI That sounds suspiciously like two alternative versions of the same MIB. In which case, you should *NOT* load both of them. Just load the later (SMIv2) one - ignore the V1SMI version. Dave ---

Loading V1 Mibs

2009-06-11 Thread Sowmya P Venkatesh
Hi, I am loading 2 mibs - if i use both cisco-vtp and CISCO-VTP-MIB-V1SMI Then the tree structure contains 2 nodes like CiscoVtpMib VtpNotifications VtpNotificationsPrefix VtpNotifications#

Re: Query regarding Net-SNMP support with SQlite database..

2009-06-11 Thread Dave Shield
2009/6/11 kishore babu : > I want to know, if there is the support for SQLite database(3.0) interface > for Net-SNMP agent(possibly C-api interface to query with Sqlite database). There's nothing in the basic agent framework that will connect to any form of database - SQLite, MySQL, PostGres, etc.

Help required regarding Net-SNMP support with SQlite database..

2009-06-11 Thread Borra, Kishore Babu
Hi All, Iam member of the net-snmp-users. I want to know, if there is the support for SQLite database(3.0) interface for Net-SNMP agent(possibly C-api interface to query with Sqlite database). I tried to search in the Net, but cannot able to find the useful info. It would be great, if you can p

Re: Problem with snmpset.

2009-06-11 Thread Dave Shield
2009/6/10 May The Dog : > 1) Is there any document for the syntax in snmpd.conf man snmpd.conf > 2) In Emanate,  we can get the sender's IP address by How do you know the request was received over IP? There may not *be* an IP address. > In Net-Snmp, I did: > > void SecLog_GetOperatorId(..

Query regarding Net-SNMP support with SQlite database..

2009-06-11 Thread kishore babu
Hi All, I want to know, if there is the support for SQLite database(3.0) interface for Net-SNMP agent(possibly C-api interface to query with Sqlite database). I tried to search in the Net, but cannot able to find the useful info. It would be great, if you can provide some help on this. Th