undefined reference to

2006-02-09 Thread stan buyanov
Hi Dave,Thanks a lot for your help with a patch. It works now. But I have another problem when I am running gmake ( libnetsnmpmibs from net-snmp v5.3.0.1) /usr/local/lib/libnetsnmpmibs.so: undefined reference to `rpmdbClose' /usr/local/lib/libnetsnmpmibs.so: undefined reference to `rpmd

net-snmp agent and MIBs

2006-02-09 Thread bertsch
hello, I have a doubt, reinstalling net-snmp after some years... why does the agent not contain all possible MIBs it could handle ? (we have to do ./configure --with-mibs-modules=host for example) I tried to do ./configure --with-mibs-modules="host disman/event-mib" but I get no answer on mib dism

Re: snmpwalk on vacm tables returns error after agent restart due to sighup

2006-02-09 Thread Wes Hardaker
> On Tue, 7 Feb 2006 17:33:17 +0530, "T R, Yogeeta (Yogeeta)" <[EMAIL > PROTECTED]> said: T> The message I get is: T> SNMP-VIEW-BASED-ACM-MIB::vacmSecurityToGroupTable = No more variables left T> in this MIB View (It is past the end of the MIB tree) That looks suspiciously like either t

Re: snmptrap - I don't understand how SNMPv3 traps are sent by thesnmptrap utility.

2006-02-09 Thread Wes Hardaker
> On Tue, 07 Feb 2006 12:35:45 +, Dave Shield <[EMAIL PROTECTED]> said: Dave> I would be *very* surprised if 3.5 supported any such filtering Dave> :-) Man, that's the second message this week where I completely blew the most trivial thing what I was writing. I think I need more sleep.

Re: ifNumber /nosuchname

2006-02-09 Thread Wes Hardaker
> On Wed, 8 Feb 2006 20:43:11 +0100, "Snmp Portal" <[EMAIL PROTECTED]> said: Snmp> I can't get the snmp object ifNumber. I use Net-Snmp 5.4.dev on Snmp> a Debian Sarge x86. Does somebody know the reason why ? Is that the only object you've tried to get? make sure you have access control set

Re: debug tokens

2006-02-09 Thread Dave Shield
On Thu, 2006-02-09 at 16:40 +0100, H. McManus wrote: > Is there a list of valid tokens anywhere? http://www.freesnmp.com/net-snmp/faqs/#tokens > I've discovered mib_init and ALL "ALL" isn't strictly a debug token. It's a special-case that turns on *everything* > If the answer to this questi

Re: SNMP Agent

2006-02-09 Thread H. McManus
Hi, I'm only very new to this list and to SNMP too, but I think I can see what's going on so I'll try and help. > "snmpd -f -Le -d" ==> gives the following error. > > "Warning: no access control information configured. > It's unlikely this agent can serve any useful purpose in this state. > R

debug tokens

2006-02-09 Thread H. McManus
Hello, The SNMPD manpage says for the -D option that you follow it with a list of tokens. Is there a list of valid tokens anywhere? I've discovered mib_init and ALL - are there any more listed anywhere? If the answer to this question is "use the source luke", can I get an indication of which

Re: New to SNMP & MIB2C, While working facing problems

2006-02-09 Thread Wes Hardaker
> On Thu, 9 Feb 2006 12:26:22 +0530, "Santhosh" <[EMAIL PROTECTED]> said: santhosh> i am new to mib and snmp my target is to work on mib2c santhosh> compiler when i started working on it i have installed santhosh> according to the README file and i came to know that mib2c santhosh> is a part o

Re: SNMP Agent

2006-02-09 Thread Dave Shield
On Thu, 2006-02-09 at 18:54 +0530, [EMAIL PROTECTED] wrote: > I want to make sure whether a SNMP Agent is active or not? What do you mean by active? > ps -ef | grep snmpd" - shows the snmp daemon is running. Yup. I'd describe that as active > "snmpd -f -Le -d" ==> gives the following error.

Re: Failed to find netsnmp_tdata_create and netsnmp_register_tdata

2006-02-09 Thread Dave Shield
On Thu, 2006-02-09 at 09:59 +, Dave Shield wrote: > Apply the attached patch to mib2c.table_data.conf, and > regenerate the tables. It might have been helpful if I'd actually attached the patch :-( Dave Index: mib2c.table_data.conf ===

SNMP Agent

2006-02-09 Thread karthik.ramasamy
Hi,   I want to make sure whether a SNMP Agent is active or not?   "ps -ef | grep snmpd" - shows the snmp daemon is running."    "snmpd -f -Le -d" ==> gives the following error.   "Warning: no access control information configured.  It's unlikely this agent can se

Re: which snmpd???

2006-02-09 Thread brisse
First of all thanks for the reply! /usr/local/sbin/snmpd -f -Le nlist err: neither ipstat nor _ipstat found. nlist err: neither ipforwarding nor _ipforwarding found. nlist err: neither tcpDefaultTTL nor _tcpDefaultTTL found. nlist err: neither tcpstat nor _tcpstat found. nlist err: neither tcb no

Can't monitor linux-software-RAID- and SAN-devices

2006-02-09 Thread Thomas Kindermann/KRZN/DE
Hello everybody! I've got a problem with my Oracle-Cluster: The Read-/Write-Counters for my /dev/md -devices (linux-software-RAID) and my /dev/vpath -devices (ESS Storage) in the UCD-DISKIO-MIB remain on zero. Net-SNMP lists them under .1.3.6.1.4.1.2021.13.15.1.1 but doesn't notice any traffic on

Re: Failed to find netsnmp_tdata_create and netsnmp_register_tdata

2006-02-09 Thread Dave Shield
On Wed, 2006-02-08 at 19:40 -0800, stan buyanov wrote: > 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. That's a

Re: problem with inital set-up

2006-02-09 Thread Dave Shield
On Wed, 2006-02-08 at 15:10 -0800, Tony Cratz wrote: > I have installed the package and copied the EXAMPLE.conf to > /usr/local/etc/snmp/snmpd.conf. It would be helpful if you indicated exactly what is in this file, and what changes (if any) you have made to it. > I then started snmpd (with no

Re: subagent only?

2006-02-09 Thread Dave Shield
On Wed, 2006-02-08 at 15:14 +0100, brisse wrote: > is it possible to use net-snmp to bind to an > existing master agent? Yes - assuming that agent supports AgentX >For example, on aix5.3 I have > already a snmpd daemon running. Is it possible to use > the net-snmp library to