Issues in using net-snmp5.2.1(compiled in linux) in windows

2005-08-25 Thread aakansha rajvi
I have net-snmp 5.2.1 configured in linux. I have my private MIBS also and it also got configured in linux. I executed 'make distclean' to install the same package in windows. Now, I am trying to install the same setup in windows with VC++. But I am getting some errors. I just would like to

Multi-Proxy likely Solution

2005-08-25 Thread Rex Huang
HI, We want to deploy a system which includes three parts: Agents, Proxy, and Clients. NET-SNMP version 5.2.1.2. = Connections desc. = There are lots of RH Linux servers. Every server will be installed a net-snmp agent. We say the Agents. There is

Fwd: glibc double free error

2005-08-25 Thread jigar contractor
--- jigar contractor [EMAIL PROTECTED] wrote: From: jigar contractor [EMAIL PROTECTED] Subject: glibc double free error To: net-snmp-coders@lists.sourceforge.net Date: Mon, 22 Aug 2005 07:33:20 -0700 (PDT) Hi, I made and application in which sub agent is interacting with

Help on snmp proxy

2005-08-25 Thread raviraj
Hi all, I have 3 hosts named host1 supporting snmpv3 host2 supporting snmpv3 host3 supporting snmpv2 host2 is used as proxy for host1 and host3 For host2 I have myuser as the username and mypassword as the password. For host3 I have a community name configured as v2community. i.e rocommunity

Re: RowStatus =active Transition

2005-08-25 Thread Dave Shield
On Thu, 2005-08-25 at 00:05 +0200, Anthony Novatsis wrote: If the RowStatus=active occurs when there are still other columns which are noSuchInstance (and these are not in the same PDU). In other words, the RowStatus=active is premature. In this case, the agent should return

Re: On the opening of sockets

2005-08-25 Thread Dave Shield
On Wed, 2005-08-24 at 22:52 +0200, Magnus Fromreide wrote: If we look at the code then in agentx/master.c there is the line sess.local_port = AGENTX_PORT; but if I look at netsnmp_tcp_create_tstring in snmplib/snmpTCPDomain.c then netsnmp_sockaddr_in is called with the third argument 0,

Re: Help on snmp proxy

2005-08-25 Thread Dave Shield
On Thu, 2005-08-25 at 13:06 +0530, [EMAIL PROTECTED] wrote: For host2 I have myuser as the username and mypassword as the password. What is the access control setup on host2 ? For host3 I have a community name configured as v2community. i.e rocommunity v2community rwcommunity v2community

Re: cache handler and table iterator

2005-08-25 Thread Dave Shield
On Thu, 2005-08-25 at 00:07 +0200, Anthony Novatsis wrote: I am not sure what initalisation code that you are referring to? The code where you first register the table, and set up the cache handler. I'd expect this to look something like: init_myTable() { reg =

Re: net-snmp vs. ucd-snmp

2005-08-25 Thread Dave Shield
On Thu, 2005-08-25 at 21:21 +1000, Elisabeth Gloria wrote: Sorry for this may be FAQ, but... I work with ucd-snmp version 4.2.3. Shuld I travel to net-snmp? Yes. If I should - for what? Support. There has been no active development on the v4 line for some time now. The most recent

Re: Help on snmp proxy

2005-08-25 Thread raviraj
Hi, I dont see any dump on host3 when I run snmpd -f -L -d. This means the request is not flowing to host3 and host2 is not proxying the request. The access control setup on host2 is as follows. # sec.name source community com2sec myuser default public #

Re: Printing received traps

2005-08-25 Thread Dave Shield
[Wes - if you're around, we could probably do with your input on this one!] On Tue, 2005-08-23 at 16:33 -0700, David T. Perkins wrote: Now, on NET-SNMP, what I find most troubling is the inconsistent behavior between SNMPv1(and v2c), and SNMPv3/USM, and between TRAPs and

Re: Help on snmp proxy

2005-08-25 Thread Dave Shield
On Thu, 2005-08-25 at 17:11 +0530, [EMAIL PROTECTED] wrote: I dont see any dump on host3 when I run snmpd -f -L -d. This means the request is not flowing to host3 and host2 is not proxying the request. Yup. Sounds like it. So it's host2 that's rejecting the request. The access control

Problem in Installing Perl module on Net-SNMP

2005-08-25 Thread Jyoti Yaduwanshi
Hi, I am working on Net-SNMP 5.0.8 version. I had already installed perl module to run mib2c on cygwin. It was working fine. I just modified SNMP.xs file and then tried to compile perl. Error given below started coming up. [EMAIL PROTECTED] /cygdrive/c/net-snmp-5.0.8/perl $ make Syntax error:

Re: SNMP Programming

2005-08-25 Thread Peeyush Bishnoi
Hi!!! I want to know the proper steps for configuring the SNMP protocol for monitoring. I have done it using snmpconf -g basic_setup. But after configuration it is not working properly as i am not receving any snmp traps. So plzz send me any tutorials or URL, which illustrates describes

Re: Printing received traps

2005-08-25 Thread David T. Perkins
HI, In the work that I did, I found that the current notification delivery system (and receiving system) provides VERY little feedback when there are configuration problems. And configuration problems are the number one issue in using notifications. Please think about how you would figure out

Problems with ssCpu results; Graphing CPU Usage

2005-08-25 Thread Matthew Boehm
Hey guys, I'm trying to graph my cpu usage according to the following tutorial: http://net-snmp.sourceforge.net/tutorial/tutorial-4/mrtg/ I have these setup just like in the tutorial, but I am getting wierd results: UCD-SNMP-MIB::ssCpuRawUser.0 = Counter32: 3597620

MFD ifTable

2005-08-25 Thread Torsten Zöhl [web.de]
hija, i´m just going nuts. to get in touch with net-snmp i try togo through the MFD ifTable tutorial. That shouldn´t be a problem but first i had problems to install the perl package because there were files missing in the CORE folder.. anyway! i tried to run mib2c -c mib2c.mdf.conf ifTable

Re: Issues in using net-snmp5.2.1(compiled in linux) in windows

2005-08-25 Thread Alex Burger
aakansha rajvi wrote: I have net-snmp 5.2.1 configured in linux. I have my private MIBS also and it also got configured in linux. I executed 'make distclean' to install the same package in windows. Now, I am trying to install the same setup in windows with VC++. But I am getting some errors.

Re: Problem in Installing Perl module on Net-SNMP

2005-08-25 Thread Alex Burger
Jyoti Yaduwanshi wrote: Hi, I am working on Net-SNMP 5.0.8 version. I had already installed perl module to run mib2c on cygwin. It was working fine. I just modified SNMP.xs file and then tried to compile perl. Error given below started coming up. I don't know if the Perl module compiled under