RE: Getting info about the users in the handler

2009-02-12 Thread Angela Lazaro
Hi all! Thanks Robert! I'm sorry but I think I do not clarify myself properly... I want that both users set the same OIDs but only one can set a particular OID with a particularly value. I mean both can set and get the OID1 but only one user can set the OID1 with value 4. So, unfortunately the

RE: Getting info about the users in the handler

2009-02-11 Thread Angela Lazaro
harda...@users.sourceforge.net] Sent: quarta-feira, 11 de Fevereiro de 2009 17:09 To: Angela Lazaro Cc: net-snmp-coders@lists.sourceforge.net Subject: Re: Getting info about the users in the handler >>>>> On Wed, 11 Feb 2009 16:14:57 -, "Angela Lazaro" >>>>> said:

Getting info about the users in the handler

2009-02-11 Thread Angela Lazaro
Hi all!!! I'm using net-snmp 5.3.2 and I have add a MIB to the agent. The code were generated with, mib2c -c mib2c.iterate.conf MyMIB and I'm using SNMPv3. In the configuration file, snmpd.conf, I create more than one user with different security levels. Everything runs fine but I would

RE: Sending Traps for different destinations at the same time

2009-01-31 Thread Angela Lazaro
roblem. Thanks again, Ângela -Original Message- From: dave.shi...@googlemail.com on behalf of Dave Shield Sent: Sat 1/31/2009 10:50 AM To: Angela Lazaro Cc: net-snmp-us...@lists.sourceforge.net; net-snmp-coders@lists.sourceforge.net Subject: Re: Sending Traps for different destinations a

RE: Sending Traps for different destinations at the same time

2009-01-30 Thread Angela Lazaro
Hi all, Thank you zeeshan! Does it mean that I have to use trap2sink? But if I want to use only SNMPv3, how can I send a multi destination trap? Is there a way to do that? Thank you all. Best Regards, Ângela -Original Message- From: m.zeeshan [mailto:m.zees...@advancedims.com] Sent:

Sending Traps for different destinations at the same time

2009-01-30 Thread Angela Lazaro
Hi everyone! I'm using net-snmp 5.3.2 and I'm trying to find a way to send traps to different destinations at the same time. So far I've tried to defined different trapsess in the snmpd.conf file (the configuration file for the agent) or pass multi destinations in the same trapsess in the dest

RE: MIBs needed to run SNMP agent

2009-01-28 Thread Angela Lazaro
Hi Dave, Thank you very much. It works!! Best Regards, Ângela -Original Message- From: dave.shi...@googlemail.com on behalf of Dave Shield Sent: Tue 1/27/2009 3:45 PM To: Angela Lazaro Cc: net-snmp-coders@lists.sourceforge.net; net-snmp-us...@lists.sourceforge.net Subject: Re: MIBs

MIBs needed to run SNMP agent

2009-01-27 Thread Angela Lazaro
Hi all, Does anyone know if all the MIBs that came with the net-snmp package are needed in order to run the agent without errors? I'm using net-snmp 5.3.2 and I'm trying to realised if all the MIBs that came are needed and why. Does anyone already tried to do that? If so, what was the result?

SNMPBULKGET and SNMPWALK behaviour

2008-11-18 Thread Angela Lazaro
Hi all! In a previous mail I report that: I'm implementing an agent that responds to a MIB with net-snmp 5.3.2 that has a table build as follow: Table1 Index1 Column1 Column2 Column3 Column10 I mean, the OIDs for all columns are not sequential. It jumps from 3 to 10. Wh

SNMPBULKGET behaviour

2008-11-18 Thread Angela Lazaro
Hi all! I'm implementing an agent that responds to a MIB with net-snmp 5.3.2 that has a table build as follow: Table1 Index1 Column1 Column2 Column3 Column10 I mean, the OIDs for all columns are not sequential. It jumps from 3 to 10. When I tried to poll my agent with a

RE: Receive trash on the SET request value

2008-11-11 Thread Angela Lazaro
Hi Magnus! Thanks a lot for your answer Well, I know now!!! And that solves my problem. Thank you very much, Ângela Lázaro -Original Message- From: Magnus Fromreide [mailto:[EMAIL PROTECTED] Sent: segunda-feira, 10 de Novembro de 2008 19:11 To: Angela Lazaro Cc: net-snmp-coders

Receive trash on the SET request value

2008-11-06 Thread Angela Lazaro
Hi all! I'm using Net-Snmp 5.3.2 and implemented an agent that responds to a MIB. This MIB has a table of type read-create and to implement this table I used mib2c command: mib2c -c mib2c.iterate.conf tableName This table has 3 columns of DisplayString type and it's possible to perform GET

NET-SNMP minimum MIBs required

2008-10-06 Thread Angela Lazaro
Hi there!!! I would like to know, if possible, what is the minimum MIBs required in order to run a SNMP agent. What I mean is that if all the standard MIBs, the ones that come with the net-snmp package, are required in order to run the agent properly? Can you please provide me this informati

RE: Help with Table column OID

2008-09-24 Thread Angela Lazaro
entioned). I know that I have to try but is not possible for the moment and I just like to know your opinion. Thanks very much Ângela Lázaro From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: terça-feira, 23 de Setembro de 2008 16:43 To: Angela Lazaro;

Help with Table column OID

2008-09-19 Thread Angela Lazaro
Hi all!!! I'm implementing a MIB using net-snmp 5.3.2 and generate the code with mib2c -c mib2c.iterate.conf. In that MIB I have a table that have 5 columns, each column has is own OID but the OIDs from all columns are not in order. The last two doesn't follow the natural order of the numbers.

User defined #31

2008-08-28 Thread Angela Lazaro
Hi all! Does anyone knows why the message, User defined #31 , is displayed when a snmp agent is running and receives a get request. I got this after a getbulk request and after a get request. I am using net-snmp-5.3.2 and sometimes this message are displayed. I appreciate your help. Many