RT Linux net-snmp help?

2006-08-21 Thread shanmuga mari
Has anyone used NET-SNMP in RT Linux platform?   What would be the changes involved in the source rpm to move from linux to RTOS Linux?     Regards, Mari - Using Tomcat but need to do more? Need to support w

Re: rfc: net-snmp-config.h

2006-08-21 Thread Magnus Fromreide
On Tue, Aug 22, 2006 at 12:03:05AM +0200, Thomas Anders wrote: > Robert Story wrote: > > On Fri, 18 Aug 2006 10:29:17 -0700 Wes wrote: > > WH> And that's included automatically by what file? Or is included > > WH> explicitly by what files? > > > > Well, as near as I can tell from cursory checking

Re: rfc: net-snmp-config.h

2006-08-21 Thread Wes Hardaker
> "TA" == Thomas Anders <[EMAIL PROTECTED]> writes: TA> It's a start, but I think our current approach of shipping all TA> autoconf variables in net-snmp-config.h is even more flawed than TA> that. See some random Debian bug (wrt. some other software) on the TA> topic: TA> http://bugs.debian.

Re: rfc: net-snmp-config.h

2006-08-21 Thread Thomas Anders
Robert Story wrote: > On Fri, 18 Aug 2006 10:29:17 -0700 Wes wrote: > WH> And that's included automatically by what file? Or is included > WH> explicitly by what files? > > Well, as near as I can tell from cursory checking, none of our code uses the > PACKAGE_* macros, so we could just not includ

Re: rfc: net-snmp-config.h

2006-08-21 Thread Robert Story
On Fri, 18 Aug 2006 10:29:17 -0700 Wes wrote: WH> And that's included automatically by what file? Or is included WH> explicitly by what files? Well, as near as I can tell from cursory checking, none of our code uses the PACKAGE_* macros, so we could just not include it anywhere until we need it.

Re: Routine is not working

2006-08-21 Thread Dave Shield
On 21/08/06, Siva Prakash Reddy G <[EMAIL PROTECTED]> wrote: > But when I'm trying to run "snmpd -f -L -Dieee802dot11_persistent,dlmod" > > It is showing "/etc/snmp/snmpd.conf: line 160: Error: bad SUBTREE object id" And what is on line 160? I can't easily determine line numbers from the config f

Re: Routine is not working

2006-08-21 Thread Dave Shield
On 21/08/06, Siva Prakash Reddy G <[EMAIL PROTECTED]> wrote: >Other than public and private community strings, what community > string I can use. You can use whatever community string you like. There's nothing special about "public" or "private" - they're simply the most common choices. A

Re: Embedding snmp agent in external application

2006-08-21 Thread Jenny Paul
Hi Thank you very much. I think whatever information you have given is of great help. Regards Jenny Dave Shield wrote: On 21/08/06, Jenny Paul <[EMAIL PROTECTED]> wrote:   The information I need is purely internal to my application. But I can also have the other approa

Re: Routine is not working

2006-08-21 Thread Peter Martin
Title: Message Siva,   I have already asked you privately about this. Can you please stop sending emails that use activeX controls? Every time I get to an email from you, my email client pops up a security warning. I don't have time to sort out why your emails are doing this.   Note, I havn't

RE: Routine is not working

2006-08-21 Thread Siva Prakash Reddy G
Hi! Actually my oid is "Full path: iso(1).member-body(2).us(840).ieee802dot11(10036).smt(1)" I have included this oid in snmpd.conf as shown in the below. # sec.name source community com2sec notConfigUser def

RE: Routine is not working

2006-08-21 Thread Siva Prakash Reddy G
Hi! Other than public and private community strings, what community string I can use. With Regards. G.Siva Prakash Reddy. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Monday, August 21, 2006 3:13 PM To: Siva Prakash Re

Re: Routine is not working

2006-08-21 Thread Dave Shield
>> What are the access control settings in your snmpd.conf file? >> In particular, are you sure that you have given the "public" community write access? > I have shown my snmpd.conf file below, As I suspected. You haven't changed the access control settings from the initial distribution. In part

Re: Embedding snmp agent in external application

2006-08-21 Thread Jenny Paul
Hi Thank you all.     The information I need is purely internal to my application. But I can also have the other approach as Dave mentioned. (status file, /proc-style interface, socket etc). Will it affect the performance of my application if I use any of these approaches.   

Routine is not working

2006-08-21 Thread Siva Prakash Reddy G
Title: Message Hi!  > when i say set the variable i.e., "snmpset -v2c -c public 192.168.157.41 ieee802dot11.1.1.1.2.1 i 1", it is not calling "*write_method =

Re: Embedding snmp agent in external application

2006-08-21 Thread Dave Shield
On 21/08/06, Jenny Paul <[EMAIL PROTECTED]> wrote: > The information I need is purely internal to my application. But I > can also have the other approach as Dave mentioned. (status file, > /proc-style interface, socket etc). Will it affect the performance of my > application if I use any

Net-SNMP in RT linux platform

2006-08-21 Thread shanmuga mari
Has anyone used NET-SNMP in RTOS Linux platform?   What would be the changes involved in the source rpm to move from linux to RTOS Linux?     Regards, Shanmuga Mari     - Using Tomcat but need to do more?