MIB files in /home/path/netsnmp/mibs

2008-07-08 Thread madhu kumar
- Which are the MIB files i have to place in net-snmp/mibs - So that i can Develop my Agent means Scalar Variable cuurently i am having these files Makefile.mib UCD-DISKIO-MIB.inc UCD-IPFWACC-MIB.inc makehtml.plrfclist MakefileREADME.mibs

SNMP Agent and Element Management System

2008-07-08 Thread Vishal Nandanwar
Hi, Do anybody knows any kind of Element Management System(EMS)? I want one EMS which will talk with SNMP agent. Vishal N - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for y

Re: patch 1737727 and the NOACCESS #define

2008-07-08 Thread Thijs Brouwer
Damn: see latest comment in track 1737727. Will report back when I have more data. Cheers, Thijs On Tue, Jul 8, 2008 at 4:19 PM, Thijs Brouwer <[EMAIL PROTECTED]> wrote: > Sorry, just forgot about them (well I hope I can partially blame my > new 'brilliantly' concocted mail filter... ;-) ) > > S

Re: Implementation of Agentx-MIB (RFC 2742)

2008-07-08 Thread Magnus Fromreide
On Thu, Jul 03, 2008 at 12:14:52PM +0200, Albert Bezzina wrote: > From what I have found from the NET-SNMP mailing list the AGENTX-MIB is > not yet implemented. If this MIB is not yet implemented I am willing to > contribute and implement it. This sounds like a great thing. > I also found out

Re: trying to install v5.4.1 on new computer but missing SNMP Perl stuff for mib2c

2008-07-08 Thread Need Help
OK I performed the "make install" as ROOT now and everything installed fine.   I do not remember having to do this previously but at least everything is instaleld now and I can execute mib2c now successfully. --- On Tue, 7/8/08, Need Help <[EMAIL PROTECTED]> wrote: From: Need Help <[EMAIL

Re: patch 1737727 and the NOACCESS #define

2008-07-08 Thread Thijs Brouwer
Sorry, just forgot about them (well I hope I can partially blame my new 'brilliantly' concocted mail filter... ;-) ) Submitted two new patches. Let me know if there's still something I can do. There's a reasonable chance I will respond within 3 months. ;-) Cheers, Thijs On Sat, May 24, 2008 at

Re: trying to install v5.4.1 on new computer but missing SNMP Perl stuff for mib2c

2008-07-08 Thread Need Help
I just noticed the following was seen when I performed the "make install" make[1]: Entering directory `/export/home/rosent1/snmp/net-snmp/perl' make[2]: Entering directory `/export/home/rosent1/snmp/net-snmp/perl/default_store' make[2]: Leaving directory `/export/home/rosent1/snmp/net-snmp/perl

trying to install v5.4.1 on new computer but missing SNMP Perl stuff for mib2c

2008-07-08 Thread Need Help
1) I extracted the v5.4.1 package and placed all the contents into the following Linux directory:      "/export/home/testing/snmp/net-snmp" 2) I went into the directory above and perform the following "./configure" command, followed by "make" and "make install": ../configure \ --srcdir=/export

Scalar variable implemenation

2008-07-08 Thread madhu kumar
I Got these Fuctions after running mib2c tool with mib2c.scalar.conf file ipForwarding.c and *.h init _ipForwarding(void) { one DEBUG message--- and netsnmp_create_handler_registration (-,---,---,---); } int handle_ipForwarding (netsnmp_mib_handler *handler, netsnmp_handler_registr

Re: net-snmp installation

2008-07-08 Thread deka aditia
On 7/8/08, Dave Shield <[EMAIL PROTECTED]> wrote: > > 2008/7/8 deka aditia <[EMAIL PROTECTED]>: > > Using tarball i've done some instruction like (./configure, make, make > install)... > > > But after that i don't get snmpd program that responsible as an agent. > Where > > is this program located?

Re: net-snmp installation

2008-07-08 Thread Dave Shield
2008/7/8 deka aditia <[EMAIL PROTECTED]>: > Using tarball i've done some instruction like (./configure, make, make > install)... > But after that i don't get snmpd program that responsible as an agent. Where > is this program located? /usr/local/sbin/snmpd Dave --