Re: Questions

2007-01-22 Thread Magnus Fromreide
On mån, 2007-01-22 at 09:50 +, Dave Shield wrote: > On 21/01/07, Magnus Fromreide <[EMAIL PROTECTED]> wrote: > > AgentX: > > Is an agentx master agent a proxy in the sense of RFC 2576/3584? > > Not really. > The main definition of a "proxy forwarder" is given in RFC 3413, section 1.5.

Re: RowStatus type mib2c template problem

2007-01-22 Thread Robert Story
On Thu, 18 Jan 2007 07:54:31 -0600 [EMAIL PROTECTED] wrote: EYC> The code was generated using 5.2.1 with mib2c.mfd.conf. EYC> I recently upgraded to Net-SNMP 5.3.1, although my subagent didn't change, Did you at least recompile the subagent against the new headers and libraries? Running an old sub

Re: Proposed patch u/l to http://www.net-snmp.org/patches

2007-01-22 Thread Dave Shield
On 22/01/07, Josef Moellers <[EMAIL PROTECTED]> wrote: > We have finally found a solution to a bug which has kept us busy for > quite some time: net-snmp-Bugs-1403948. > > The proposed patch reorders the takedown of an unresponsive agentx > subagent session. Looks good. Thanks. > Kindly request

Re: Order of functions in close_agentx_session

2007-01-22 Thread Thomas Anders
Josef Moellers wrote on 2006-11-03: > During analysis, I already tried *not* freing certain data structures to > see how far I got and the first thing I did was deepcopying a > netsnmp_subtree rather than assigning the pointer in > netsnmp_add_varbind_to_cache() (request->subtree, and later > r

Proposed patch u/l to http://www.net-snmp.org/patches

2007-01-22 Thread Josef Moellers
We have finally found a solution to a bug which has kept us busy for quite some time: net-snmp-Bugs-1403948. The proposed patch reorders the takedown of an unresponsive agentx subagent session. Kindly request acceptance of the patch, Josef -- Josef Möllers (Pinguinpfleger bei FSC) If

Re: SNMP Subagent crash

2007-01-22 Thread Robert Story
On Thu, 11 Jan 2007 13:07:13 -0800 (PST) Venkata wrote: VG> The Other subagent (trapman) is doing only sending traps. VG> I am calling agent_check_and_process() ... in one thread ... VG> The other thread will receive IPC messages and will be sending traps. Haven't you been paying attention? Net-

Re: Question related to timeliness

2007-01-22 Thread Thomas Anders
K R Venkateshan wrote: > I have a simple setup of a Ucd-Snmp Master agent on a > linux box and a third-party Snmp manager on another > system. [...] > Now I manually go and change the time on the Linux > box, to a older date (a couple of years back). After > changing the time, attempts to execute s

Re: Question related to timeliness

2007-01-22 Thread Dave Shield
On 22/01/07, K R Venkateshan <[EMAIL PROTECTED]> wrote: > I have a simple setup of a Ucd-Snmp Master agent on a > linux box and a third-party Snmp manager on another > system > Now I manually go and change the time on the Linux > box, to a older date (a couple of years back). After > changing

Question related to timeliness

2007-01-22 Thread K R Venkateshan
Narayana Smaranas, I have a simple setup of a Ucd-Snmp Master agent on a linux box and a third-party Snmp manager on another system. I have Snmp v3 support enabled. With the configured user name and passwords, I am successfully able retrieve the Snmp data from the agent on the linux box, to the Sn

RE: Query on configuring master and subagent in net-snmp

2007-01-22 Thread Lokeswara B ,Bangalore
Hi, You just can't modify some MIB code to work with your MIB. You need to identify how you are getting the data for your MIB. How you plan to maintain the data, etc.. If you need more examples to use net-snmp skeleton code refer the following link. For options refer documentation.

RE: Query on configuring master and subagent in net-snmp

2007-01-22 Thread vijaya.dlakshmi
Hi, Thanks for your response. As I am new to net-snmp. I used the example mib(only leaf node) from net-snmp tutorials and tried to implement our project related mib i.e. SIP-COMMON-MIB. Using mib2c, I am generating .c and .h files. But it is giving only skeleton program. Could you please giv

Re: Query on configuring master and subagent in net-snmp

2007-01-22 Thread Dave Shield
On 22/01/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Using mib2c, I am generating .c and .h files. But it is giving only skeleton > program. That's right. Mib2c can construct the framework of your MIB module - the code for handling the SNMP side (the syntax of the MIB). But it can't know

Re: Questions

2007-01-22 Thread Dave Shield
On 21/01/07, Magnus Fromreide <[EMAIL PROTECTED]> wrote: > AgentX: > Is an agentx master agent a proxy in the sense of RFC 2576/3584? Not really. The main definition of a "proxy forwarder" is gi ven in RFC 3413, section 1.5. The critical aspect of that is that the forwarding application wo