New to SNMP & MIB2C, While working facing problems

2006-02-08 Thread Santhosh
hello all,   i am new to mib and snmp my target is to work on mib2c compiler when i started working on it i have installed according to the README file and i came to know that mib2c is a part of NET-SNMP so i have installed net-snmp-5.3.0.1-1 & net-snmp-perlmods-5.3.0.1-1   but it dn't work

Need help for MIB2C compiler : the error which i have gotismentioned in the mail

2006-02-08 Thread Santhosh
thanks for the response but i have tried with the combinations given by you ie, NET-SNMP-5.3.0.1-1.I686.RPM and NET-SNMP-PERLMODS-5.2.1.2-1.rh9.i386.rpm even then when i give mib2c filename or mib2c -c filename i am getting the same error as shown below # mib2c filename (same output for mib2c -c

RE: make install gives the error when configured with--disable-snmptrapd-subagent option.

2006-02-08 Thread Pamidipati Suresh-G20238
Hi I made a mistake while giving the configure command. The option --disable-snmptrapd-subagent was inside the double quotes of --with-persistent-directory value as specified below. ./configure --prefix=/usr --without-openssl --with-logfile="/var/log/snmpd.log" --with-persistent-directory="/var/

RE: make install gives the error when configured with--disable-snmptrapd-subagent option.

2006-02-08 Thread Pamidipati Suresh-G20238
Dave, Thanks for the clarification. Regards, Suresh. -Original Message- From: Dave Shield [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 08, 2006 2:40 PM To: Pamidipati Suresh-G20238 Cc: net-snmp-users@lists.sourceforge.net Subject: Re: make install gives the error when configured

Failed to find netsnmp_tdata_create and netsnmp_register_tdata

2006-02-08 Thread stan buyanov
Hello, I am running net-snmp v5.3.0.1. I used mib2.table_data.conf to create template .c and .h files for rmon2’s table. When I am running gmake I get error messages about undeclared netsnmp_tdata_create and netsnmp_register_tdata. I failed to find these methods on my machine. Could

Does net-snmp-5.2.1 support Linux blue cat?

2006-02-08 Thread Li Juen Hwang
Hi, The question is as said on Subject. If yes, is there any particular notes to watch for other than following what said in README*? Thanks. Li-Juen --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log

ifNumber /nosuchname

2006-02-08 Thread Snmp Portal
Hi, I can't get the snmp object ifNumber. I use Net-Snmp 5.4.dev on a Debian Sarge x86. Does somebody know the reason why ? regards, Jean-Michel

problem with inital set-up

2006-02-08 Thread Tony Cratz
Hello, I'm having a problem setting up the blastwave.org binary for Solaris 5.8. I have installed the package and copied the EXAMPLE.conf to /usr/local/etc/snmp/snmpd.conf. I then started snmpd (with no other snmpd daemon running). When I try the followin

subagent only?

2006-02-08 Thread brisse
Hi, is it possible to use net-snmp to bind to an existingmaster agent? For example, on aix5.3 I have already a snmpd daemon running. Is it possible to use the net-snmp library to build a subagent and bind to the existing master agent?? (Someting like extended-snmp on tru64)

RE: Solaris Temperature OID

2006-02-08 Thread Bruce Shaw
>I am using net-snmp-5.1.1, compiled with --with-mib-modules="host >disman/event-mib ucd-snmp/diskio smux agentx mibII/mta_sendmail" >--with-cc=gcc >I would now like to graph the server temperatures on our Sun Solaris >servers. Do I need to recompile, if so, with what options... You need to upgr

Re: IPMI / SNMP / MRTG (WAS: RE: ipmi(4) (IPMI MIB?))

2006-02-08 Thread Dave Shield
On Fri, 2006-02-03 at 14:59 -0500, Brian A. Seklecki wrote: > On any number of occasions, I've offered personally to donate VMWare > licenses to Net-SNMP developers to help bring *BSD support back into the > mainstream >:} I don't immediately recall seeing that offer before, and I do appreciate

Re: Getting snmptrapd to accept only authenticated SNMPv3 INFORMs

2006-02-08 Thread Florian Haas
Hello Thomas & Dave, thanks very much for the quick response. I will upgrade at the earliest convenience; I am currently using 5.2.1.2 from Debian etch. Best regards, Florian > --- Ursprüngliche Nachricht --- > Von: Thomas Anders <[EMAIL PROTECTED]> > An: net-snmp-users@lists.sourceforge.net > B

Re: Getting snmptrapd to accept only authenticated SNMPv3 INFORMs

2006-02-08 Thread Thomas Anders
Florian Haas wrote: So, can I configure snmptrapd to either * disregard SNMPv1/2c traps altogether, or * force all trap senders to authenticate? That's a reasonable desire that we're happy to fulfill in net-snmp 5.3 and later. To quote the NEWS file: snmptrapd will no longer accept all tra

Re: com2sec and source=default

2006-02-08 Thread Dave Shield
On Wed, 2006-02-08 at 16:45 +0100, H. McManus wrote: > When setting up access control and you're setting the value for the "source" > column, what does the keyword "default" actually mean? This entry will match any IP address. > Is the same as saying 0.0.0.0 Yes. > Sorry if I'm being a bit de

com2sec and source=default

2006-02-08 Thread H. McManus
Hello, When setting up access control and you're setting the value for the "source" column, what does the keyword "default" actually mean? Is the same as saying 0.0.0.0 or is it a word you can define somewhere else or ... ? Sorry if I'm being a bit dense, I can't seem to find anywhere what "de

Re: Getting snmptrapd to accept only authenticated SNMPv3 INFORMs

2006-02-08 Thread Dave Shield
On Wed, 2006-02-08 at 16:05 +0100, Florian Haas wrote: > I'd like to run snmptrapd in such aways that it *only* acts on properly > authenticated SNMPv3 INFORMs. Which version of the code are you using? If you're not using 5.3.0.1, you should upgrade. This release introduced access controls on snm

Getting snmptrapd to accept only authenticated SNMPv3 INFORMs

2006-02-08 Thread Florian Haas
Hello, I am almost positive this question has been asked a million times before, so I apologize for raising it again -- searched all the man pages and FAQ lists, to no avail: I'd like to run snmptrapd in such aways that it *only* acts on properly authenticated SNMPv3 INFORMs. I can create a user

Solaris Temperature OID

2006-02-08 Thread Shane Presley
Hello, I am using net-snmp-5.1.1, compiled with --with-mib-modules="host disman/event-mib ucd-snmp/diskio smux agentx mibII/mta_sendmail" --with-cc=gcc I would now like to graph the server temperatures on our Sun Solaris servers. Do I need to recompile, if so, with what options, and will 5.1.1 s

RE: Timeout: No Response after output of last OID

2006-02-08 Thread Dave Shield
On Wed, 2006-02-08 at 18:45 +0530, Ajay Hotchandani wrote: > Means on FC4 64-bit, last OID of my MIB is last OID of system. Please see the FAQ entry: I can see the system group, but nothing else. Why? Dave --- This SF.net email is sponso

RE: Timeout: No Response after output of last OID

2006-02-08 Thread Ajay Hotchandani
Hi,   Thanks for the reply.   I have tried with “net-snmp-5.2.1.2-fc4.1”, as per your suggestion it may be vendor package related issue. But the result was same.   But now I have what may be potential problem: Whenever I do snmpwalk on FC1 64-bit, FC4 32-bit or RH9 32-bit with OID “.

Re: Need help for MIB2C compiler : the error which i have gotismentioned in the mail

2006-02-08 Thread Santhosh
Yes sir i have installed 'net-snmp-perlmods-5.3.0.1-1.i686.rpm' and checked i am facing the same problem - Original Message - From: "Dave Shield" <[EMAIL PROTECTED]> To: "Santhosh" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, February 08, 2006 3:03 PM Subject: Re: Need help for MIB2C compile

RE: CPU Alarm

2006-02-08 Thread Dave Shield
On Wed, 2006-02-08 at 15:40 +0530, Patil, Suresh (Suresh) wrote: >The requirement is that I also want to send alarms for even Memory and > disk utilization. The "monitor" directive can do this. > So what I wanted to ask if there are any net-snmp > built-in MIBS which I can use to ge

RE: CPU Alarm

2006-02-08 Thread Patil, Suresh (Suresh)
Hi Dave, The requirement is that I also want to send alarms for even Memory and disk utilization. The alarms should also have the severity information like major,critical Also, I want to send a clear the alarms to any alarm generated whenever the the thresholds are safe(I guess I will n

Re: Need help for MIB2C compiler : the error which i have got ismentioned in the mail

2006-02-08 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On Wed,

Re: Need help for MIB2C compiler : the error which i have got is mentioned in the mail

2006-02-08 Thread Dave Shield
On Wed, 2006-02-08 at 14:15 +0530, Santhosh wrote: > i am working on mib2c compiler which has come along MET-SNMP > > i have installed NET-SNMP-5.3.0.1-1.I686.RPM Did you also install the "net-snmp-perlmods" RPM? Dave --- This SF.net email

Re: which snmpd???

2006-02-08 Thread Dave Shield
On Tue, 2006-02-07 at 20:07 +0100, brisse wrote: > And then start my new smpd (installed in > /usr/local/sbin/snmpd) with /usr/local/sbin/snmpd > > But the process does not seem to start at all. Try running it as /usr/local/sbin/snmpd -f -Le What output does this produce? Dav

Re: snmpd GetRequest(11)

2006-02-08 Thread Dave Shield
On Tue, 2006-02-07 at 18:16 +0100, Marián Hercek wrote: > I've configured snmpd (from net-snmp package) to listen on > 192.168.1.1:161/udp (snmpd is really listening on 161/upd, it is > confirmed via netstat). Can you query this agent using the net-snmp command-line tools? Try "snmptest 192

Re: make install gives the error when configured with --disable-snmptrapd-subagent option.

2006-02-08 Thread Dave Shield
On Wed, 2006-02-08 at 01:02 +0800, Pamidipati Suresh-G20238 wrote: > Will "disable-snmptrapd-subagent " effect Agentx communication > between subagent and snmpd..? It won't affect the ability of the master agent to accept AgentX connections, or the ability of other AgentX subagents to connect to i

Re: CPU Alarm

2006-02-08 Thread Dave Shield
On Tue, 2006-02-07 at 21:08 +0530, Patil, Suresh (Suresh) wrote: >Whenever CPU threshold crosses the some configured threshold I want to > generate a alarm to SNMP Manager. Does net-snmp has some generic mibs which > I can directly use to send alarms or do I need to write create new mibs. You

which snmpd???

2006-02-08 Thread brisse
I successfully installed net-snmp (I hope). And now I am trying to start my new master agent (snmpd) I guess I have first to stop the 'old' snmpd deamon (the one in /usr/sbin/snmpd) with something like stopsrc -s snmpd. And then start my new smpd (installed in /usr/local/sbin/snmpd) with /usr/local

snmpd GetRequest(11)

2006-02-08 Thread Marián Hercek
I've configured snmpd (from net-snmp package) to listen on 192.168.1.1:161/udp (snmpd is really listening on 161/upd, it is confirmed via netstat). I want PRTG (installed on 192.168.1.2) to connect to snmpd (running on 192.168.1.1:161/udp). But PRTG returns with "Not Connected, Socket error

Need help for MIB2C compiler : the error which i have got is mentioned in the mail

2006-02-08 Thread Santhosh
hello,   i am working on mib2c compiler which has come along MET-SNMP   i have installed NET-SNMP-5.3.0.1-1.I686.RPM   and i want to use mib2c compiler when i typed the command mib2c file name i have got the error as shown below   will you please help me, so that i can continue the work on