Re: sendto failures

2012-06-25 Thread Charlie Martin
Oh, duh, sorry. Doesn't *everyone* know what I'm doing? It's FreeBSD 7.2 and net-snmp 5.7.1 On 06/23/2012 06:15 AM, Niels Baggesen wrote: > Den 21-06-2012 00:10, Charlie Martin skrev: >> I'm testing my pass_persist agent and having a lot of weird errors. >

sendto failures

2012-06-20 Thread Charlie Martin
Charles R. (Charlie) Martin Senior Software Engineer SGI logo 1900 Pike Road Longmont, CO 80501 Phone: 303-532-0209 E-Mail: [email protected] <mailto:[email protected]> Website: www.sgi.com <http://www.sgi.com> -

Re: pass_persist agent doesn't work with snmpwalk (probable noob question)

2012-03-20 Thread Charlie Martin
tem?" -- 1.3.6.1.4.1.59.1.5.3.1.1.1 ::= { sgiStorageCopanSystem 1 } osVersion OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "PSM Operating System version." -- 1.3.6.1.4.1.59.1.5.3.1.1.5 ::= { sgiStorageCop

Re: pass_persist agent doesn't work with snmpwalk (probable noob question)

2012-03-18 Thread Charlie Martin
and $ snmpgetnext /*args*/ 1.3.6.1.4.1.59.1.5.3.1.1.10 Thanks On 03/17/2012 03:24 AM, Vincent Bernat wrote: > OoO En cette nuit nuageuse du samedi 17 mars 2012, vers 00:02, Charlie > Martin disait : > >>> Use: >>> snmpwalk -On -v 2c -c copan psmdev1 1.3.6.1.4.1.59.1.5.3.1.1

Re: pass_persist agent doesn't work with snmpwalk (probable noob question)

2012-03-18 Thread Charlie Martin
pass_persist script: if the > requested OID is less than the first OID you can serve, you must return > the first OID you can serve. > -- Charles R. (Charlie) Martin Senior Software Engineer SGI logo 1900 Pike Road Longmont, CO 80501 Phone: 303-532-0209 E-Mail: [email protected] <

Re: pass_persist agent doesn't work with snmpwalk (probable noob question)

2012-03-16 Thread Charlie Martin
to the overall problem I'm trying to figure out. So, let's say I send snmpget -On -v 2c -c copan psmdev1 1.3.6.1.4.1.59.1.5.3.1.1 and snmpgetnext -On -v 2c -c copan psmdev1 1.3.6.1.4.1.59.1.5.3.1.1 What are the correct responses? -- Charles R. (Charlie) Martin Senior Software E

pass_persist agent doesn't work with snmpwalk (probable noob question)

2012-03-16 Thread Charlie Martin
estion is: "okay, what was expected?" Feel free to tell me I've missed something fundamental, as I an very new at building SNMP agents. -- Charles R. (Charlie) Martin Senior Software Engineer SGI logo 1900 Pike Road Longmont

Re: IPv6

2011-09-12 Thread Martin Knappe
On Mon, Sep 12, 2011 at 3:56 PM, Steve Friedl wrote: > On Mon, Sep 12, 2011 at 03:42:38PM +0200, Martin Knappe wrote: > > I have a very general question for a start. It seems to me that IPv6 > > connectivity is not currently supported by net-snmp, is that correct? > &

IPv6

2011-09-12 Thread Martin Knappe
I have a very general question for a start. It seems to me that IPv6 connectivity is not currently supported by net-snmp, is that correct? I was not able to: 1) set up the snmp-agent to listen on v6-addresses and respond to requests 2) send snmp traps with snmptrap or from within my own code with

Re: [PATCH] Fix stderrlog in agent using Perl subagents

2011-02-10 Thread Martin Buck
o have command > line tools, eg, suppress the stderr warning by checking themselves if > nothing is enabled and turning on stderr themselves. This gets ugly for > other reasons though. I don't know what original problem that warning was meant to solve, but wouldn't it b

[PATCH] Fix stderrlog in agent using Perl subagents

2011-01-31 Thread Martin Buck
y the user, not on snmp_enable_stderrlog() calls performed by other parts of the code. Thanks for any feedback or applying the patches, Martin diff -ur net-snmp-5.6.1.orig/perl/SNMP/SNMP.xs net-snmp-5.6.1/perl/SNMP/SNMP.xs --- net-snmp-5.6.1.orig/perl/SNMP/SNMP.xs 2010-12-01 00:27:48.0

Re: SNMP.xs unconditionally enables stderrlog?

2011-01-21 Thread Martin Buck
option. The only drawback is that you get an additional "No log handling enabled - using stderr logging" message when the first log message is printed. But that matches the behaviour of e.g. snmpwalk, so I guess that's OK. Are there other

Re: SNMP.xs unconditionally enables stderrlog?

2011-01-06 Thread Martin Buck
ny log destinations configured. So it should be safe to just drop the calls to snmp_enable_stderrlog() from perl/SNMP/SNMP.xs and perl/agent/agent.pm, right? Thanks, Martin -- Learn how Oracle Real Application Clu

SNMP.xs unconditionally enables stderrlog?

2011-01-04 Thread Martin Buck
om NetSNMP::agent, so whenever my subagent starts (via "perl do" in snmpd.conf), it automatically enables stderr logging. stderr logging is certainly useful for debugging, but for a normal daemon it's pretty annoying. Is this intentional? Is there a way to turn it off (without hacking

problem with net-snmp concerning cpu utilization data

2010-03-06 Thread martin . reisinger
a source fix or at least with a hint what to do? Thanks in advance! Yours sincerely DI Martin Reisinger Expert Operational Services --- a

mib2c: empty data context

2010-01-08 Thread Martin Knappe
i try to follow the ifTable example, it works whats wrong with my table see definition below thanks martin paNGGeneralData OBJECT IDENTIFIER ::= { packetAlarmNGMIB 1 } paNGHardwareTable OBJECT-TYPE SYNTAX SEQUENCE OF paNGHardwareTableEntry MAX-ACCESS read-only STATUS current

Re: SubAgent Tutorial Problem

2009-09-15 Thread Martin
Problem solved: The OID was not accessible because of insuficient user permissions. Giving more permissions solved the Problem. Nobody helped me i solved it myself :( - Original Message - From: Martin To: [email protected] Sent: Thursday, September 10

SubAgent Tutorial Problem

2009-09-10 Thread Martin
g What did i do wrong? Perhaps the MIB is not loaded? so the OID can not be registered corect? Does the Subagent get the command to do something? Any ideas? Do you need more information? You can answer using the mailing list or directly to [email protected] Regards and a big thank you!! Martin---

SubAgent Tutorial Problem

2009-09-10 Thread Martin
e OID can not be registered corect? Does the Subagent get the command to do something? Any ideas? Do you need more information? You can answer using the mailing list or directly to [email protected] Regards and a big thank you!! Martin smime.p7s Description: S/MIME cryptographic signature ---

Question

2009-03-13 Thread Terry Martin
? Thanks Terry Martin TimeData Corporation VP of Network Operation East Coast Number: 212-644-1600 X3 West Coast Number 503-678-2224 Cell:503-318-8909 -- Apps built with the

Issue with SNMPnet

2008-03-11 Thread Terry Martin
traces). The only area I see that is different is the "SNMP Request ID" field uses one more hex code which makes the packet one byte longer. Is there a way to fix this? Thanks Terry Martin Timedata Corporation VP of Network Operations Work: (212) 644-1600 X3 Cell

RE: Stand-alone C application to send traps?

2006-11-29 Thread Martin, Sean (SMARTIN)
6 10:17 AM To: Martin, Sean (SMARTIN) Cc: [email protected] Subject: Re: Stand-alone C application to send traps? On 29/11/06, Martin, Sean (SMARTIN) <[EMAIL PROTECTED]> wrote: > I need to prototype a stand-alone C application that uses the Net-SNMP > library func

Stand-alone C application to send traps?

2006-11-29 Thread Martin, Sean (SMARTIN)
Hello, I am very new to using the Net-SNMP libraries. Further complicating the problem, I have not used C code for a long while (still coming back up to speed). I need to prototype a stand-alone C application that uses the Net-SNMP library functions to send a SNMPv1 trap (e.g. coldStart). I have

Re: Routine is not working

2006-08-21 Thread Peter Martin
Title: Message Siva,   I have already asked you privately about this. Can you please stop sending emails that use activeX controls? Every time I get to an email from you, my email client pops up a security warning. I don't have time to sort out why your emails are doing this.   Note, I havn't

Antwort: Re: Antwort: Re: ASN Standard Types

2006-05-30 Thread Martin . Cooke
hat is probably now getting boring!) in the asn1_defs.h file. Unfortunately the code is quite complex, and is further frustrated by the (necessarily) complex build mechanism, otherwise I would attempt the changes myself (which I am still willing to do if a more str

ASN Standard Types

2006-05-29 Thread Martin . Cooke
s that the source code in parse.c (used to build the snmp.dll loaded and used by the perl script) does not recognise FLOAT, DOUBLE or REAL as valid ASN1 types (even though REAL is supported, and FLOAT and DOUBLE are defined in the ASN1 definitions header file). Any comments? Ma

Mib2perl configuration

2005-11-21 Thread Peter Martin
on on the run-time support. Does not run with strict yet. Regards Pete Martin Engineering Director Tripleplay Services Office: +44 1202 677897 Mobile: 07810 876713 Fax: +44 20 7691 0861 [EMAIL PROTECTED] Tripleplay Services Ltd PO Box 43862 London NW6 1WU UK http://www.tripleplay-services.com

fyi...snmp::info

2005-06-27 Thread Martin Laflamme
re: WARNING: netinet6/nd6.h: section "Present But Cannot Be Compiled"configure: WARNING: netinet6/nd6.h: proceeding with the preprocessor's resultconfigure: WARNING: netinet6/nd6.h: in the future, the compiler will take precedenceconfigure: WARNING: ## -

snmpd.conf : proxy token

2005-05-03 Thread Martin Kouril
Hi, I explore net-snmp proxy, I followed instructions in snmp.conf(5) manual page, everything was fine till I tried to use -Cn option with 'proxy' token and -n option with snmpwalk. I get this message: Example: #snmpd.conf ... proxy -Cn myhost -v 1 -c public my.host.IP.address .1.3.6.1.2.1.1

Re: problems using gettimeofday() as a time base

2004-10-04 Thread Martin Carlsson
om additional problems: > A much better patch was checked in than the obnoxious one I wrote > earlier. > -- > Wes Hardaker > Sparta All the best, M --- Martin Carlsson, martin dot carlsson at lumentis dot se Lumentis AB

project SNMP proxy/tunnel

2004-09-04 Thread Martin Kouril
SNMP agents to one machine - and I need privacy and authentication between MRTGs and my SNMP proxy server, so something really close to SNMP version 3 something like SNMPv1, SNMPv2 tunnel. Thanks for ideas. Martin Kouril --- This SF.Net email

RE: usmStatsNotInTimeWindows issues

2004-06-24 Thread Martin Carlsson
imespan to ~68 years and fixes the time change problem. Only tested on Linux however. If you look in the archives you should be able to find the earlier discussion, subject was "engineTime and abrupt timechanges". Cheers, M --- Martin Carlsson, martin dot carlsson at lumenti

snmpNotifyFilterTable supported?

2004-06-22 Thread Martin Carlsson
The code for managing the tables as such seems to be there but is it actually used anywhere? Looking in agent/mibgroups/notification/snmpNotifyTable.c where it seem sensible to do the filtering it just says "XXX: filter appropriately". This net-snmp 5.0.8. Cheers, M --- Marti

Contract programmer required

2004-06-11 Thread Terry Martin
Hi   We're looking for a contract application programmer to build an SNMP management application in support of a non-standard SNMP feature on our device.   Thanks   ---Outgoing mail is certified Virus Free with anti-virus software provided by Security First Networks.(http://sfnet.ca)Checked b