Re: Quesiton about ucdDiskIOTable

2004-10-22 Thread Dave Shield
%snmpget localhost diskIOTable.diskIOEntry.diskIODevice.1 #UCD-DISKIO-MIB::diskIODevice.1 = No such Object available on this agent at this OID What does snmpgetnext localhost diskIOTable.diskIOEntry.diskIODevice display? Dave

Re: Is there a standard I have been rebooted trap?

2004-10-22 Thread David Goodenough
On Friday 22 October 2004 09:27, Dave Shield wrote: Sounds like you need a warmStart trap as defined in rfc 1907 or thereabouts. Do you know how I generate that with a command line using net-snmp so that I can include it in the startup sequence? The agent will automatically generate

RE: Is there a standard I have been rebooted trap?

2004-10-22 Thread Baumgart Alexander
If your system support DISMAN-EVENT-MIB u could fire a trap on sysUpTime reset perhaps. Look at man snmpd.conf for examples. Baumgart -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Goodenough Sent: Donnerstag, 21. Oktober 2004 17:30 To: Carlos Cantu

Re: Quesiton about ucdDiskIOTable

2004-10-22 Thread tanya.bbs
%snmpgetnext localhost diskIOTable.diskIOEntry.diskIODevice #UCD-SNMP-MIB::logMatchMaxEntries.0 = INTERGER:50 %snmptranslate -IR -On logMatchMaxEntries .1.3.6.1.4.1.2021.16.1 %snmptranslate -IR -On diskIOTable.diskIOEntry #.1.3.6.1.4.1.2021.13.15.1.1 So It seems that the ucdDiskIOMIB insnot

RE: Is there a standard I have been rebooted trap?

2004-10-22 Thread Baumgart Alexander
Simply add a community to the informsink line: informsink host public should solve the timeout. Baumgart -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Goodenough Sent: Freitag, 22. Oktober 2004 11:12 To: [EMAIL PROTECTED] Subject: Re: Is there a

Re: net-snmp win32

2004-10-22 Thread Andy Smith
Since Dave has done an exceptional job explaining usm (I know I learned some things) I will pick up the rest. Andres C wrote: Hello, I have some general questions regarding the use of snmpv3 and the source code (I'm using windows net-snmp version): 1. what is the diference between release and

Re: Is there a standard I have been rebooted trap?

2004-10-22 Thread Andy Smith
Baumgart Alexander wrote: If your system support DISMAN-EVENT-MIB u could fire a trap on sysUpTime reset perhaps. Look at man snmpd.conf for examples. Baumgart A method that I have used on a manager that did polling but no trap receiving was to poll sysUpTime and look for a reset. The chance for

Re: Is there a standard I have been rebooted trap?

2004-10-22 Thread Dave Shield
AB Simply add a community to the informsink line: AB AB informsink host public AB AB should solve the timeout. But if you look at David's original report, he *did* have a community field as part of that entry: vv DG I added informsinc host public to

Re: Is there a standard I have been rebooted trap?

2004-10-22 Thread Users
On Fri, 22 Oct 2004 10:11:57 +0100 David wrote: DG Interestingly when I looked at the man file for snmp.conf it said that DG all I needed was an informsink line (or at least that was the way I read DG it), so I added informsinc host public to snmpd.conf. This gave me DG persistant snmpd:

Re: I'm trapped...

2004-10-22 Thread Users
On Wed, 20 Oct 2004 21:51:01 + [EMAIL PROTECTED] wrote: JCA Is there documentation or a code example on how I can generate a trap? JCA Specifically , how do I trigger a trap or issue a trap generation? See agent/mibgroup/examples/notification.c. -- Robert Story; NET-SNMP Junkie

RE: Is there a standard I have been rebooted trap?

2004-10-22 Thread Baumgart Alexander
snmptranslate -TB .*time.* snmptranslate -Td -IR hrSystemUptime This also could come in mind. But the best way like Dave told coldStart inform. that should work on all systems that can handle v2 informs, without need of hrTable. Baumgart -Original Message- From: Andy Smith

Re: Is there a standard I have been rebooted trap?

2004-10-22 Thread Dave Shield
Minor correction: Informsink sends SNMPv3 inform messages. informsink sends SNMPv2c inform messages. ^^^ In order to send SNMPv3 notifications (traps or informs), you'd need to use 'trapsess' instead. Dave --- This

Is it possible? I'm sure it can be done

2004-10-22 Thread Gary Clark
My beloved company has asked me to write another agent. Yep no rest for the wicked. They want me to write a net-snmp agent(A) that can send set and get requests to another snmp agent(B) whilst agent(A) can receive set and get requests from the NMS (which I contructed using perl). I went over some

RE: Is there a standard I have been rebooted trap?

2004-10-22 Thread Baumgart Alexander
Hmm, sorry my fault. i tried to reproduce the effect. i used net-snmp 5.1.2. snmpd and snmptrapd on the same host snmpd.conf: rouser me informsink localhost i used snmp v3 with priv set up in a private ~/.snmp/snmp.conf file. i startet ./snmpd -Le -f and ./snmptrapd -Le -f on seperate

Re: Is it possible? I'm sure it can be done

2004-10-22 Thread Gary Clark
Yeh thats it. - Original Message - From: Gary Clark [EMAIL PROTECTED] To: Dave Shield [EMAIL PROTECTED] Sent: Friday, October 22, 2004 10:48 AM Subject: Re: Is it possible? I'm sure it can be done Yeh thats it. - Original Message - From: Dave Shield [EMAIL PROTECTED]

Re: Sun ONE HTTP subagent - net-snmp possible?

2004-10-22 Thread SB
I added the following to my magt CONFIG file (I googled it somewhere): TRANSPORT extraordinary SNMP OVER UDP SOCKET AT PORT 1611 CORRECTION: This *is* in the Sun Docs not on some random website. How does this differ from what's documented there? There

Net-SNMP v 5.1.2 - Spurious traps for trap directives - Solaris 2.8

2004-10-22 Thread Nancy S
is an example of the spurious traps with one expected trap for 1 min Load Average -- 20041022 144816 EVENT SNMP Trap/Unsolicited 000.000.0.00 Trap(mteTriggerFired) mteHotTrigger=laTable

Re: exec buffer size problem

2004-10-22 Thread Users
On Thu, 21 Oct 2004 12:12:16 +0100 Dave wrote: DS If the total amount of data is above 4k, snmpd hangs. DS DS(It's probably too late to fix this for the full 5.2 release, DS but we can certainly try to address this for the following version.) DS DS I don't know, a previously working

Re: net-snmp win32

2004-10-22 Thread Users
On Fri, 22 Oct 2004 07:28:45 -0500 Andy wrote: AS The debug symbols also increase the size of hate executables, sometimes AS significantly. What are 'hate' executables? -- Robert Story; NET-SNMP Junkie http://www.net-snmp.org/ irc://irc.freenode.net/#net-snmp Archive:

RE: Net-SNMP v 5.1.2 - Spurious traps for trap directives - Solar is 2.8

2004-10-22 Thread Bruce Shaw
This is a known bug that has been fixed in 5.2 and the 5.1 stream on CVS. See the long explanation in README.solaris (CVS version). (http://cvs.sourceforge.net/viewcvs.py/net-snmp/net-snmp/README.solaris?view =markup) Solaris trap issues - lots of spurious traps - help appreciated to resolve

Re: Net-SNMP v 5.1.2 - Spurious traps for trap directives - Solar is 2.8

2004-10-22 Thread Users
On Fri, 22 Oct 2004 15:17:56 -0600 Bruce wrote: BS This is a known bug that has been fixed in 5.2 and the 5.1 stream on CVS. Nancy, can you try the patch found here, and let us know if that helps? https://sourceforge.net/tracker/index.php?func=detailaid=615744group_id=12694atid=112694 --

Re: net-snmp win32

2004-10-22 Thread Andy Smith
Robert Story (Users) wrote: On Fri, 22 Oct 2004 07:28:45 -0500 Andy wrote: AS The debug symbols also increase the size of hate executables, sometimes AS significantly. What are 'hate' executables? The kind you get when you misspell 'the'? ---