Re: Traps

2012-06-20 Thread Wes Hardaker
Keith Haughton writes: > I see that there is currently a project for Traps. I am reaching out > to see if this is something that is being worked to replace the > current SNMPTT or if this is something that will contribute to > updating the SNMPTT package. I am running into a lot of bugs and > lim

RE: TRAPS sent for excluded MIBS

2010-08-23 Thread mayank.mittal1
Shield [[email protected]] Sent: Monday, August 23, 2010 1:11 PM To: Mayank Mittal (WT01 - GMT-Telecom Equipment) Cc: [email protected] Subject: Re: TRAPS sent for excluded MIBS On 23 August 2010 08:19, wrote: > Do we have any patches now to support this notify v

Re: TRAPS sent for excluded MIBS

2010-08-23 Thread Dave Shield
On 23 August 2010 08:19, wrote: > Do we have any patches now to support this notify view over traps ? No. Nobody has submitted anything to address this issue since the discussion earlier this year. > Please suggest as this has become a high priority defect in our code. > Need your valuable gui

Re: TRAPS sent for excluded MIBS

2010-03-05 Thread Robert Story
On Wed, 17 Feb 2010 18:44:32 +0530 Mayank wrote: MM> Thanks for the speedy response. It was a great help. MM> This means that it is not possible to restrict particular TRAPS from being MM> send by the agent or received by the server, using snmp views. MM> Plz correct if my understanding is wrong an

Re: traps v1 and 2

2010-03-04 Thread Dave Shield
On 4 March 2010 10:48, maxim maxim wrote: > if i want to send v1 trap from notification.c(see in examples), does > it mean that i don't have to use snmp_varlist_add_variable() with > ASN_OBJECT_ID?, i just need to fill netsnmp_variable_list only with > varbinds like integer or string It depends o

Re: traps v1 and 2

2010-03-04 Thread maxim maxim
Great, if i want to send v1 trap from notification.c(see in examples), does it mean that i don't have to use snmp_varlist_add_variable() with ASN_OBJECT_ID?, i just need to fill netsnmp_variable_list only with varbinds like integer or string, the trap name is not in list of varbinds, isn't it? Tha

Re: traps v1 and 2

2010-03-04 Thread Dave Shield
On 4 March 2010 09:04, maxim maxim wrote: > when i use netsnmp_send_traps(int trap, int specific, oid * > enterprise, int enterprise_length, > netsnmp_variable_list * vars, >  // These next two are currently unused/ >         char * context, int flags); > > > The  vars is a same for v1 and v2, isn

Re: traps v1 and 2

2010-03-03 Thread Dave Shield
On 3 March 2010 21:30, maxim maxim wrote: > Can you send me the link on this entry please? All documentation can be found on the project website. http://www.net-snmp.org/ Dave -- Download Intel® Parallel Studio Eval

Re: traps v1 and 2

2010-03-03 Thread maxim maxim
Hi Dave, Can you send me the link on this entry please? Thanks, Maxim 2010/3/3 Dave Shield : > On 3 March 2010 20:32, maxim maxim wrote: >> I need to send trap v1 and v2 from my agent > > Please see the FAQ entry > "How can I get the agent to generate a trap (or inform)?" > and those that

Re: traps v1 and 2

2010-03-03 Thread Dave Shield
On 3 March 2010 20:32, maxim maxim wrote: > I need to send trap v1 and v2 from my agent Please see the FAQ entry "How can I get the agent to generate a trap (or inform)?" and those that follow > and send trap v2, now is my question: How i can convert the packet > that i send in my cas

Re: traps v1 and 2

2010-02-23 Thread Dave Shield
On 23 February 2010 10:53, maxim maxim wrote: > 1. Can i send the trap only from snmp agent or subagent? The agent (/subagent) can send traps - yes. See the man page 'snmp_trap_api(3)' There are examples of this in the file agent/snmpd.c But this is not the *only* way you can send traps. > 2.

RE: TRAPS sent for excluded MIBS

2010-02-17 Thread srikapilan . gandhi
@lists.sourceforge.net; [email protected] Subject: Re: TRAPS sent for excluded MIBS Thanks for that detail - it makes things much clearer. One comment about the access control settings: group network-operator usm user1 rouser user1 I strongly suggest that you use *either* the com2sec/group/access

RE: TRAPS sent for excluded MIBS

2010-02-17 Thread Mayank Mittal
; [email protected] Subject: Re: TRAPS sent for excluded MIBS Thanks for that detail - it makes things much clearer. One comment about the access control settings: group network-operator usm user1 rouser user1 I strongly suggest that you use *either* the com2sec/group/access approach, *or* the

RE: TRAPS sent for excluded MIBS

2010-02-17 Thread Mayank Mittal
[email protected]; [email protected] Subject: Re: TRAPS sent for excluded MIBS On 17 February 2010 10:53, wrote: > I have excluded a particular MIB using VIEWS, hence when I do an snmpwalk > those MIBS are not shown. How exactly have you configured the access control f

RE: TRAPS sent for excluded MIBS

2010-02-17 Thread Mayank Mittal
; [email protected] Subject: Re: TRAPS sent for excluded MIBS Thanks for that detail - it makes things much clearer. One comment about the access control settings: group network-operator usm user1 rouser user1 I strongly suggest that you use *either* the com2sec/group/access approach, *or* the

Re: TRAPS sent for excluded MIBS

2010-02-17 Thread Dave Shield
Thanks for that detail - it makes things much clearer. One comment about the access control settings: group network-operator usm user1 rouser user1 I strongly suggest that you use *either* the com2sec/group/access approach, *or* the r[ow]{user,community} approach.But do not try to mix

Re: TRAPS sent for excluded MIBS

2010-02-17 Thread Ajeet Gupta
Hello Everybody... This is my first post to this mailing list...I am new to SNMP...will you plz guide me howto use this packages( I have net-snmp 5.4.2.1) installed on Solaris. I had gone through all the theories of it...I need some guidelines on the following point :- - How to start with age

Re: TRAPS sent for excluded MIBS

2010-02-17 Thread Dave Shield
On 17 February 2010 10:53, wrote: > I have excluded a particular MIB using VIEWS, hence when I do an snmpwalk > those MIBS are not shown. How exactly have you configured the access control for the agent? > But, when some parameters of that MIB is changed, TRAPS are sent indicating > the change

Re: TRAPS + get requests

2006-04-28 Thread Wes Hardaker
> On Fri, 28 Apr 2006 16:41:16 +0530, "Nikanth K" <[EMAIL PROTECTED]> said: Nikanth> If I use multi-threading(pthreads) to do this,i.e., one Nikanth> thread monitors and sends traps and the other handles Nikanth> get-requests - the subagent crashes at some point of time. I Nikanth> heard multi