On Thu, Oct 14, 2010 at 12:51 PM, Wes Hardaker
wrote:
> That really means that in the agent in order to create a new SNMPv3/USM
> user you need to have an existing one to "clone" from. It's a boot
> strapping issue mostly (you have to authenticate with something ("a
> user") in order to create a
On Thu, Feb 18, 2010 at 1:09 AM, Dave Shield wrote:
> If your handler isn't checking the column information
> properly, that might well result in the behaviour that you
> are seeing.
I'm not sure why this is a problem. But, I have fixed it by putting
this in the handler code:
if (!entry)
c
Hello all,
I'm working on an AgentX agent that instantiates a table. I generated
the code using mib2c. In mib2c, I used the options 2 (net-snmp style
code) -> 1 (tables where the list of rows is external to the agent) ->
1 (One based around a single handler), to generate the code.
The agent is wo