Re: Features

2011-08-30 Thread Wes Hardaker
> On Tue, 30 Aug 2011 20:51:02 +0200, Magnus Fromreide > said: MF> I agree on this part as well, and admit that I am at a loss for what MF> to call the flag. Ideas appreciated here. (by the way, MF> enable-minimalist-including-wants is confusing as it excludes, MF> rather than includes,

Re: Older tar-balls

2011-08-30 Thread Wes Hardaker
> On Tue, 30 Aug 2011 20:54:36 +0200, Magnus Fromreide > said: MF> I was looking for an older tar-balls (specifically v5.5) but could MF> only find the tip tar-ball on each release branch. What happened to MF> the old ones? How do I get them? They're in: https://sourceforge.net/proj

Older tar-balls

2011-08-30 Thread Magnus Fromreide
Hello. I was looking for an older tar-balls (specifically v5.5) but could only find the tip tar-ball on each release branch. What happened to the old ones? How do I get them? /MF -- Special Offer -- Download ArcSight Log

Re: Features

2011-08-30 Thread Magnus Fromreide
On Tue, Aug 30, 2011 at 11:36:15AM -0700, Wes Hardaker wrote: > > On Mon, 22 Aug 2011 20:54:10 +0200, Magnus Fromreide > > said: > > MF> I think feature-remove should > > It took me a while to get around to following the logic. > > Fundamentally, if I got it right, you want the default

Re: Features

2011-08-30 Thread Wes Hardaker
> On Mon, 22 Aug 2011 20:54:10 +0200, Magnus Fromreide > said: MF> I think feature-remove should It took me a while to get around to following the logic. Fundamentally, if I got it right, you want the default result of the feature_want() to actually not get it. This would be a change

Re: OID name in trap log file

2011-08-30 Thread Wes Hardaker
> On Mon, 29 Aug 2011 14:19:33 -0700, "Singh, Vinay" > said: SV> After switching from net-snmp 5.6.1 to net-snmp 5.7 when a trap is SV> generated, I only see OIDs and not the OID names. E.g. This is almost certainly due to a mib loading issue. Can you try 5.7.1.pre2 and see if it fixes

Re: netsnmp agent socket fd

2011-08-30 Thread Niels Baggesen
On Mon, Aug 29, 2011 at 09:24:36PM +0530, sundararaman.dheivanaya...@wipro.com wrote: > Is there any way to return socket fd, which is used to send PDUs for the > session. My application is already maintaining the list of fds opened > for other purpose. I want to add netsmp socket fd into that lis

Re: Proper solution for bug/patch 1633670

2011-08-30 Thread Jan Safranek
On 08/30/2011 12:40 PM, Bart Van Assche wrote: > On Tue, Aug 30, 2011 at 10:24 AM, Jan Safranek wrote: >> Problem is that you *must* dequeue all requests which are related to the >> closing AgentX session - somewhere deep in these requests there is >> pointer to the AgentX session and the session

Re: snmp agent engine-id

2011-08-30 Thread Dave Shield
On 30 August 2011 08:02, Ravi Kumar Kodam wrote: > i want to know how the snmp manager comes to know about the engine id of a > snmp agent. For most situations, the manager will "probe" the agent to determine the engine ID. This typically involved sending a dummy request, in the full expectatio

Re: Proper solution for bug/patch 1633670

2011-08-30 Thread Bart Van Assche
On Tue, Aug 30, 2011 at 10:24 AM, Jan Safranek wrote: > Problem is that you *must* dequeue all requests which are related to the > closing AgentX session - somewhere deep in these requests there is > pointer to the AgentX session and the session is being freed when closing. That became clear to m

Question about patch 'add run_alarms() to snmp_synch_response_cb() - ID: 3042770'

2011-08-30 Thread Frankl, Martina (NSN - DE/Munich)
Hi, I'd like to have an expert opinion about a very sporadic problem we are seeing on our test systems (RedHat Linux; NetSNMP version 5.5). 'Very sporadic' meaning we've seen it two times in the last three months. When this problem occurs, our subagent gets stuck in the NetSNMP library and uses up

RE: netsnmp agent socket fd

2011-08-30 Thread Eirik Nordbrøden
On 29. august 2011 17:55, sundararaman.dheivanaya...@wipro.com wrote: > > Hi, > > I am using net-snmp version 5.3.3 and using the following APIs to send PDUs, > > (1) snmp_sess_init > (2) snmp_open > (3) snmp_pdu_create > (4) snmp_send > > Is there any way to return socket fd, which is used to

Re: Support.pm broken for variable length indexes

2011-08-30 Thread Thomas Anders
Tristan Colgate wrote: > I've been doing some work lately with using the mib2c perl support and > Support.pm and have hit a bit of a problem. The getnext table handling > breaks if the index is variable length (e.g. and oid or string index). > > The code expects to be able to zero out all

Re: snmp v3 traps recieving at manager-Question

2011-08-30 Thread Dave Shield
On 30 August 2011 09:27, Ravi Kumar Kodam wrote: > I am not getting how manager comes to know about the details of > security related parameters like authUserName, authUserPasswd and authProtocol > etc of the remote agent configured user. With *any* password-based authentication mechanism, both s

Re: use of hex dump in debugging

2011-08-30 Thread Dave Shield
On 26 August 2011 21:50, Ravi Kumar wrote: > Can any one tell in which scenario these hex dump can be useful for debugging > ? I presume by 'hex dump' you mean the dump of the raw packets (-d) send/received by the agent or application. There are two main uses for this output: By watching th

snmp v3 traps recieving at manager-Question

2011-08-30 Thread Ravi Kumar Kodam
hi all, When iam sending snmp v3 trap from agent to manager it is receiving properly at manager. I am not getting how manager comes to know about the details of security related parameters like authUserName, authUserPasswd and authProtocol etc of the remote agent configured user. Write now at man

Re: Proper solution for bug/patch 1633670

2011-08-30 Thread Jan Safranek
On 08/29/2011 06:00 PM, Bart Van Assche wrote: > On Fri, Aug 26, 2011 at 1:40 PM, Jan Safranek wrote: >> I debugged bug 1633670 as far as I could and I have even a >> proof-of-concept patch, but I am not so happy with it. Could someone >> with better AgentX knowledge look at it? These parts look a

Support.pm broken for variable length indexes

2011-08-30 Thread Tristan Colgate
Hi, I've been doing some work lately with using the mib2c perl support and Support.pm and have hit a bit of a problem. The getnext table handling breaks if the index is variable length (e.g. and oid or string index). The code expects to be able to zero out all the index oid components a

snmp agent engine-id

2011-08-30 Thread Ravi Kumar Kodam
hi all, i want to know how the snmp manager comes to know about the engine id of a snmp agent. Please clarify in this regard. I am testing snmp v3 traps receiving at manager. When i restart the agent the engine id of the agent changing. So every time iam changing the engine id at manager side. Pl