Hi,
Does the net-snmp AgentX support broadcast/multicast between master and
subagent?
To be specific, I need to query the value of scalars from multiple subagents,
aggregate the values and return the sum to the snmp query done on the master
agent.
If the answer is yes, I will appreciate some
On Fri, 26 Jun 2009 03:23:15 +0100 Stuart wrote:
SB> Are most of the values such as ifInOctets the same or are they just
SB> integers?
The appropriate MIB can tell you they type of the object. Try
snmptranslate -Td -IR ifInOctets
--
Hi All,
We are programmatically(C code) trying to discover the node information like
the OS, mac addresss and IP address using net-SNMP library. We are getting
unknown error for the snmp_synch_response() call, but we are able to retrieve
the same info through the commandline using snmpget and
[ 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. ]
2009/6
2009/6/22 Need Help :
> "snmpd.c" is the wrapper structure for the Net-SNMP standalone agent
> application.
>
> After reading through the Wiki information I believe the "snmpd.c" code is
> only used when you compile the subagent code directly into the main agent
Hmmm That's a somewhat confusi