RTlinux help

2006-08-24 Thread shanmuga mari
Hi,  Can I run the NET-SNMP in RTLinux as separate task?       Regards, Shanmuga Mari     - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integra

Re: Problem using g++ compiler

2006-08-24 Thread Magnus Fromreide
On Wed, Aug 23, 2006 at 02:47:12PM +0530, Jenny Paul wrote: > Hi > This is related to my previous question regarding > init_vacm_vars(); and > init_usmUser(); >My application is wriiten in C++. When I compile using g++ I > get compilation error as follows > > init_vacm_vars'

-Dlinux=linux

2006-08-24 Thread Magnus Fromreide
Hello. After the change to set the value of the define linux to linux the compiler complains: :1:1: warning: "linux" redefined : warning: this is the location of the previous definition When I read the description of the change I got the impression that the symbols shouldn't be defined if the al

RE: failure to query registered OID from my subagent using smux/agentx ...

2006-08-24 Thread Jayaprakasha Guddenahalli Naganna
Even If I am not running subagent I am able to query .1.3.6.1.2.1.4.21 table (ipRouteTable). When I run master agent with "-I-ip " subagent is able to register .1.3.6.1.2.1.4 tree and able to query both the tables. (.1.3.6.1.2.1.4.21 and .1.3.6.1.2.1.4.24) That means subagent can't register same

Re: Problems implementing a v2 trap, "send_trap: no v2 trapOID varbind provided"

2006-08-24 Thread Felipe openglx
Hello, On 8/23/06, Dave Shield <[EMAIL PROTECTED]> wrote: > On 22/08/06, Felipe openglx <[EMAIL PROTECTED]> wrote: > An incredibly good analysis - you can report problems again! :-) Thank you. :) > Try putting a breakpoint in 'init_traps' and check whether > snmptrap_oid_len is getting init

Re: failure to query registered OID from my subagent using smux/agentx ...

2006-08-24 Thread Dave Shield
On 24/08/06, Jayaprakasha Guddenahalli Naganna <[EMAIL PROTECTED]> wrote: > What I suspected is Master agent already contains registration > entries for .1.3.6.1.2.1.4 tree and subagent is also trying to register the > same. Because of this conflict Master agent is not forwarding reques

Re: how to set trap receiver's ip address in code for embedded system

2006-08-24 Thread Dave Shield
On 24/08/06, Li Gan <[EMAIL PROTECTED]> wrote: > For dynamic snmp community config, I can use function " > vacm_create_simple(...), > is there any same function for dynamic trap config? create_v{1,2}_trap_session or create_v2_inform_session See 'agent_trap.c' Dave --

failure to query registered OID from my subagent using smux/agentx ...

2006-08-24 Thread Jayaprakasha Guddenahalli Naganna
HI all,     I am using master NET-SNMP agent version:  5.2.1.2 with smux enabled.     My snmpd.conf file contains,     smuxpeer .1.3.6.1.2.1.4 GateD       From my subagent I am trying to register the same tree (.1.3.6.1.2.1.4) . But we i

RE: how to set trap receiver's ip address in code for embedded system

2006-08-24 Thread Li Gan
Hi Dave, Thank you. Here what I need is to dynamic config the trap receiver's address and community(ex. By cli), so what I need to do is just passing the required address as input and call function " snmpd_parse_config_trap2sink () ", or I need any other consideration? For dynamic snmp community

RE: Forward V1 traps to V3 informs

2006-08-24 Thread Passera Pablo-APP015
Dave, > That looks like the value used for 'snmpTrapOid.0' - correct? Yes, that is the value I was referring to. > If you're not intending to use the SNMPv1 enterprise OID and > specific trap number to construct this value - what OID value > are you intending > to use for this varbind? We have

Get is not working

2006-08-24 Thread Siva Prakash Reddy G
Title: Message    Hi!    1. Under stationConfigTable there is  stationConfigTableEntry, when i say snmpwalk on stationConfigTable walk is performing good. when i

RE: RE: how to set trap receiver's ip address in code for embeddedsystem

2006-08-24 Thread Li Gan
Thanks Leo. So every time if I want to change the receiver's address (ex. By cli), I just call " snmpd_parse_config_trapsink ", and pass the ip address at the input? Am I right? Thank you Li -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Leo Lei Sent:

RE: add multiple rows with 1 set - crash

2006-08-24 Thread Graeme Wilson
Hi Robert, I just wondered if you were any closer to a solution for this problem - or maybe you need more debug from me to help you out. Many thanks Graeme. > -Original Message- > From: Robert Story [mailto:[EMAIL PROTECTED] > Sent: 04 August 2006 20:32 > To: Graeme Wilson > Cc: net-s

Re: Forward V1 traps to V3 informs

2006-08-24 Thread Dave Shield
On 22/08/06, Passera Pablo-APP015 <[EMAIL PROTECTED]> wrote: > So, the other solution can be to modify the > agent code to map the enterprise specific v1 traps to v3 notification > (without concatenation of "enterprise oid.0.trap type oid"). That looks like the valu