On 1 February 2012 01:33, baicaiaichibaicai wrote:
> I have problem with netsnmp_subtree_load when i learn snmpd code:
>
> 1.what's the effect of this function
It's part of the internal workings of the agent, used to build
up a list of which MIB handler should be used for
hi:
I have problem with netsnmp_subtree_load when i learn snmpd code:
1.what's the effect of this function
2. how doese these case work:
if (!netsnmp_subtree_find_first(context_name)) {
static int inloop = 0;
if (!inloop) {
oid ccitt[1]
On 27/10/2007, Neetu Gupta <[EMAIL PROTECTED]> wrote:
>
>
> I am using net-snmp 5.4.1 for subagent development. When i start master
> agent(snmpd) with command
>
> /usr/local/sbin/snmpd -Dread_config -Dagentx -c
> /usr/local/share/snmp/snmpd.conf -x tcp:localhost:705
>
> It shows following error/wa
-Dread_config -Dagentx -c
/usr/local/share/snmp/snmpd.conf -x tcp:localhost:705
*registered debug token read_config, 1
registered debug token agentx, 1
netsnmp_assert !"registration != duplicate" failed agent_registry.c:535
netsnmp_subtree_load()
netsnmp_assert !"registration != du
Could we see your snmpd.conf?
My snmpd.conf has the following 3 lines in it:
master agentx
agentxsocket /var/agentx/master
rocommunity pace_ro
I guess I should mention, when our environment starts up, then we load
and start the subagent task. I see the "failed agent_registry.c:535
netsn
My snmpd.conf has the following 3 lines in it:
master agentx
agentxsocket /var/agentx/master
rocommunity pace_ro
I guess I should mention, when our environment starts up, then we load and
start the subagent task. I see the "failed agent_registry.c:535
netsnmp_subtree_load()" line
ved?
netsnmp_assert !"registration != duplicate" failed agent_registry.c:535
netsnmp_subtree_load()
netsnmp_assert !"registration != duplicate" failed agent_registry.c:535
netsnmp_subtree_load()
netsnmp_assert !"registration != duplicate" failed agent_registry.c:535
nets
stry.c:535
netsnmp_subtree_load()
netsnmp_assert !"registration != duplicate" failed agent_registry.c:535
netsnmp_subtree_load()
netsnmp_assert !"registration != duplicate" failed agent_registry.c:535
netsnmp_subtree_load()
-
Choose the right car b
On Thu, 2005-06-16 at 19:13, gg gg wrote:
> I am trying to understand the purpose of a portion of
> code in agent_registry.c/netsnmp_subtree_load. The
> code was submitted in version 5.25.2.1.
Actually, that particular section of code was submitted
as part of revision 5.20:
&qu
I am trying to understand the purpose of a portion of
code in agent_registry.c/netsnmp_subtree_load. The
code was submitted in version 5.25.2.1. Here is the
code:
if (!netsnmp_subtree_find_first(context_name)) {
static int inloop = 0;
if (!inloop) {
oid ccitt[1
10 matches
Mail list logo