Hi,
I am trying to embed mib code for a table into an external application. I put
the agent_check_and_process function into the applications main loop.
Whenever try to walk the table, it'll output some of the table rows, but after
some time, it will either timeout with a 'No Response from x.x
On Fri, Sep 2, 2011 at 3:08 PM, Doug Manley wrote:
> NB> I'm not that much for numeric OID's, but I have this script
>
> I took the script and added a little bit of "-x" fun so that you can
> see what it's doing and where it's getting the errors.
>
> It can do an snmpget on sysDescr.0 just fine w
I like to define an MIB(OID) and implement in extention agent . As part of that
implementation I like to run an applicationĀ script ( let's say to start or
stop an application). User will throw the snmpset command to the snmp agent,
which in turn will start the 3rd party application.
is it feas