Re: Building net-snmp MIB support as loadable module

2018-08-22 Thread Wes Hardaker via Net-snmp-coders
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

Re: Building net-snmp MIB support as loadable module

2018-08-21 Thread Tomasz Kłoczko
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

Re: Building net-snmp MIB support as loadable module

2018-08-21 Thread Magnus Fromreide
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

Re: Building net-snmp MIB support as loadable module

2018-08-21 Thread Bart Van Assche
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

Building net-snmp MIB support as loadable module

2018-08-21 Thread Tomasz Kłoczko
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