Hi All,
I am newbie to snmp. I have to implement a snmp table in the
netsnmp framework. I have generated the template code with mib2c and learned
that data is stored and maintained by the SNMP CONTAINER structures.
My question is, is it possible to store and maintain the data outside th
On 25 May 2010 04:35, John Fisher wrote:
> Is this a good idea and it hasn't been done because no-one has had the time
That would be my guess, yes.
Go for it.
Dave
--
___
Net
Dear list members,
I have implemented an extension to the net-snmp agent. I use the container
model, that is, the API I use is the same as the one used by the output of
mib2c with the container model.
I have some large tables in my MIB (up to about 5 rows). The binary array
container is to
2008/7/1 <[EMAIL PROTECTED]>:
> I agree to your point that we need to take lock on every place of my mib
> module
> (whose code is generated by mib2c) which access the CONTAINER
Not just your code - you will need to look at any relevant helpers as well.
Remember that the Net-SNMP agent is not de
done in netsnmp
code and api's.
Br
Gaurav
- Original Message -
From: Dave Shield <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Mon, 30 Jun 2008 13:38:44 +0530 (IST)
Subject: Re: Multithreaded : IS IT Safe to create new thread for updating
CONTAINERS
On Wed, 18 Aug 2004 09:50:26 +0100 Dave wrote:
DS> > I am confused what this container list stores.
DS> [...]
DS> The global variable 'containers' is used to hold the list of these
DS> "container factories" - so that an appropriate example can be returned
> This global variable is defined in \snmplib\container.c (net-snmp 5.1.2)
> line 10: static netsnmp_container *containers = NULL;
OK - Thanks.
Robert is the expert on this feature, so no doubt he
will correct me when I go wrong.
> I am confused what this container list stor
Thanks for your response!
This global variable is defined in \snmplib\container.c (net-snmp 5.1.2)
line 10: static netsnmp_container *containers = NULL;
I am confused what this container list stores.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Dave
> I can not understand the use of global variable "containers".
Which global variable are you referring to?
I've had a quick look through the current source tree,
and can't immediately spot this.
Which file ar
I can not understand the use of global variable "containers". Is it used to
contain all the tables' information?
Does anyone explain it for me? thanks a lot!
---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Bl
10 matches
Mail list logo