Re: Is there a standard type Unsigned64 or Interger64?

2012-08-23 Thread Wes Hardaker
Dave Shield d.t.shi...@liverpool.ac.uk writes: I know this looks like a counter, but it's not really Anything to add, Wes? Nope, that sums it up perfectly. Until you want to *write* a 64-bit datatype. Then you really need to use one of the other bogus-types. Or a text string. -- Wes

Re: Net-SNMP v3 User Administration from custom app

2012-08-23 Thread Wes Hardaker
interface, which would be the cleanest of them all but would require you implement all the right SNMP SETs to make it happen. -- Wes Hardaker SPARTA, Inc. -- Live Security Virtual Conference Exclusive live event

Re: ask some helps on one function

2012-08-23 Thread Wes Hardaker
configuration line without the leading 'usmUser' token. However, if you really want to create usm users it would be better to create a user in a 'struct usmUser' and then use usm_add_user() to add it to the user database. -- Wes Hardaker SPARTA, Inc

Re: stash cache usage

2012-08-23 Thread Wes Hardaker
the case where the manager sends the GET request, the column is read and the RESPONSE is sent back to the manager. But is dropped along the way, so the manager re-issues the GET request and the results are now affected. You should probably be using a 'SET' to reset things instead. -- Wes Hardaker

Re: Extending snmpd: how to create rows dynamically on custom tables, and perform other procedures?

2012-08-16 Thread Wes Hardaker
actually do cover writable tables. http://www.net-snmp.org/wiki/index.php/TUT:Writing_a_MIB_Module -- Wes Hardaker SPARTA, Inc. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's

Re: A simple interface to simulate SNMP devices?

2012-08-16 Thread Wes Hardaker
the money to my company so I can make it happen (almost did once). But, there is some very basic rudimentary support for at least inserting some data into the mib tree easily. See the override token in the snmpd.conf file man page. -- Wes Hardaker SPARTA, Inc

Net-SNMP 5.7.2.rc1

2012-08-16 Thread Wes Hardaker
to http://www.net-snmp.org/patches/ -- Wes Hardaker SPARTA, Inc. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can

Re: securityEngineId problem in 5.7.1

2012-06-20 Thread Wes Hardaker
' line contain the -u flag? It's pretty much mandatory. -- Wes Hardaker SPARTA, Inc. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how

Re: snmptrapd with TLS or DTLS?

2012-06-20 Thread Wes Hardaker
inside snmpd.conf will work in snmptrapd.conf for specifying certificates. So, yes, it works and we've tested it. In fact, the testing/fulltests/tls directory contains tests to make sure it's working. -- Wes Hardaker SPARTA, Inc

Re: Net-SNMP and non ASCII characters

2012-06-20 Thread Wes Hardaker
to determine if a character is printable. Which means that the locale environment needs to be set up properly so that isprint() returns true for non-ascii characters that are, indeed, printable. -- Wes Hardaker SPARTA, Inc. -- Live

Re: Net-snmp 5.7.1: trouble with SNMPv3 INFORM's configured via MIBs, via config files ok

2012-06-20 Thread Wes Hardaker
in the user table with the engineID of the inform receiver. So you'd need to use the -e switch to createUser in order to set the engineID to the inform sink. -- Wes Hardaker SPARTA, Inc. -- Live Security Virtual Conference

Re: Received response for SNMPv3 inform; but Agent still sending inform for the number of retries configured.

2012-06-20 Thread Wes Hardaker
. -- Wes Hardaker Please mail all replies to net-snmp-cod...@lists.sourceforge.net -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how

Re: Can we create a session with SNMP Manger using net-snmp agent?

2012-06-19 Thread Wes Hardaker
typically operate over network sessions unless you're using SNMP over TCP. So there isn't a way to easily detect (or destroy) a session from the agent side of things. -- Wes Hardaker Please mail all replies to net-snmp-cod...@lists.sourceforge.net

Re: Issue with ipSystemStatsTable

2012-05-07 Thread Wes Hardaker
. What OS is this for? [the other answer, of course, would be: you may not have access to those variables. I'm assuming you've given yourself complete read-access to the entire tree though] -- Wes Hardaker Please mail all replies to net-snmp-cod...@lists.sourceforge.net

Re: how delete entire row from table .

2012-05-07 Thread Wes Hardaker
are created, where as read-write means the manager isn't allow to create new objects there and con only modify existing ones. -- Wes Hardaker Please mail all replies to net-snmp-cod...@lists.sourceforge.net -- Live Security Virtual

Re: UDS

2012-02-27 Thread Wes Hardaker
, as we don't open anything in /etc. I'd have to see the configuration options given to your compiled code. -- Wes Hardaker Please mail all replies to net-snmp-cod...@lists.sourceforge.net -- Try before you buy = See our

Net-SNMP 5.7.1.rc3 is available for testing

2011-09-22 Thread Wes Hardaker
You can pick it up here: https://sourceforge.net/projects/net-snmp/files/net-snmp/5.7.1-pre-releases/ This should, hopefully, be the final RC before the final release next week. -- Wes Hardaker SPARTA, Inc. -- All

Re: Net-SNMP daemon stops responding

2011-09-01 Thread Wes Hardaker
to answer the questions asked and it's taking too long. Then another (retry) query gets to it, and after it finally answers the first it starts thinking about the second. If you look at 'top' output or another similar tool, I bet you'll find the agent is simply thinking. -- Wes Hardaker SPARTA, Inc

When backpacking in the Sierras and SNMP collide

2011-08-31 Thread Wes Hardaker
you least expect it. My fellow backpackers got a good kick out of it too! Now, if only I could remember who you are... -- Wes Hardaker SPARTA, Inc. -- Special Offer -- Download ArcSight Logger for FREE! Finally, a world

Re: Strange problem with msgAuthoritativeEngineTime

2011-08-30 Thread Wes Hardaker
need to point a debugger at the library. -- Wes Hardaker SPARTA, Inc. -- Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even better price-free! And you'll get

Re: Fetching system UUID using SNMP

2011-08-30 Thread Wes Hardaker
for a system. Multiple software components may have them, certainly many linux systems have a UUID per disk, etc. -- Wes Hardaker SPARTA, Inc. -- Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log

Re: community delete at run-time

2011-08-30 Thread Wes Hardaker
to delete the created view, ak Can you please suggest me any API for that. What you're looking for is the SNMP-COMMUNITY-MIB, which we don't support at this time. -- Wes Hardaker SPARTA, Inc. -- Special Offer -- Download

Re: SNMPv3 EngineID Changed to Random Format?

2011-08-30 Thread Wes Hardaker
at all. Otherwise the oldEngineID line should make it read the previous engineID even if the engineIDType line is missing. -- Wes Hardaker SPARTA, Inc. -- Special Offer -- Download ArcSight Logger for FREE! Finally, a world

Net-SNMP 5.7.1.rc1 available for testing

2011-08-30 Thread Wes Hardaker
the improved code *and* be able to help us test it :-) -- Wes Hardaker SPARTA, Inc. -- Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even better price-free

Re: How to use Snmpget.exe for broadcast(IPv4)/multicast(IPv6)

2011-08-18 Thread Wes Hardaker
On Wed, 17 Aug 2011 20:10:46 +0530, Kamaraj P pkama...@ssdi.sharp.co.in said: KP I am running the Snmpget.exe with IPv4 broadcast address, but I am KP getting the response from only one node. The tools don't support broadcast addresses at this time. -- Wes Hardaker SPARTA, Inc

Re: VACM configuration for proxy multiple JVMs but still showing system MIB

2011-08-18 Thread Wes Hardaker
) into a SNMPv3 context name (such as jvm1). Then on the proxy line, use -Cn as well to proxy the jvm1 context to one host, and a different context to the other. -- Wes Hardaker SPARTA, Inc. -- Get a FREE DOWNLOAD

Re: choosing the correct container for CONTAINER_INSERT in _cache_load()

2011-08-18 Thread Wes Hardaker
way that we can speed up MP inserting the indexes on_ cache_load(). Above question comes from one MP of such efforts. I'm going to hope that Robert can answer that. There probably is a more efficient way to do bulk insertions, but I'd have to go look myself. -- Wes Hardaker SPARTA, Inc

Re: Question on Trap/inform filtering and statistics

2011-08-18 Thread Wes Hardaker
-snmp-users@lists.sourceforge.net aa Please see the following page to unsubscribe or change other options: aa https://lists.sourceforge.net/lists/listinfo/net-snmp-users -- Wes Hardaker SPARTA, Inc. -- Get a FREE DOWNLOAD

Re: starting snmpd on a different port

2011-08-10 Thread Wes Hardaker
. -- Wes Hardaker SPARTA, Inc. -- uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about

Re: agentxTimeout between agent and subagent

2011-08-10 Thread Wes Hardaker
will never kill the subagent. It may sever the connection, but it won't kill the subagent. It's likely that your subagent has a different problem somewhere in the code. -- Wes Hardaker SPARTA, Inc. -- uberSVN's rich system

Re: Reg. run_alarms() in agent_check_and_process()

2011-08-10 Thread Wes Hardaker
the timeout for the select would be none. -- Wes Hardaker SPARTA, Inc. -- uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion

Re: SNMPv3 EngineID Changed to Random Format?

2011-08-10 Thread Wes Hardaker
/snmpd.conf. -- Wes Hardaker SPARTA, Inc. -- uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn

Re: Cannot set values in example-demon Subagent

2011-07-17 Thread Wes Hardaker
-TUTORIAL-MIB::nstAgentSubagentObject.0 i 5 ^ ^ ^ And see if it makes any difference? -- Wes

Re: questions about the pass-persist

2011-07-17 Thread Wes Hardaker
to: pass_persist .1.3.6.1.4.1.3231.101.5.1.101.0.1.0 /work/snmp/persist_test.py -- Wes Hardaker SPARTA, Inc. -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup

Re: Patching with a Diff file on windows

2011-07-17 Thread Wes Hardaker
environments for windows, you'll likely get the 'patch' program installed too. Then you can run it as follows (from a cmd terminal): cd net-snmp-source patch -p0 file (the -p0 may need to be something else (like -p1), depending on the patch file in question) -- Wes Hardaker SPARTA, Inc

Re: snmptrapd - unable to receive traps

2011-07-17 Thread Wes Hardaker
, which it'll use by default; you just need to tell snmptrapd to create a user with the snmpd agent's engineid). -- Wes Hardaker SPARTA, Inc. -- AppSumo Presents a FREE Video for the SourceForge Community by Eric

Re: solaris 11 (net-snmp 5.4.1) intermittent snmpgetnext failure.

2011-07-17 Thread Wes Hardaker
be triggering the above log message? -- Wes Hardaker SPARTA, Inc. -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on Lean Startup Secrets Revealed

Re: Memory leak when using monitor

2011-07-17 Thread Wes Hardaker
On Thu, 07 Jul 2011 12:55:48 +0100, Chris Down chris.d...@alcor-communications.co.uk said: CD Just for info, this memory leak seems to have been fixed for 5.7. Thanks for the report! It's always nice when people respond to themselves saying they've found a solution! -- Wes Hardaker SPARTA

Net-SNMP 5.7 released! And we've moved to using Git!

2011-07-03 Thread Wes Hardaker
I'm happy to announce the release of version 5.7 of Net-SNMP! The NET-SNMP Development Team Important Announcement About the Net-SNMP Project: SVN - GIT - The Net-SNMP project has switched this last week from our previous

Re: RFC1213-MIB vs IF-MIB, ifType and -mALL

2011-06-24 Thread Wes Hardaker
' config option ;-) -- Wes Hardaker Cobham Analytic Solutions -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent

Re: Looking for a way to persist SNMPv3 user configuration

2011-06-23 Thread Wes Hardaker
modules). Note the 'usm_store_users()' callback that is registered. See that function, also in snmplib/snmpusm.c, for where the usm users get saved at shutdown. -- Wes Hardaker Cobham Analytic Solutions -- All the data

Re: Snmp proxy: how to react to 'default' context.

2011-06-23 Thread Wes Hardaker
, snmptrapd); from snmptrapd to . -- Wes Hardaker Cobham Analytic Solutions -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application

Re: MIB change questions

2011-06-23 Thread Wes Hardaker
managers these days deal with this ok, but in the way distant past there was fears this would cause some managers problems. -- Wes Hardaker Cobham Analytic Solutions -- All the data continuously generated in your

Re: duplicate libtool link reference to snmpusm.o

2011-06-23 Thread Wes Hardaker
properly check for duplicates at the moment). So with that flag present you'll get it twice, which is the error you're seeing. -- Wes Hardaker Cobham Analytic Solutions -- All the data continuously generated in your

Re: permanent snmpNotifyTable entries

2011-06-23 Thread Wes Hardaker
should save created rows to the persistent storage system, yes. (assuming the agent has permission to write to /var/net-snmp/snmpd.conf, which is the default location). -- Wes Hardaker Cobham Analytic Solutions -- All

Net-SNMP 5.7.rc1 released for testing

2011-06-13 Thread Wes Hardaker
and ChangeLog for details. -- Wes Hardaker Cobham Analytic Solutions -- EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing

Re: snmpset and DISPLAY-HINT

2011-05-23 Thread Wes Hardaker
Is it possible? I tried, but without success. Unfortunately, no. We don't currently have the ability to the inverse parsing of a DISPLAY-HINT. -- Wes Hardaker Cobham Analytic Solutions -- What Every C/C++ and Fortran developer Should

Re: need document of sub-agent interface.

2011-04-20 Thread Wes Hardaker
... It doesn't matter who owns the MIB itself. -- Wes Hardaker Cobham Analytic Solutions -- Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top

Re: How to implement my own iteration methods for a MIB?

2011-04-15 Thread Wes Hardaker
be found in the agent/mibgroup/testhandler.c file. You might look at it (specifically, I think the multiplication table example). -- Wes Hardaker Cobham Analytic Solutions -- Benefiting from Server Virtualization: Beyond

Re: Commercial Use

2011-04-15 Thread Wes Hardaker
a lawyer to get their opinion on the subject. -- Wes Hardaker Cobham Analytic Solutions -- Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization

Re: ASN_PRIV_IMPLIED_OCTET_STR

2011-04-15 Thread Wes Hardaker
exists unless it was fixed in the code but the tracker wasn't updated (which would be bad, but happens sometimes) -- Wes Hardaker Cobham Analytic Solutions -- Benefiting from Server Virtualization: Beyond Initial Workload

Re: how to stop continuoulsy unauthorized access

2011-03-31 Thread Wes Hardaker
access the system. ? snmpd doesn't have a IP address filtering mechanism built in. You can use iptables or /etc/hosts.deny to filter out machines that are causing you problems. [we don't want to duplicate exiting technologies] -- Wes Hardaker Cobham Analytic Solutions

Re: SNMP request size

2011-03-21 Thread Wes Hardaker
at 1600 Alberta street in northern Alberta, which is obviously in Canada, which is hopefully obviously in north America. Both are unfortunately legal answers that will greatly affect the size of the returned packet. You won't know it's size until you query it. -- Wes Hardaker Cobham Analytic

Re: How to add user without showing non-encrypted password in conf file

2011-03-21 Thread Wes Hardaker
in a way that snmpd can read it. This means you will always ended up with some form of unencrypted secret on the device (though the secret, if stolen, will only let you access the device itself and not other devices). -- Wes Hardaker Cobham Analytic Solutions

Re: Replacing an apt-get installation, with a custome compiled version.

2011-03-21 Thread Wes Hardaker
the original .deb source directory (debian) and repackaging it as you need it, then pushing your newer .deb files to the remote machines and installing those. -- Wes Hardaker Cobham Analytic Solutions -- Colocation vs. Managed

Re: HP-SNMP-AGENTS with 5.6.1 on RH6

2011-03-21 Thread Wes Hardaker
you compiled it yourself you didn't include the same set of options. I suggest getting the RHEL RPM source specification and starting with the configure flags from it. -- Wes Hardaker Cobham Analytic Solutions -- Colocation

Re: netsnmp

2011-03-21 Thread Wes Hardaker
On Thu, 10 Mar 2011 14:23:42 +0530, geetha ramani geetha...@gmail.com said: gr how to install a snmp agent and mibs for a device. See the INSTALL file that comes with the package. -- Wes Hardaker Cobham Analytic Solutions

Re: Snmpd and snmptrapd are lost

2011-03-21 Thread Wes Hardaker
that: http://www.net-snmp.org/wiki/index.php/Debugger [optionally, you can load a corefile (if you had one created) into the debugger after it dies when it wasn't running directly in a debugger] -- Wes Hardaker Cobham Analytic Solutions

Re: jobs list?

2011-02-24 Thread Wes Hardaker
that even the core developers haven't done this, and I know for a fact some of them have been out of work or needed more work at various times. -- Wes Hardaker Cobham Analytic Solutions -- Free Software Download: Index

Re: Disk OID renumbering

2011-02-24 Thread Wes Hardaker
. But, generically, it doesn't surprise me. It's not trivial to keep indexes stable across reboots and it takes work, and I don't think this work has been done for the host-resources-mib which I'm *guessing* that you're talking about. -- Wes Hardaker Cobham Analytic Solutions

Re: Translating OIDs to readable text format

2011-02-24 Thread Wes Hardaker
translateObj method. I think you want to look at the settings in the SNMP package variables and functions section of the man page, which has useful settings for you. Like use_numeric and use_long_names. -- Wes Hardaker Cobham Analytic Solutions

Re: Fwd: queries to only one table

2011-02-24 Thread Wes Hardaker
comes in to query the last column from the last row of a previous table, an agent MUST continue query into the next section of the MIB tree looking for an answer to return (eg, into the next table). There is no way to prevent this and stay legal to the SNMP specification. -- Wes Hardaker Cobham

Re: send traps to 2 different servers

2011-02-24 Thread Wes Hardaker
of the servers on the two AJC different OM servers. Yes, you can use the notification filtering support to do this. However, the configuration directives don't exist to set this up so you must perform SNMP SETs to the TARGET-MIB and NOTIFICATION-MIB to get it set up. -- Wes Hardaker Cobham Analytic

Re: obtaining ip address

2011-02-15 Thread Wes Hardaker
that doesn't have an IP address Generally, we try not to use IP addresses because they're not actually very dependable. -- Wes Hardaker Cobham Analytic Solutions -- The ultimate all-in-one performance toolkit: Intel(R

Re: Net-SNMP Wiki is Down

2011-02-15 Thread Wes Hardaker
. It should be working now. -- Wes Hardaker Cobham Analytic Solutions -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250

Re: Net-SNMP-Wiki

2011-02-15 Thread Wes Hardaker
On Tue, 15 Feb 2011 08:23:06 +, Dave Shield d.t.shi...@liverpool.ac.uk said: DS Once Wes has managed to sort out the necessary changes, DS all the content should be visible again. Fixed! No content should be lost. -- Wes Hardaker Cobham Analytic Solutions

Re: Tutorials and Wiki down?

2011-02-15 Thread Wes Hardaker
On Tue, 15 Feb 2011 04:58:51 -0500, Daniel Savard daniel.sav...@gmail.com said: DS Many other wikis hosted on SourceForge are impacted as well. I then DS suppose SourceForge is awared and is working as well on this problem. Oh, and the wiki is now fixed. I hope. -- Wes Hardaker Cobham

Re: Tutorials and Wiki down?

2011-02-15 Thread Wes Hardaker
that has to fix it. Each project does as SF doesn't actually care about broken web-pages it seems. We got no notice that the upgrade was going to happen or the chance to test it before it went live. On the upside, it is an improvement and the goals were good ones. -- Wes Hardaker Cobham

Re: Can not get remote engineTime.

2011-02-15 Thread Wes Hardaker
, so I'm only guessing at what you actually want to do. -- Wes Hardaker Cobham Analytic Solutions -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before

Re: Send TRAP

2011-02-15 Thread Wes Hardaker
want to send instead. This page will be highly helpful to you: http://www.net-snmp.org/wiki/index.php/TUT:snmptrap -- Wes Hardaker Please mail all replies to net-snmp-cod...@lists.sourceforge.net -- The ultimate all

Re: Can not get remote engineTime.

2011-02-15 Thread Wes Hardaker
be only copied into the internal one... You should check that first. Otherwise, sending a GET query to snmpEngine.0 is another way to go. -- Wes Hardaker Cobham Analytic Solutions -- The ultimate all-in-one performance

Re: Net-SNMP-Wiki

2011-02-14 Thread Wes Hardaker
On Mon, 14 Feb 2011 09:07:50 -0500, wolfram...@aol.com said: w on the website the wiki doesn't work. Yep. SourceForge did a major web-overhaul which broke our wiki. I worked on it Friday, but nothing I did helped. Today I'll be trying again (starting with an upgrade). -- Wes Hardaker Cobham

Re: beginner questions

2011-02-08 Thread Wes Hardaker
start looking at our tutorials: http://www.net-snmp.org/tutorials/ Generally you'll want to snmpwalk host udpMIB once you get the authentication options set correctly. -- Wes Hardaker Cobham Analytic Solutions

Re: beginner questions

2011-02-08 Thread Wes Hardaker
anyone supports any form of Kerberos yet but us. (and when the standard comes out, it's likely to be different too, unfortunately). -- Wes Hardaker Cobham Analytic Solutions -- The ultimate all-in-one performance toolkit

Re: need help

2011-02-07 Thread Wes Hardaker
tried command like By default the snmpd service isn't installed using the source tar-balls. The RPMs available for RHEL will have it (but will have an older version of Net-SNMP too). You can probably copy the dist/snmpd-init.d to /etc/init.d/snmpd to install the service file. -- Wes Hardaker

Re: Support for SHA-2 family of hash functions (i.e., SHA-224, SHA-256, SHA-384 and SHA-512)

2011-01-31 Thread Wes Hardaker
-read it! -- Wes Hardaker Cobham Analytic Solutions -- Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo

Re: declaring the global variable in net-snmp-5.4.2.1

2011-01-31 Thread Wes Hardaker
Global variables are declared in one file above any functions as: int my_variable; and used in the other as: extern int my_variable; -- Wes Hardaker Cobham Analytic Solutions -- Special Offer-- Download ArcSight

Re: Snmp_sess_open failure on net-snmp 5.3.1

2011-01-25 Thread Wes Hardaker
). -- Wes Hardaker Cobham Analytic Solutions -- Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code

Re: mem leak in agent,

2011-01-25 Thread Wes Hardaker
something like valgrind, as documented here: http://www.net-snmp.org/wiki/index.php/Debugger -- Wes Hardaker Cobham Analytic Solutions -- Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally

Re: snmp monitoring tool

2011-01-19 Thread Wes Hardaker
source product that used Net-SNMP under the hood and was designed to scale to numbers that big). I suggest you look at some of the other listing services (freshmeat.net) fro projects designed to do what you wish. -- Wes Hardaker Cobham Analytic Solutions

Re: static linking on Linux,

2011-01-19 Thread Wes Hardaker
that flag or it's in the wrong place on the command line option once everything is expanded. -- Wes Hardaker Cobham Analytic Solutions -- Protect Your Site and Customers from Malware Attacks Learn about various malware

Re: SNMP v3 Proxy to SNMP v1 host

2011-01-19 Thread Wes Hardaker
scale well unless host2 has lots of memory. -- Wes Hardaker Cobham Analytic Solutions -- Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand

Re: Response size needed to get too big error response

2011-01-19 Thread Wes Hardaker
On Mon, 17 Jan 2011 11:15:34 +0100, JORDI LOPEZ jordi.lo...@imagoscreens.com said: JL I gather from your answer that there is no easy way to limit the JL output response buffer in net-snmp, is it? Not via configuration, no. You can do it by not sending big requests to the agent :-) -- Wes

Re: Monitoring CPU steal?

2011-01-19 Thread Wes Hardaker
legal. -- Wes Hardaker Cobham Analytic Solutions -- Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your

Re: Pass the port number to an extension command in snmpd.conf

2011-01-14 Thread Wes Hardaker
the disman event-mib support, via appletalk, ...). So we don't generally pass the transport address that received the information down into the lower layers because it's not really safe to assume you can get it. -- Wes Hardaker Cobham Analytic Solutions

Re: Monitoring CPU steal?

2011-01-13 Thread Wes Hardaker
process to get multiple vendors, etc, to agree on the standard way to do it. No one, that I know of, has put forth the effort to get the standardized host resources mib updated with modern notions like multiple cores, etc. -- Wes Hardaker Cobham Analytic Solutions

Re: Response size needed to get too big error response

2011-01-13 Thread Wes Hardaker
... the Net-SNMP agent is limited by memory mostly. Ideally, yes we should have a tooBig response at some point but we don't. It's a feature or a bug depending on how you think about it :-) -- Wes Hardaker Cobham Analytic Solutions

Re: Convert SNMPv1 traps to SNMPv3

2011-01-13 Thread Wes Hardaker
on the device too (but you could build a fairly stripped down one), and it'll obviously have to run on a different port and be an agentx master agent. But it should actually work! hack hack hack -- Wes Hardaker Cobham Analytic Solutions

Re: Objects for huge configuration on snmpd.

2011-01-13 Thread Wes Hardaker
and finding the ones that have writable objects you're interested in and then seeing if our agent supports them. -- Wes Hardaker Cobham Analytic Solutions -- Protect Your Site and Customers from Malware Attacks Learn about

Re: Problem in snmp_synch_response

2011-01-03 Thread Wes Hardaker
on the Net-SNMP library) and not your code, then it's likely how your code is calling the library. That'd be step one: narrowing down that you can pass the same parameters to snmpget (or snmpwalk) and ensuring it works that way. -- Wes Hardaker Cobham Analytic Solutions

Net-SNMP 5.6.1.rc2 available for testing

2010-12-28 Thread Wes Hardaker
: fixed the NEWS file to mention 5.6.1 instead of 5.7 2010-12-21 15:50 hardaker * CHANGES: version update -- Wes Hardaker Cobham Analytic Solutions -- Learn how Oracle Real Application Clusters (RAC) One Node

Re: delay in receiving cold start trap from net-snmpd daemon..

2010-12-23 Thread Wes Hardaker
is that your subagent is trying to register too fast and the snmpd agent isn't accepting registrations yet. So 30 seconds later the subagent tries again and connects. But it's a guess. A debugger may be necessary here :-) -- Wes Hardaker Cobham Analytic Solutions

Re: Fwd: Re: Net-SNMP 5.6.rc1 available for testing

2010-12-23 Thread Wes Hardaker
with threads on the agent side of things. -- Wes Hardaker Cobham Analytic Solutions -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment

Net-SNMP 5.6.rc1 available for testing

2010-12-21 Thread Wes Hardaker
say (but don't): *5.6.1* General: - Many Bug Fixes (see the CHANGES and ChangeLog files for full details) -- Wes Hardaker Cobham Analytic Solutions -- Forrester recently released a report on the Return

Re: snmpv3 context question

2010-12-21 Thread Wes Hardaker
our agent). The second agent will need to register it's information using a non-default context. 2) Keep one agent running on both ports and proxy to the second agent from the first using a context. This is discussed in the proxy section of the snmpd.conf manual page. -- Wes Hardaker

Re: mib structure subtable problem

2010-12-21 Thread Wes Hardaker
On Tue, 21 Dec 2010 10:47:10 +0100, Joel Hansell joel.hans...@gmail.com said: JH Please don't put a table within a table. I'm pretty sure it's not a JH legal MIB construct, and it would certainly break a lot of things. For the record: you're right, it's not legal :-) -- Wes Hardaker Cobham

Re: Problem in init_snmp in visual c++ (and Qt)

2010-12-21 Thread Wes Hardaker
init_snmp(foo) bootstraps the net-snmp library. It's very required. The foo argument names the application, and most specifically tells it to look for foo.conf files. -- Wes Hardaker Cobham Analytic Solutions

Re: Traphandle for multiple traps -sometimes drops or delay

2010-12-21 Thread Wes Hardaker
. -- Wes Hardaker Cobham Analytic Solutions -- Forrester recently released a report on the Return on Investment (ROI) of Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even within 7 months. Over 3

Re: help :- Problems with snmp agent NetSNMP-5.5 version while creating/spawning new thread (using pthread library interface)

2010-12-21 Thread Wes Hardaker
(which we've fortunately never had to do yet because most people understand the above request). -- Wes Hardaker Cobham Analytic Solutions -- Forrester recently released a report on the Return on Investment (ROI) of Google Apps

Re: cmnMacChangedNotification trap not triggering traphandle

2010-12-11 Thread Wes Hardaker
On Wed, 8 Dec 2010 09:09:18 -0500, James Donn james...@gmail.com said: JD Is there a way to trace a single trap OID? Run snmptrapd with -d -Ddump,snmptrapd which should help at least... -- Wes Hardaker Cobham Analytic Solutions

<    1   2   3   4   5   6   7   8   9   10   >