RE: Strange behavior on linkUpDownNotifi cations‏

2010-04-08 Thread X Z
I installed the devel package on the second machine and now the second machine can find pci.h so the two machines have exactly same configuration now. So I did make uninstall, make clean, make distclean, then re-configure it with same options, make, then make install. I still didn't get any link

RE: Strange behavior on linkUpDo wnNotifications‏

2010-04-08 Thread Mike Ayers
> From: X Z [mailto:b...@live.com] > Sent: Thursday, April 08, 2010 4:49 PM > The same configuration options resulted slightly different config on > the two machines: > > [machine with link traps working] > < checking pci/pci.h usability... yes > < checking pci/pci.h presence... yes > < checking

RE: Strange behavior on linkUpDownNotifi cations‏

2010-04-08 Thread X Z
The same configuration options resulted slightly different config on the two machines: [machine with link traps working]< checking pci/pci.h usability... yes< checking pci/pci.h presence... yes< checking for pci/pci.h... yes [machine with link traps not working]> checking pci/pci.h usability...

RE: Strange behavior on linkUpDownNotifi cations‏

2010-04-08 Thread X Z
Running "net-snmp-config --snmpd-module-list" on the two machines gave the exactly same list of modules loaded. ThanksXuan > Subject: RE: Strange behavior on linkUpDownNotifications‏ > Date: Thu, 8 Apr 2010 16:26:53 -0700 > From: mike_ay...@tva.tvworks.com > To: b...@live.com; d.t.shi...@liverpoo

RE: Strange behavior on linkUpDo wnNotifications‏

2010-04-08 Thread Mike Ayers
> From: X Z [mailto:b...@live.com] > Sent: Thursday, April 08, 2010 8:49 AM > The machine with link traps not working is loaded with the following > additional MIB modules: > SMUX-MIB > AGENTX-MIB > SNMP-PROXY-MIB > RMON-MIB > SNMPv2-CONF > DISMAN-SCRIPT-MIB > NET-SNMP-TC > SNMP-USM-AES-MIB > IF-I

RE: Strange behavior on linkUpDownNotifi cations‏

2010-04-08 Thread X Z
Here is the new update. I manually deleted all the extra MIB files under /usr/local/share/snmp/mibs directory. Now starting agent with -Dparse-mibs gave me exactly same MIB modules loaded as the other machine. But that didn't solve the problem, i.e., I still couldn't receive any link traps. I

create table with pass directive

2010-04-08 Thread Michael Musenbrock
Hi there, I'm trying to extend the snmp daemon. Therefore that the task is just about parsing some output, I decided to use the pass directive with a shell script underneath. As a starter, just to get confident with the pass directive, I tried to fill a small table with data from the CPQHLTH-MIB

RE: Removing default MIBs

2010-04-08 Thread Mike Ayers
[Please don't mail general questions directly to list members, only the list] > From: Ishika Mahajan [mailto:ishu.maha...@gmail.com] > Sent: Wednesday, April 07, 2010 11:31 PM > We have created a sb-agent and do not want to expose information by > default mibs. A common concern

RE: Strange behavior on linkUpDownNotifi cations‏

2010-04-08 Thread X Z
After compared the modules loaded on the two machines one module by one module, I have the following finding: The machine with link traps working is loaded with less MIB modules. The machine with link traps not working is loaded with the following additional MIB modules:SMUX-MIBAGENTX-MIBSNMP-P

"failed to run mteTrigger query" due to AgentX

2010-04-08 Thread X Z
Hi, I searched through the email lists and find out that I am experiencing the same problems as described below: On 02/03/07, Uday Sorte <[EMAIL PROTECTED]> wrote: > I tried with the master agent object sysServices and it is working fine. > Means I have problems with the subagent and not with the

RE: syntax for fixed size tables within SNMP MIBS

2010-04-08 Thread Lewis Adam-VNQM87
Thanks Dave. That's pretty much what I thought. > -Original Message- > From: dave.shi...@googlemail.com > [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield > Sent: Tuesday, April 06, 2010 8:04 PM > To: Lewis Adam-VNQM87 > Cc: net-snmp-users@lists.sourceforge.net > Subject: Re:

No OID's for hrDeviceStatus in HOST-RESOURCES-MIB of net-SNMP agent(RHEL, Solaris)

2010-04-08 Thread Evgeny Nagaev
Hello! I deployed net-snmp for monitoring RHEL, Solaris(9;10). I installed it from corresponding packages. Now what I see from my SNMP Agent is that I don't have in hrDeviceEntry column named hrDeviceStatus. Therefore I have problem with my management system that rely on this OID in discovering a

Re: Question on etherlike MIB and if-mib relationship

2010-04-08 Thread sanjaykumar
Kavita Raghunathan wrote: > Hello, > I’m unable to use the linux code that the net-snmp-5.5 generates to > reach the ethernet drivers because though our system uses linux, the > ethernet device isnt accessible through ioctls (and no, I cant change > our system to make it so, I’ve checked). So,

Removing default MIBs

2010-04-08 Thread Ishika Mahajan
We have created a sb-agent and do not want to expose information by default mibs. For example we have following mibs file which we do not want: AGENTX-MIB.txt IP-MIB.txt IP-FORWARD-MIB.txt When we try to remove it and initializing the sub-agent it is giving following errors: Apr 8 17:08:44 loca