I'm writing an AgentX based subagent. I'm using net-snmp 5.4
I want to create a row in the APPLICATION-MIB::applTable
The way to do that seems to be, ultimately,
to generate an agentx-IndexAllocate-PDU,
which is done by agentx_register_index(),
which is called by register_index(),
which is call
Dave Shield wrote:
> On 09/05/07, Thomas Anders <[EMAIL PROTECTED]> wrote:
>> BTW, README.agent-mibs doesn't seem to reflect some of the recent MIB
>> additions in the trunk.
>
> Then fix it, dear Thomas, dear Thomas, dear Thomas
> Then fix it, dear Thomas, dear Thomas, my dear
Done (r16453), alt
Hi,
I am rather new to NetSNMP stuff and trying to understand the communication
between master-agent and sub-agent. Can someone please help me in clarifying
my following doubts:
a) Say I am writing a MIB .my for an object by the name of myObject. I
believe a var_myObject() function will be creat