Re: Please help about the snmp table indexes and memory lack

2008-09-05 Thread Magnus Fromreide
On Fri, 2008-09-05 at 16:21 +0800, [EMAIL PROTECTED] wrote: > > Hello, > > I run a snmp agent developed under Net-SNMP in an embed > system, the program eats much memory when adding indexes for each > table. > > I call the following functions to initialize the table: > > netsn

Re: PLEASE HELP Fwd: NET-SNMP 5.4 and Multiple CPU's

2007-08-06 Thread Dave Shield
On 06/08/07, Mark Khan <[EMAIL PROTECTED]> wrote: > Hello: > I posted this on July 30th to the users list, but did not get any helpful > responses. Excuse me? I responded to your original request within 15 minutes of it being raised, asking what MIB object(s) you were monitoring (as well as expla

Re: Please help with table registration in netsnmp.

2007-05-18 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On 13/05

Re: Please help with table registration in netsnmp.

2007-05-12 Thread Dave Shield
On 11/05/07, cpnr Reddy <[EMAIL PROTECTED]> wrote: > But we want to register for selective interfaces and not for all. Then you can't use any of the table helpers. They all expect to look after the *whole* table. We don't have any helpers for individual slices of a table. Nor do the current ifTab

Re: Please help with table registration in netsnmp.

2007-05-11 Thread cpnr Reddy
Thanks a lot, Dave, for the reply On 5/11/07, Dave Shield <[EMAIL PROTECTED]> wrote: On 11/05/07, cpnr Reddy <[EMAIL PROTECTED]> wrote: > Tables are registered as follows: > > 1.my_handler = netsnmp_create_handler_registration(buf, > my_ta

Re: Please help with table registration in netsnmp.

2007-05-11 Thread Dave Shield
On 11/05/07, cpnr Reddy <[EMAIL PROTECTED]> wrote: > Tables are registered as follows: > > 1.my_handler = netsnmp_create_handler_registration(buf, > my_table_handler, > my_table_oid, >

Re: Re :Re: Please help me - SNMP - LINUX

2007-04-16 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On 13 A

Re: Please help me - SNMP - LINUX

2007-04-10 Thread Dave Shield
On 9 Apr 2007 08:59:03 -, jeevanreddy <[EMAIL PROTECTED]> wrote: > #snmpwalk -v 1 -c crassguy localhost interface > > above condition how will work, where I have to. That should work, as long as you've got access control set up. Try editing the file 'snmpd.conf' and add the line rocommun

Re: Please Help

2005-02-01 Thread Robert Story
On Fri, 21 Jan 2005 10:40:48 +0100 Wagner, wrote: WT> But I know the FAQ. WT> I wrote the mail because it does not work WT> how it was explain in net-snmp help and WT> in the FAQ. No, you didn't read the FAQ carefully enough. Here is the relevant section: How do I add a MIB to the agent? ---

RE: Please Help

2005-01-21 Thread Wagner, Thomas
I can resolve this problem. Best regards Thomas -Original Message- From: Robert Story [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 5:19 PM To: Wagner, Thomas Cc: [email protected] Subject: Re: Please Help On Fri, 14 Jan 2005 12:31:07 +0100 Wagner, wrote:

Re: Please Help

2005-01-20 Thread Robert Story
On Fri, 14 Jan 2005 12:31:07 +0100 Wagner, wrote: WT> I want to add MIB RFC-1213 and WINDOWS-NT-PERFORMANCE. See the FAQ: http://www.net-snmp.org/FAQ.html#How_do_I_add_a_MIB_to_the_agent_ WT> >snmpd -V -LF log.txt -c c:\usr\etc\snmp\snmpd.conf.txt -D -I WT> RFC-1212;WINDOWS-NT-PERFORMANCE The -

Re: Please Help

2005-01-19 Thread Andy Smith
Hello Thomas, Wagner, Thomas wrote: Hello, I want to add MIB RFC-1213 and WINDOWS-NT-PERFORMANCE. I use Version: 5.1.2 for Windows In directory \usr\share\snmp\mibs there exist RFC-1213.txt and WINDOWS-NT-PERFORMANCE.txt. The WINDOWS-NT-PERFORMANCE mib is not included in the Net-SNMP source tree.