Unable to implement trap

2005-10-06 Thread Krishna Mohan
Hello All, I've successfully implemented net-snmp get set request operation. But i failed to implement trap. Will u plz guide me thru the steps. Thanks in Advance Regards KrishnaMohan

Re: Unable to implement trap

2005-10-06 Thread Thomas Anders
Krishna Mohan wrote: I've successfully implemented net-snmp get set request operation. But i failed to implement trap. Will u plz guide me thru the steps. - http://www.catb.org/~esr/faqs/smart-questions.html - http://www.net-snmp.org/tutorial/tutorial-5/ - post to -users *or* -coders, not

Re: clear traps

2005-10-06 Thread Dave Shield
On Wed, 2005-10-05 at 12:48 -0700, John Hardin wrote: I don't know how widespread this is, but I've dealt with a customer who wants all traps to report the entrance or exit of a state. Unfortunately not all traps fall into this model - whether your customer likes it or not. For example -

Re: Counter64 / ifHCInOctets on Windows

2005-10-06 Thread Thomas Anders
Antonin Kral wrote: if need to use 64bit counters on windows for monitoring network traffic (due to the speed of interfaces). I am not able to set-up snmpd to server me with ifHCInOctets object. Could anybody give some hints? snmpd on linux, with the same configuration, seems to work:

EngineId set by user

2005-10-06 Thread Jeyachitra Ramshankar
Hi All, I am a newbie. I am using net-snmp manager to receive informs. It is generating the engineId by its own. I want to set the engineId to a specific value. How to configure the same? Also I want to print the generated engineId. Where , in which file should I edit to print the engineId. Jc

Re: EngineId set by user

2005-10-06 Thread Thomas Anders
Jeyachitra Ramshankar wrote: I am using net-snmp manager to receive informs. It is generating the engineId by its own. I want to set the engineId to a specific value. How to configure the same? What version are you running? The snmpd.conf(5) manual page in 5.2.2.pre3 documents the following

Fwd: EngineId set by user

2005-10-06 Thread Jeyachitra Ramshankar
-- Forwarded message --From: Jeyachitra Ramshankar [EMAIL PROTECTED]Date: Oct 6, 2005 6:19 PM Subject: EngineId set by userTo: net-snmp-users@lists.sourceforge.netHi All, I am a newbie. I am using net-snmp manager to receive informs. It is generating the engineId by its own. I

net-snmp build failure

2005-10-06 Thread rajesh prabhu
Title: net-snmp build failure Hi, I am getting the following error when I build net-snmp on linux 2.4 /bin/sh ../libtool --mode=link /opt/ide/i2.02/hardhat/devkit/mips/fp_be/bin/mips_fp_be-gcc -g -O2 -Delf -o snmpd snmpd.lo libnetsnmpagent.la libnetsnmpmibs.la helpers/libnetsnmphelpers.la

snmptrap problem

2005-10-06 Thread surjit . mahapatra
Hi I have used net-snmp 5.2.1.2 for my sub agent development. I have used /examples/notification for trap generation. I am able to generate trap to my destination . But I unable to stop this trap. I have used ./configure --with-mib-modules=/examples/notification make make install then ran

snmpd footprint size problem

2005-10-06 Thread surjit . mahapatra
Hi I have used net-snmp 5.2.1.2 package for master agent devlopment. I have followed the tutorial to comiple MIB into master agent. By default MIB-II , ucd-snmp, snmpv3mibs, notification, target, agent-mibs,agentx,utilities MIBs come with this package. I don't want to use snmpv3mibs and

Supported Version of Net-snmp on RHEL AS 3

2005-10-06 Thread ravi kumar
Hi, I am Ravi Kumar, I am trying to install net-snmp-5.2.1.2-1.i686.rpm on RHEL AS 3. It gets installed but when I run any of the commands like snmpget then it will give the following error snmpget: error while loading shared libraries: librpm-4.4.so: cannot open sharedobject file: No such file or

RE: 5.2.2pre3 and lmSensors

2005-10-06 Thread Bruce Shaw
I'm just working on that right now. Sun changed the way picld behaves and I have to figure out what they've done different for Solaris 9 and beyond. I just found the picld source for OpenSolaris so I'm hoping to get some hints. If I post a patch, can you try it? I need to try this on as many

How do you tell the Master Agent it can skip over a table row?

2005-10-06 Thread Giulianelli, Danilo (Danilo)
Hi all, I'm using net-snmp 5.2.1 on a MIPS blade running Montavista Linux, and I have a question about the behavior I observed when my net-snmp subagent is talking to a master agent using AgentX. I have to implement an enterprise MIB with 50+ tables, where my subagent is registering only for

Unresolved external Symbol error with MSVC.Net (MSVC7.1) while compiling snmpdemoapp.c

2005-10-06 Thread taner memet ali
Hi, i try to compile the simple demo application with MSVC.NET. I get following errors: test error LNK2019: unresolved external Symbol _init_snmp, in function _main test error LNK2019: unresolved external Symbol _netsnmp_free, in function _main test error LNK2019: unresolved external Symbol

Re: clear traps

2005-10-06 Thread John Hardin
Dave Shield wrote: On Wed, 2005-10-05 at 12:48 -0700, John Hardin wrote: I don't know how widespread this is, but I've dealt with a customer who wants all traps to report the entrance or exit of a state. Unfortunately not all traps fall into this model - whether your customer likes