Compile issue net-snmp 5.1.3.1

2005-07-27 Thread Mark Gonzalez
When trying to compile in Solaris 2.9 I get an error when trying to make. If anyone can help I would greatly appreciate it. - Net-SNMP configuration summary: - Net-SNMP

setting multiple columns in one command

2005-07-27 Thread Chris Cunningham
I have run into some unexpected behavior. I have some dataset type tables that I have implemented through an agentx subagent. I have three different tables all under a common branch: snmpwalk -v2c -c public localhost adsEIDTable DAR-SIM::adsEIDValue.1 = INTEGER: 0 DAR-SIM::adsEIDMask.1 = INTEGER

configuring the perl modules

2005-07-27 Thread Dan Weber
Redhat Linux, with root priviledges. Net-SNMP 5.2.1. I ran "autoconf" and "configure --with-perl-modules --enable-shared" The configure script didn't create a "perl" subdirectory, though; so when the "make" gets along to trying to build perl, it gets this: /bin/sh: line 1: cd: perl: No such fil

rpmbuild -bb SPECS/net-snmp.spec appears broken

2005-07-27 Thread Jeremy M. Guthrie
I read through the archives and saw four the emails from Sept-04 and I downloaded the SRPM, did the install of the RPM and still am having problems. I am using Suse 9.1 Enterprise. The snippet down below is part way through the 'rpmbuild -bb SPECS/net-snmp.spec'. In there I can see that the s

RE: Interface down - Solaris 8

2005-07-27 Thread P.Taylor
The solution that has worked for me, which might help point you coders in the right direction is I have to run the snmpd with the -d flag. Then and only then will the eri0 not flap and the dmfe0 be seen. Peter > -Original Message- > From: P.Taylor [mailto:[EMAIL PROTECTED] > Sent: Tues

RE: Net-snmp 5.2.1

2005-07-27 Thread Bruce Shaw
># pwd >/export/home/manju/net-snmp-5.2.1 ># ls |wc -l > 24 >Is it enough if I download Net-snmp-5.2.1.tar.gz (source) and then >compile it but I think there r not enough files as in the earlier >version (Net-snmp 5.1.2) Yes it should be enough. No that's not nearly enough files. Which

Problem snmpd is deleting the /tmp directory.

2005-07-27 Thread Kavitha Muthaiah
Hai, I have implemented agent to support mib. I am able to retrieve the mib object , but unpredictably the /tmp directory is getting deleted. I have used netsnmp5.2.1. -- Thanks & Regards, kavitha Muthaiah. --- SF.Net email is sponsored by:

snmp v1 mibs

2005-07-27 Thread Vishwanath Kalbagilmath
Hi All, What are the object types (ex: DisplayString) that are supported in SNMP V1. Can anyone provide me sample v1 mib. Thanks in adv. Vishwanath On Wed, 2005-06-22 at 13:46, Dave Shield wrote: > On Thu, 2005-06-16 at 04:38, Mihir Lala wrote: > > I run the same command with an enterprise ID s

RE: Net-snmp 5.2.1

2005-07-27 Thread Manju Ravikanthi
# pwd /export/home/manju/net-snmp-5.2.1 # ls AGENT.txt README.thread configure mkinstalldirs EXAMPLE.conf.defREADME.win32doxygen.conf net-snmp-config.in FAQ TODOinclude stamp-h Makefile.in aclocal.m4 install-s

snmp_open vs snmp_sess_open for sending informs

2005-07-27 Thread bohan bohan
Hi to all, I'm having problems sending V2c informs using "snmp_sess_open, snmp_sess_send, ..." api functions. I'm using single snmp session API because I'm sendig traps and informs in own thread! Howerver, the inform is successfully sent, but I'm unable to handle response, actually callback functi