newbie

2004-11-08 Thread Mauricio Reyes
Hi all, I'm new to net snmp. i work with microsoft windows. I am trying to use the snmpdemoapp.c in the tutorial. but can't make it work. the snmpd.conf file is ok. i am trying to use authentication and enryption using snmp v3. the user i created like this: snmpusm -v 3 -u initial -n "" -l au

netsnmp doubt

2004-11-09 Thread Mauricio Reyes
Hi All, I haven't had an answer so I don't know if the mail was received. Just in case below is what i wrote. thanks Mauricio. - Hi all, I'm new to net snmp. i work with microsoft windows. I am trying to use the snmpdemoapp.c in the tutorial. but can't

Re: netsnmp doubt

2004-11-09 Thread Mauricio Reyes
Hi William, I have read enough literature on SNMP, and I'm interested in getting that example to run, since i'm developing a project for my organization and it uses net-snmp. Can you point out what is the mistake? thanks Mauricio. From: <[EMAIL PROTECTED]> To: Mauricio Reyes &

someone help!

2004-11-10 Thread Mauricio Reyes
Hi all, I haven't had any solutions to this. Does anyone have any idea what the problem is? Thanks Hi all, I'm new to net snmp. i work with microsoft windows. I am trying to use the snmpdemoapp.c in the tutorial. but can't make it work. the snmpd.conf file is ok. i am trying to use authenticat

weird tutorial

2004-11-17 Thread Mauricio Reyes
Hi all, I work with microsoft windows. I am trying to use the snmpdemoapp.c in the tutorial. but can't make it work. the snmpd.conf file is ok. The weird thing is that ir worked on linux, the same code but there is something wrong in windows. I am trying to use authentication and enryption using

Re: weird tutorial

2004-11-18 Thread Mauricio Reyes
Hi Robert The client has also openssl, I included the libeay32.lib in it. Besides, I run the normal snmpget and it works fine. what else could be the problem? thanks Mauricio From: Robert Story (Users) <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "Mauricio Reyes" <[E

Re: weird tutorial

2004-11-19 Thread Mauricio Reyes
t;[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "Mauricio Reyes" <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: weird tutorial Date: Thu, 18 Nov 2004 17:06:54 -0500 On Thu, 18 Nov 2004 19:16:07 + Mauricio wrote: MR> The client has also openssl, I included the libe

weird tutorial wndows

2004-11-24 Thread Mauricio Reyes
Hi all, Is there any net-snmp windows expert out there that can help me with this problem? thanks, mauricio --- message Hi all, I work with microsoft windows. I am trying to use the snmpdemoapp.c in the tutorial. but can't make it work. the snmpd.conf file is ok. The weird t

Doubt

2004-12-06 Thread Mauricio Reyes
Hi all, I was wondering where the snmpd.conf file is read from within the code. i need to know how it is read. Also i'd like to know how the MIB's are read and from where in the code. Last, how does the snmptranslate command works? thanks mauricio _

Help using int scalar

2005-02-03 Thread Mauricio Reyes
Hi, I runned mib2c with the mib2c.scalar.conf file with this mib object: pInter OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DEFVAL { 1 } DESCRIPTION "" ::= { pDat 1 } and it generated the cod

Question on snmptrapd

2005-02-06 Thread Mauricio Reyes
Hi, I was looking at the code of the snmptrapd agent and couldn't find where does it manipulate the variable bindings that come in a trap. Can someone tell me where and how does it do it? Thanks a lot. __ Do you Yahoo!? Take Yahoo! Mail with yo

Doubt on alarms

2005-03-02 Thread Mauricio Reyes
Hello, I was looking at the way alarms work and I have a question: what is the minimum time you can tell a alarm to repeat itself? is it 1 second? is it posible to go to milliseconds? Thanks, mauricio __ Do you Yahoo!? Yahoo! Mail - Easier than

REPOST: Doubt on alarms

2005-03-08 Thread Mauricio Reyes
Hello, I was looking at the way alarms work and I have a question: what is the minimum time you can tell a alarm to repeat itself? is it 1 second? is it possible to go to milliseconds? another question I have is this: when you are using trapsess and the destination is down, does it retries to con

Net-snmp doubt

2005-03-29 Thread Mauricio Reyes
Hello, I have two questions concerning Net-snmp: 1. When you are using trapsess and the destination is down, does it retries to connect? Because the traps are lost. I get this error: /usr/local/share/snmp/snmpd.conf: line 30: Error: snmpd: failed to parse this line or the remote trap receiver i

Repost: Net-snmp doubt

2005-04-13 Thread Mauricio Reyes
Hello Robert, Yes, I can send traps with those parameters. When the trapsess destination machine is up, I receive the traps as expected. Can you help me with this? I really need to solve this. Thanks a lot. --- Robert Story <[EMAIL PROTECTED]> wrote: > On Tue, 29 Mar 2005 17:33:16 -0800 (PST

Re: Repost: Net-snmp doubt

2005-04-14 Thread Mauricio Reyes
Hello Robert, I'd appreciate that. Thanks a lot. --- Robert Story <[EMAIL PROTECTED]> wrote: > On Thu, 14 Apr 2005 09:45:24 +0100 Dave wrote: > DS> On Thu, 2005-04-14 at 01:30, Mauricio Reyes > wrote: > DS> > Yes, I can send traps with those parameters. > Wh

Re: Repost: Net-snmp doubt

2005-04-17 Thread Mauricio Reyes
Hello Robert, I have tested the patch you sent me, but it seems to fail. I get this line: C:\usr>snmpd netsnmp_assert x failed C:\Documents and Settings\Maure\Desktop\net-snmp-5.2.1\ne t-snmp-5.2.1\snmplib\snmp_api.c:1271 The code that seems to generate the error is this: if (slp != NULL) {

Re: Repost: Net-snmp doubt

2005-04-18 Thread Mauricio Reyes
Hello Robert, I have deleted that line, but there's still errors. I used gdb to debug and got this: Program received signal SIGSEGV, Segmentation fault. snmp_sess_synch_response (sessp=0x80d96a8, pdu=Variable "pdu" is not available. ) at snmp_client.c:870 870 cbsav = ss->callback; (gdb)

Re: Repost: Net-snmp doubt

2005-04-22 Thread Mauricio Reyes
Hello, I have tested what you sent me, but I'm getting this message: snmpd: send_trap: USM unknown security name (no such user exists) NET-SNMP version 5.2.1 snmpd: send_trap: USM unknown security name (no such user exists) snmpd: send_trap: USM unknown security name (no such user exists) It ap

Re: Repost: Net-snmp doubt

2005-04-26 Thread Mauricio Reyes
Hello Robert, I have tested the patch and it seems to work in these conditions: 1. trapsses destination down 2. destination started after agent started 3. destination restarted while agent running And all traps were received as expected. No error message was seen. Thanks a lot for your help.

Sending traps

2005-05-02 Thread Mauricio Reyes
Hello, I need to calculate the network utilization that my agent uses when sending notification traps to the manager. Is there a way to calculate the amount of bytes used by a trap? Thanks a lot. Mauricio. __ Do You Yahoo!? Tired of spam? Yahoo!