Bart Van Assche writes:
> http://net-snmp.sourceforge.net/wiki/index.php/TUT:Writing_a_Dynamically_Loadable_Object
>
> http://net-snmp.sourceforge.net/wiki/index.php/TUT:Writing_a_Subagent
Yep, this is definitely the right place to start looking. We've
supported dynamically loadable submodul
On Tue, 21 Aug 2018 at 20:59, Magnus Fromreide wrote:
[..]
> I have been thinking about it but not gotten anywhere with it.
>
> Some mibs are utterly unrealistic to put outside of the agent, this is
> mostly the ones that deal with internal state like 'snmp' and 'nsModuleTable'.
>
> Others should
On Tue, Aug 21, 2018 at 11:52:31AM +0100, Tomasz Kłoczko wrote:
> Hi,
>
> Looks like snmpd agent supports extending agent functionalities by
> loading on run-time DSO module with additional MIBs support.
> Have question: is it possible to build net-snmp code to support to add
> exact supported by
On 08/21/18 03:52, Tomasz Kłoczko wrote:
> Looks like snmpd agent supports extending agent functionalities by
> loading on run-time DSO module with additional MIBs support.
> Have question: is it possible to build net-snmp code to support to add
> exact supported by net-snmp MIBs not as compiled in
Hi,
Looks like snmpd agent supports extending agent functionalities by
loading on run-time DSO module with additional MIBs support.
Have question: is it possible to build net-snmp code to support to add
exact supported by net-snmp MIBs not as compiled in statically code
but as loadable DSOs?
If it