Re: Ambiguous documentation

2005-01-25 Thread Wes Hardaker
On Mon, 17 Jan 2005 12:16:07 +, Mark Summers [EMAIL PROTECTED] said: Mark For -LF and -LS the priority specification comes before the Mark file or facility token. -LF 2 /path/to/file will only log level 2 and lower errors to that file. -- Wes Hardaker Sparta

Re: Starting user added subagents from net-snmp 5.0.9

2005-01-25 Thread Wes Hardaker
On Wed, 12 Jan 2005 17:30:32 -0500, Lemmon, Roy [EMAIL PROTECTED] said: Roy Is there an easy way to start user defined/added subagents Roy automatically when the net-snmp master agent is started? Same Roy question for stopping these subagents. No there isn't. You should create a script or

Re: query on snmpset command

2005-01-25 Thread Wes Hardaker
On Thu, 20 Jan 2005 11:28:27 +0530, Amit Singh CHANDEL [EMAIL PROTECTED] said: Amit i mean can we use snmpset to set some vairable in the table. Yes. Amit i know that setting in table is little bit tricky as we don't Amit know object id in advance. Um, you better or else it won't work.

Re: make startup undefined errors w/ net-snmp-5.2.1.rc3 on Linux

2005-01-25 Thread Rob Kudyba
Rob './configure --with-openssl=/usr/bin/openssl' Rob Then with 'make' got the same: Rob ../snmplib/.libs/libnetsnmp.so: undefined reference to `des_cbc_encrypt' Rob ../snmplib/.libs/libnetsnmp.so: undefined reference to `des_key_sched' Rob ../snmplib/.libs/libnetsnmp.so: undefined

Re: SNMPv3 and Multi Threading

2005-01-25 Thread Wes Hardaker
On Sun, 26 Dec 2004 09:40:03 +0200, Gil Steiner [EMAIL PROTECTED] said: Gil Off the top of my head, I can give you one critical point: The Gil list net-SNMP keeps for users is global. When a new user is Gil added, it can replace an existing user and other threads that Gil have pointers to

Re: table with not-accessible index

2005-01-25 Thread Wes Hardaker
On Mon, 24 Jan 2005 14:54:39 +0530, Amit Singh CHANDEL [EMAIL PROTECTED] said: Amit I am working on setting data in to tables, and found in Amit ucd-snmp-4.1.2 code that SNMP-TARGET_MIB has quite detail Amit implementation of setting data in to table with the help Amit RowStatus object, but i

question on pass scripts

2005-01-25 Thread Alex Ott
Hello all I try to make snmp agent for use via pass option. I use net-snmp-5.2 from development branch of RedHat FC3. But i have one problem - when i insert pass .1.3.6.1.4.1.11821 /usr/local/dozor/smap/bin/monitor-snmp into snmpd.conf and restart agent, then i always get:

Re: Incrementing 'snmpInBadVersions' count

2005-01-25 Thread Wes Hardaker
On Fri, 31 Dec 2004 13:32:12 +0530, Sridhar S [EMAIL PROTECTED] said: Sridhar When should 'snmpInBadVersions' should get increment ? Sridhar 1. Is it upon receiving a SNMP request with invalid version Sridhar(other than Sridhar v1/v2c/v3) Just that option. Sridhar 2. Is it upon receiving

Re: new user

2005-01-25 Thread Wes Hardaker
On Tue, 18 Jan 2005 20:38:33 -0800 (PST), sam kumar [EMAIL PROTECTED] said: sam i am new to net-snmp. sam my problem is i am using fedora core-3 and though sam net-snmp is already installed( net-snmp 5.1.2), sam library headers are missing( or not installed). hense sam i am unable to compile

Re: I have a response regarding options used - none?

2005-01-25 Thread Wes Hardaker
Vern I ran the command './net-snmp-config --configure-options' and received a Vern blank response. I assume this means I specified no options, which is think Vern is correct. How do I specify options? Thanks, Vern You specify them when you run configure when you build the package. Run

Please help!!!

2005-01-25 Thread Mike Mohamet
Hi all, I am using net-snmp-5.1.2 I have created my own MIB which defines a single oblect. Although, my MIB module worked perfectly in ucd-snmp-4.2.6, I cannot make it work in the current version. More speciffically, I ahve configured teh agent including the new MIB module and I can see the

Re: Incrementing 'snmpInBadVersions' count

2005-01-25 Thread Sridhar S
Thanks a lot for the clarification. SrIdhar On Mon, 24 Jan 2005 22:01:37 -0800, Wes Hardaker [EMAIL PROTECTED] said: On Fri, 31 Dec 2004 13:32:12 +0530, Sridhar S [EMAIL PROTECTED] said: Sridhar When should 'snmpInBadVersions' should get increment ? Sridhar 1. Is it upon receiving a

Net-SNMP 5.2.1 available

2005-01-25 Thread Robert Story
Net-SNMP 5.2.1 is now available. This list contains major changes in released revisions. Please read the ChangeLog file for a more detailed listing of changes/bug fixes. *5.2.1* Fixes: Building: - configure --disable-snmpv2c now works - fix make test tests for rfc1213 - bug

WRB - MFD string generation and multiple code lines.

2005-01-25 Thread William R. Buckley
WC Also, in the MFD on-line documentation, at URL WC WC http://www.net-snmp.org/tutorial/tutorial-5/toolkit/mfd/ WC if-mib/ifTable/data_access.html WC WC the routine *_choose_proc_format* is not defined, and the meaning WC and usage of constants like

Re: New front end for the Net-SNMP website.

2005-01-25 Thread Wes Hardaker
On Tue, 04 Jan 2005 19:14:50 -0500, Alex Burger [EMAIL PROTECTED] said: http://www.net-snmp.org/logo-history.html Alex We should have that fixed soon. We forgot to copy the images to Alex the new site which is why the links are broken. sorry for the delay (entirely my fault), but it is fixed

RE: Perl module Installation problem on Linux 2.6.9-1.667

2005-01-25 Thread sasson, shuki
Hi Wes, thanks for returning back. The problem was indeed related to multiple net-snmp libraries. I removed the old net-snmp and install the rpm for the Net-Snmp from the sourceforge (with --force option). This solved the problem. The problem is with mismatched version on net-snmp. If you come

Re: Missing column in 'snmpwalk'

2005-01-25 Thread Wes Hardaker
On Tue, 25 Jan 2005 12:19:25 +0530, Sridhar S [EMAIL PROTECTED] said: Sridhar As seen above, NULL is returned if the query is for ifIndex = Sridhar 1 and should return the actual value if ifIndex = 2. With the Sridhar above code in place, when I did a walk on 'ifSpeed' at the Sridhar manager

Re: Please help!!!

2005-01-25 Thread Wes Hardaker
On Tue, 25 Jan 2005 12:37:01 +0200, Mike Mohamet [EMAIL PROTECTED] said: Mike I have created my own MIB which defines a single Mike oblect. Although, my MIB module worked perfectly in Mike ucd-snmp-4.2.6, I cannot make it work in the current Mike version. More speciffically, I ahve configured

Re: Traps in net-snmp-5.2

2005-01-25 Thread Wes Hardaker
On Tue, 25 Jan 2005 15:49:55 +0530, Sridhar S [EMAIL PROTECTED] said: I updated my agent from ucd-snmp-4.2.6 to net-snmp-5.2 ... Sridhar How you did this ? Did you replaced ucd-snmp-4.2.6 with Sridhar net-snmp-5.2 files ?? 5.2 should be backwards compatible with 4.2.6 mostly. There are a few