which is stable? 5.3.1 or 5.4?

2007-01-09 Thread Kurapati M-G19456
Hello List, Currently we are using NET-SNMP-5.2.2. We are planning to migrate to the later versions of NET-SNMP. Is NET-SNMP-5.3.1 or NET-SNMP-5.4 is stable? Are there any API signature changes for the helpers described in table.c? scalar_group.c from 5.2.2 in the later versions? Please

RE: -I -interfaces startup parameters for SNMPD.

2006-12-26 Thread Kurapati M-G19456
(): agent_handler.c, 426: handler:returned: handler old_api returned 0 This looks like, SNMPD is trying to get the data for all the interfaces in /proc/dev/net. Please help me in resolving this issue. Regards Mahesh -Original Message- From: Kurapati M-G19456 Sent: Tuesday, December 26, 2006

RE: -I -interfaces startup parameters for SNMPD.

2006-12-26 Thread Kurapati M-G19456
-Original Message- From: Kurapati M-G19456 Sent: Wednesday, December 27, 2006 11:50 AM To: Kurapati M-G19456; Dave Shield Cc: net-snmp-users@lists.sourceforge.net Subject: RE: -I -interfaces startup parameters for SNMPD. I have started snmpd as follows. ./snmpd -x 705 -I -interfaces

snmpd port number

2006-12-21 Thread Kurapati M-G19456
All, I am using net-snmp-5.2.2. when I start the SNMPD with ./snmpd -x 705 -I -interfaces, I am seeing the following as the netstat output. netstat -apn|grep snmpd tcp0 0 0.0.0.0:705 0.0.0.0:* LISTEN 10231/snmpd udp0 0 0.0.0.0:161

programmatic interface to do an SNMPGET operation?

2006-12-21 Thread Kurapati M-G19456
All, Is there a programmatic interface available to do an SNMPGET from one of my application? Regards Mahesh - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the

-I -interfaces startup parameters for SNMPD.

2006-12-21 Thread Kurapati M-G19456
Dear list, I am using NET-SNMP-5.2.2. When I start the snmpd with the above start up parameters, I see that SNMPD still builds the interfaces data. But, it does not service any requests on interfaces MIB. How to avoid SNMPD not to build this interface database? Is there a configure option

RE: Are SNMP INFORMS availbe in the version of Net-SNMP we use ???

2006-12-14 Thread Kurapati M-G19456
All, Is there a good way to suppress a Trap today i.e. does Net-SNMP provide us with a command line utility that may be used for suppressing TRAPs. Regards Mahesh - Take Surveys. Earn Cash. Influence the Future of IT Join

RE: Are SNMP INFORMS availbe in the version of Net-SNMP we use ???

2006-12-14 Thread Kurapati M-G19456
To: Kurapati M-G19456 Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Are SNMP INFORMS availbe in the version of Net-SNMP we use ??? On 14/12/06, Kurapati M-G19456 [EMAIL PROTECTED] wrote: Is there a good way to suppress a Trap today i.e. does Net-SNMP provide us with a command line utility

RE: MAX-ACCESS of table index

2006-12-13 Thread Kurapati M-G19456
PROTECTED] Sent: Thursday, December 14, 2006 11:40 AM To: Kurapati M-G19456; net-snmp-users@lists.sourceforge.net Subject: RE: MAX-ACCESS of table index Hi Mahesh, Many thanks for your answer. But what if the table has one read-create or read-write columnar objects? For example in case of ifTable

RE: MAX-ACCESS of table index

2006-12-13 Thread Kurapati M-G19456
My apologies being not clear. I tried to put my understanding the MAX-ACCESS clause applicability with respect to objects which are idices. Not for the other columnar objects. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jiang jilin Sent:

RE: snmpd crash when AgentX subagent does not respond

2006-10-25 Thread Kurapati M-G19456
Try applying the following patch: http://sourceforge.net/tracker/index.php?func=detailaid=1565703group_id=12694atid=312694 Caution: Patch is based on NET-SNMP-5.2.2 Regards Mahesh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Josef Moellers Sent:

SNMPD crash

2006-09-21 Thread Kurapati M-G19456
Hello list, We are seeing the following crash in NET-SNMP-5.2.2 for SNMPD. Looks like, SNMPD is trying to access freed reginfo, as part of servicing the delegated request when SubAgent is dead. Following is the core for the same. (gdb) bt#0 netsnmp_call_handlers (reginfo=0x14300101,

SubAgent crash in net-snmp-5.2.2

2006-09-11 Thread Kurapati M-G19456
Hello list, We are using NET-SNMP-5.2.2 in subagent code. We saw subagent crashed when agent is crashed. Reason seems to be that, in _sess_read(), FD_ISSET() is crashed. Following is the code snippet: file: net-snmp-5.2.2/snmplib/snmp_api.c _sess_read() { . if

problem in table_container helper functions in NET-SNMP-5.2.2

2006-09-07 Thread Kurapati M-G19456
Hello List, Following code in table_container.c, resets the column number to the first column when a getnext is issued on the second column with no idexes. if(tblreq-number_indexes == 0) { row = CONTAINER_FIRST(c); problem source; } else { Instead, it

gettimeofday()

2006-08-28 Thread Kurapati M-G19456
Hello list, We are using NET-SNMP-5.2.2. Recently we had faced a problem in reconnecting the SubAgent with master agent. All of a sudden the time at which subagent retries to connect to SNMPD has become very huge. Because of this SubAgent was not able to communicate with SNMPD. Later

RE: agent[x]PingInterval

2006-05-31 Thread Kurapati M-G19456
Title: agent[x]PingInterval This tag is meant for SubAgent. It should not be placed in snmpd.conf, if I am right. Regards Mahesh From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sauterel FabriceSent: Wednesday, May 31, 2006 1:20 PMTo:

agentxPingInterval is configurable with this patch.

2006-04-18 Thread Kurapati M-G19456
Hello list, I have attached the files modified to support configurable ping interval at SubAgent using the tag agentxPingInterval in subagent_appl.conf file. These files are based on NET-SNMP-5.2.2. Please let me know how do I submit the patch? Thanks Mahesh agentx_config.c Description:

History of commands serviced?

2006-03-27 Thread Kurapati M-G19456
All, Does the snmpd maintain the history of commands that it has serviced? Like, from which SNMP Manager that request has come?? Mahesh --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications

Memory leaks in SET processing.

2005-12-20 Thread Kurapati M-G19456
All, 1. We are using NET-SNMP-5.1.1 in our SubAgent. We are seeing a 1K of meomory leak for each of the SET request [SET request is processed by the SubAgent]. Is there a patch available for this? 2. Has this problem fixed in 5.1.2? I could see that this is fixed in 5.2.2, but not in 5.1.2

UNH test cases for SNMP

2005-12-12 Thread Kurapati M-G19456
All, Did anybody run UNH SNMP Compliance test cases on NET-SNMP? Any statistics regarding this will be greatly appreciated. Thanks Mahesh --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop!

GETBULK--GETNEXT conversion in AGENTX.

2005-12-12 Thread Kurapati M-G19456
All, We are using NET-SNMP-5.1.1. We observed that, snmpd is converting a GETBULK request into GETNEXT, and passing on the GETNEXT to a SubAgent. Is this how snmpd is supposed to work? SubAgent is registering bulk_to_next() handler as part of the OID registration. Inspite of this

Unregister is not working in NET-SNMP-5.2.2.

2005-12-01 Thread Kurapati M-G19456
All, We are using NET-SNMP-5.2.2.rc6. When the SubAgent unregisters the OID with the Agent using unregister_mib_context() API. Though a valid OID is given as input to this function, we are seeing SubAgent sending JUNK oids to the Agent for unregister. Has this behavior been observed by

NET-SNMP-5.2.2.rc6 version typos?

2005-11-30 Thread Kurapati M-G19456
NET-SNMP-5.2.2.rc6 install is installing the libraries as libnetsnmp.9.0.0. Version number is wrong. The other typo is that version on snmpd gives rc3 as the version. FYI, Mahesh --- This SF.net email is sponsored by: Splunk Inc. Do you

Release date for NET-SNMP-5.2.2 decided?

2005-11-30 Thread Kurapati M-G19456
All, By when NET-SNMP-5.2.2 will be availble for general use? Any ideas? Mahesh --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes

RE: SNMPGETNEXT on the last column of last row is not jumping to the next table

2005-11-29 Thread Kurapati M-G19456
On Wed, 16 Nov 2005 00:09:03 +0800 Kurapati wrote: KMG We recently migrated to NET-SNMP-5.2.1.2 from NET-SNMP-5.1.1. We KMG are runnnig snmpd in the agentx mode. In our implementations, we KMG are using the helpers as defined in table.c. Our implementation of KMG the tables is as per the

RE: table.c helper return code

2005-11-29 Thread Kurapati M-G19456
: Tuesday, November 29, 2005 11:36 PM To: Kurapati M-G19456 Cc: net-snmp-users@lists.sourceforge.net Subject: Re: table.c helper return code On Tue, 29 Nov 2005 00:26:52 +0800 Kurapati wrote: KMG What error should the subagent return in a GETNEXT response on a KMG table with no rows in it? Should

table.c helper return code

2005-11-28 Thread Kurapati M-G19456
Title: Message Hi all, we are using NET-SNMP-5.2.1.2 in Agentx mode. What error should the subagentreturnin a GETNEXT response on a table with no rows in it? Should it be GENERR, orNO_OBJECT, orNO_SUCHINSTANE? We are using table.c helper functions in the SubAgent. Yourclarifications

Net-snmp-5.2.2.rc4 configure o/p mismatch

2005-11-07 Thread Kurapati M-G19456
Hi, After doing the ./configure for net-snmp-5.2.2.rc4, I am seeing the Net-SNMP version as 5.2.2.rc3 in the configuration summary banner. Is this a typo in the configure.in file? Or Something else? BTW, Any ideas on the date of 5.2.2 final release? Thanks Mahesh

RE: Net-snmp-5.2.2.rc4 configure o/p mismatch

2005-11-07 Thread Kurapati M-G19456
stable enough?, one of the mail in mailing list suggests to wait for 5.2.2.] or wait for 5.3? Thanks in advance, Mahesh -Original Message- From: Dave Shield [mailto:[EMAIL PROTECTED] Sent: Monday, November 07, 2005 4:19 PM To: Kurapati M-G19456 Cc: net-snmp-users@lists.sourceforge.net

How to do an SNMPSET (net-snmp command line interface) on an object of Opaque type?

2005-10-25 Thread Kurapati M-G19456
as of OCTET STRING type? Is there a way to do this without enabling OPAQUE_SPECIAL_TYPES? Thanks in advance, Mahesh -Original Message- From: Dave Shield [mailto:[EMAIL PROTECTED] Sent: Monday, October 24, 2005 9:30 PM To: Kurapati M-G19456 Cc: net-snmp-users@lists.sourceforge.net Subject: Re

Help regarding C64 Textual Conventiond defined in Understanding SNMP MIBs - Perkins

2005-10-24 Thread Kurapati M-G19456
Hi all, I need your help in understanding the Counter64 representation as mentioned in Understanding SNMP MIBs by DAVID PERKINS, page 51. The book quotes an example the BER serialization of value 56782 of type COUNTER 64 is '9f760300ddce'h. In the above example, value 9f76 is the value of the

RE: Help regarding C64 Textual Conventiond defined inUnderstanding SNMP MIBs - Perkins

2005-10-24 Thread Kurapati M-G19456
Dave, Thanks for the clarifications. Mahesh -Original Message- From: Dave Shield [mailto:[EMAIL PROTECTED] Sent: Monday, October 24, 2005 9:30 PM To: Kurapati M-G19456 Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Help regarding C64 Textual Conventiond defined

How to make snmpd NOT to generate coldStart trap?

2005-10-11 Thread Kurapati M-G19456
Hi all, I am using NET-SNMP-5.1.1. 'snmpd' generates coldStart trap the moment it comes up. I want to hijack this trap, and wants one of my application to generate this trap. Is there a specific startup parameter with which I need to start snmpd, to achieve this? Is there a MIB variable

warmStart trap?

2005-10-07 Thread Kurapati M-G19456
Hi all, I went through the sources of snmpd, in search of when this "warmStart" trap will be generated? I am seeing a "coldStart" trap getting generated? Can somebody help me in understanding in which case snmpd generated "warmStart" trap? Thanks Mahesh

IP Address for the snmpd configurable?

2005-06-23 Thread Kurapati M-G19456
Hi all, Is the IP address on which the snmpd listens configurable? I think in the current implementation snmpd gets the ip address of 'eth0' and listens only on that. I went through the different startup parameters of the snmpd, I could find only for -x i.e agentx mode. Is my understanding

RE: Availability of agentx header files.

2005-05-26 Thread Kurapati M-G19456
Our SNMP SubAgent is a separate process built with the APIs. I am not clubiing it with the SNMP Agent Daemon. I guess in such a case we reuire these headers I guess. Mahesh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kurapati M-G19456 Sent

RE: Availability of agentx header files.

2005-05-24 Thread Kurapati M-G19456
On Thu, 19 May 2005 16:54:25 +0530 Kurapati wrote: KMG I tried to see the contents of net-snmp-devel-5.1.2-1.rh9.i386.rpm KMG contents using rpm -qpl option. KMG KMG I could not find any of the agentx files in this rpm. KMG (agentx_config.h, protocol.h, etc...) KMG KMG Please let me know, are

Availability of agentx header files.

2005-05-19 Thread Kurapati M-G19456
Hi all, We are trying to install NET-SNMP-5.1.1 RPM. But when we install this we are not seeing the 'include' files not getting created in /usr/include/net-snmp. But, I observed that, when we did confiugre(--prefix=/usr), make, and make install we observed that /usr/include/net-snmp

RE: Availability of agentx header files.

2005-05-19 Thread Kurapati M-G19456
: Dave Shield [mailto:[EMAIL PROTECTED] Sent: Thursday, May 19, 2005 2:27 PM To: Kurapati M-G19456 Cc: Net-SNMP Subject: Re: Availability of agentx header files. On Thu, 2005-05-19 at 08:21, Kurapati M-G19456 wrote: We are trying to install NET-SNMP-5.1.1 RPM. But when we install this we

Agentx: Duplicate registrations errocode is not sent back to the caller

2005-05-12 Thread Kurapati M-G19456
Hi, I am using NET-SNMP-5.1.1. Agent runs in Agentx mode. If two different subagent processes (not part of the agents), registers the same MIBs with the Agent, Agent returns AGENTX_ERR_DUPLICATE_REGISTRATION error code in the PDU. But this error code is not sent back to the caller.

RE: sub-agent SIGPIPE?

2005-04-05 Thread Kurapati M-G19456
Hi all, Is this bug fixed in 5.2? If not, any ideas in which release this will be available? Thanks Mahesh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wes Hardaker Sent: Friday, October 29, 2004 6:29 AM To: net-snmp-users@lists.sourceforge.net

SNMP Agent startup time??

2005-03-17 Thread Kurapati M-G19456
Hi all, Does any body have any figures on how much time does SNMP Agent takes to come to a stable state[reading the conf files, building the MIBs database, what all different MIBs it loads, etc...] to service the requests since its inception? Any information on the Performance will be

RE: Managing multiple instances of a MIB

2005-02-18 Thread Kurapati M-G19456
Response as mahesh -Original Message- From: Mark Clinton [mailto:[EMAIL PROTECTED] Sent: Saturday, February 12, 2005 12:27 AM To: Kurapati M-G19456 Cc: net-snmp-users@lists.sourceforge.net; net-snmp-coders@lists.sourceforge.net Subject: Re: Managing multiple instances of a MIB Thank

NET-SNMP Binaries distribution along with the commercial software ?

2004-12-09 Thread Kurapati M-G19456
Hi all, I need a clarification on distribution of net-snmp binaries along with a commercial software. Is it OK to distribute? Are there any copyright issues? Any experiences, regarding this? Please clarify me. Thanks Mahesh --- SF

PERL module in NET-SNMP distribution.

2004-12-08 Thread Kurapati M-G19456
Title: Message Hi All, I am having a question on the contents of 'perl' directory in the NET-SNMP distribution.I went through the faq and learnt that it is used by mib2c and the MIB browser. It is not part of the NET-SNMP libraries. Meaning SNMP Agent and the other .so s of

SNMP and CIM

2004-11-21 Thread Kurapati M-G19456
Hi all, Any clues on where to get more data about CIM and SNMP interworking would be greatly helpful. I did some googling, I got CIM and LDAP interworking but not CIM and SNMP. Thanks Mahesh --- SF email is sponsored by - The IT Product

About Ipv6 MIBs support

2004-11-18 Thread Kurapati M-G19456
Hi all, We are using NET-SNMP-5.1.1. I am having a question about IPv6 MIBs support in NET-SNMP package. Do I need to configure with --enable_ipv6 to get these IPv6 MIBs build into the system? Or is it that the IPv6 MIBs will be built into Agent, if I compile the package even without

RE: Route Metrics

2004-11-17 Thread Kurapati M-G19456
Refer to ipCidrRouteNumber in RFC2096, if I understand your question correctly. Thanks Mahesh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Murali Bestha Sent: Thursday, November 18, 2004 11:53 AM To: [EMAIL PROTECTED] Subject: Route Metrics Hi

RE: Is there a MIB value for geographic location?

2004-11-04 Thread Kurapati M-G19456
sysLocation.0 in system group of MIB-II(RFC-1213) Mahesh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Goodenough Sent: Thursday, November 04, 2004 3:57 PM To: [EMAIL PROTECTED] Subject: Is there a MIB value for geographic location? I realise

Net-snmp with IPSec

2004-10-04 Thread Kurapati M-G19456
Can the NET-SNMP work with IP Sec protocol? When I looked at include/net-snmp/library/ directory, I could not find any file to support IPSec. I could find files to handle TCP and UDP over IP and IPv6. But not for IPSec. Please clarify me. Thanks Mahesh

RE: Help needed for BITS implementation

2004-09-07 Thread Kurapati M-G19456
Are you implementing your MIB in a subagent? Or, are you compiling it as part of the SNMP Agent? it in your e-mail is not clearly telling which part(subagent/agent) of the SNMP that you are talking about. Mahesh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

RE: subagent giving error

2004-09-06 Thread Kurapati M-G19456
Title: Message Check for the following: 1. Is the master agent listening to port number 705? netstat -apn|grep 705 2. Is your subagent configured with the Master Agent's IP address? 3. export SNMPCONFPATH to the directory where the SubAgent's configuration file is located.

Context string in the AGENTX Register PDU

2004-08-26 Thread Kurapati M-G19456
Hi List, Can somebody help me in making use of the context string to register multiple instances of the same MIB in my SubAgent? 1. Currently I am using the helpers defined in table.c for tables and netsnmp_register_scalar_group() for scalar objects instrumentation. Now, I want to

RE: no such instance

2004-08-23 Thread Kurapati M-G19456
Is there any object of type ROW-STATUS in the table that you want to create row. Try to set that object with the instance that you want with a value CreateAndGo(4) or CreateAndWait(5) based on your requirement. You can use SNMPSET command for the above. Thanks Mahesh -Original

RE: snmptrapd showing address already in use

2004-08-23 Thread Kurapati M-G19456
That means, snmptrapd is already running. Try netstat -apn|grep 162 to get it. Thanks Mahesh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of deepa chakkunni Sent: Monday, August 23, 2004 4:29 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]

AGENTX_CLOSE message from the SNMP Agent to SubAgent

2004-08-20 Thread Kurapati M-G19456
Title: Message Hello List, If the SNMP Agent does not get responses from SNMP SubAgent for a preconfigured number of times with in a speciedof time, SNMP Agent will declare that SubAgent as dead/not responding. When I digged into the code, I observed that, at the SNMP Agent, it

RE: Writing Agent Vs sub-agent

2004-07-26 Thread Kurapati M-G19456
1. What's the advantage of writing a sub-agent rather than a SNMP agent? What's the recommended way? To share the load of the SNMP Agent. To make the system scalable without changing the code of the Agent 2. If written a sub-agent, then how do agent and sub-agent communicate?

Double registration

2004-07-13 Thread Kurapati M-G19456
Title: Message Hello, Last parameters to the 'netsnmp_register_mib()' fucntion is 'perform_callback'. Ifloading of the MIB (netsnmp_subtree_load()) is failed, this parameter 'perform_callback' should have been set to FALSE, so that the callbacks will not be performed. In this

RE: Deregistration of a MIB -- Any API?

2004-07-01 Thread Kurapati M-G19456
Dave, I could able to find the function definition in 5.1.2.pre2. Thanks Mahesh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kurapati M-G19456 Sent: Thursday, July 01, 2004 11:59 AM To: [EMAIL PROTECTED] Subject: RE: Deregistration of a MIB -- Any

RE: Deregistration of a MIB -- Any API?

2004-06-30 Thread Kurapati M-G19456
At this stage, it will be tough for me to migrate to the other version. Till then, is there any other alternative that works with 5.1.1 release? Thanks Mahesh -Original Message- From: Dave Shield [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 6:14 PM To: Kurapati M-G19456