SNMPv3 trap issues

2004-11-23 Thread res0d1zz
Just hope to get confirmed about SNMPv3 trap issues. 1) To send a SNMPv3, only trapsess in snmpd.conf is needed. That's all, right? 2) To receive a SNMPv3 trap using snmptrapd, createUser needs to be added into persist config file, snmptrapd.conf, right? 1) and 2) should be separate things, cor

Re: SNMPv3 inform

2004-11-23 Thread Andy Smith
You can create snmptrapd.conf by hand or use the snmpconf application. You might try running 'snmpconf -g basic_setup' since you do not have a conf file to read in. Whether you use snmpconf or hand code it you will want to move it to whatever directory you are using for your config files. If y

Re: separating agent and deamon

2004-11-23 Thread Wes Hardaker
> On Fri, 12 Nov 2004 18:27:35 +0100, ericcartman <[EMAIL PROTECTED]> said: ericcartman> i am new to net-snmp and doing some college project ericcartman> involving net-snmp. so i wondered if it is possible to ericcartman> separate the agent from the snmpd and the browser and how ericcartman>

Re: Is pdu forwarding from a handler possible?

2004-11-23 Thread Wes Hardaker
> On Wed, 17 Nov 2004 13:41:08 -0500, "Gillis, Philip W (Philip)" <[EMAIL > PROTECTED]> said: Philip> Whoops! Sorry about that. That's your book, of course...but Philip> I'll take any book I can get! I'm sorry, but you can only ask for one book and you already asked for Robert's. That

Re: SNMPv3 inform

2004-11-23 Thread Wes Hardaker
> On Tue, 23 Nov 2004 17:28:03 +0530, Arunava <[EMAIL PROTECTED]> said: arunava> I am new to net-snmp.How do i test snmpv3 inform in arunava> net-snmp..where all i have to make the changes?I read that we arunava> have to provide user entries in snmptrapd.confBut was not arunava> able to lo

Re: mfd questions

2004-11-23 Thread Wes Hardaker
> On Tue, 23 Nov 2004 15:03:45 +, Dave Shield <[EMAIL PROTECTED]> said: >> BTW, you might want to use a test table with multiple types in it. Dave> Yes - my test table does. It's Wes' that doesn't :-) Um, mine was a simple example not a test table! Dave> Remember that I'm used to Wes'

Re: user-array: row deletion and RowStatus

2004-11-23 Thread Coders
On Tue, 23 Nov 2004 15:14:20 + Dave wrote: DS> > It wouldn't be too hard to add a flag which could be set during DS> > registration, and would signal the helper to not create the row. DS> DS> It wouldn't even have to change the API. DS> DS> The final parameter to 'netsnmp_table_container_regi

Re: mfd questions

2004-11-23 Thread Coders
On Tue, 23 Nov 2004 15:03:45 + Dave wrote: DS> DS> I'm sure it will all fall into place once I've DS> DS> a better idea of how it all fits together, but at the moment I DS> DS> feel like I'm drowning in caterpillers :-) DS> DS> > Hopefully the cmd line I send to generated the ordered todo lis

Re: user-array: row deletion and RowStatus

2004-11-23 Thread Dave Shield
> It wouldn't be too hard to add a flag which could be set during > registration, and would signal the helper to not create the row. It wouldn't even have to change the API. The final parameter to 'netsnmp_table_container_register' is currently a boolean flag to control whether rows should be gr

Re: mfd questions

2004-11-23 Thread Dave Shield
> Variables are declared for indexes, since you are likely to need > temporary storage to create the index before creating the rowreq context. > The other two are assigning data to the data context, and thus should be > real values. Until recently, those variable names were of the form > TO

Re: user-array: row deletion and RowStatus

2004-11-23 Thread Coders
On Tue, 23 Nov 2004 14:01:34 + Dave wrote: DS> > The idea was that the user module shouldn't have to worry about DS> > creating/deleting rows. DS> DS> It's perfectly reasonable that the user module shouldn't *have* to worry DS> about creating rows. I'm less happy that they're effectively not

Re: mfd questions

2004-11-23 Thread Coders
On Tue, 23 Nov 2004 11:57:05 + Dave wrote: DS> Dave> The second place where this code failed to compile was in the DS> Dave> 'myTable_cache_load' routine. This seems to refer to various local DS> Dave> variables that weren't actually declared for some (but not all) of DS> the Dave> column ob

Re: user-array: row deletion and RowStatus

2004-11-23 Thread Dave Shield
> The generated code could be tweaked to detect completely invalid RowStatus > creation attempts (eg no RowStatus varbind in the request) in reserve1 > fairly easily Hmmm... I suppose so. It feels a bit clunky, but should work. Things would get much more cumbersome if the "row grouping" was tur

Re: mfd questions

2004-11-23 Thread Dave Shield
Dave> Yup, it's your nightmare scenario - I'm finally looking Dave> seriously at the MfD helper :-) Robert> Aaauuugghhh! Why does everyone want to poke Robert> at it and find bugs now that we're frozen!?!? Well, I did suggest a longer development freeze, but was shot down in flame

SNMPv3 inform

2004-11-23 Thread Arunava
Hi all. I am new to net-snmp.How do i test snmpv3 inform in net-snmp..where all i have to make the changes?I read that we have to provide user entries in snmptrapd.confBut was not able to locate the file... Arunava --- SF email is spons