Re: Trying to run tutorial example

2018-04-23 Thread Ran Shalit
Thank you! I have managed to make it working. The tutorial in http://net-snmp.sourceforge.net/wiki/index.php/TUT:Writing_a_Subagent helped me a lot, Yet, the following 2 things helped me make it working: 1. upgrade from 5.6.2 to 5.7.3 2. add agentx in configure --with-mib-modules="agentx" 3. add

Re: Trying to run tutorial example

2018-04-23 Thread Anders Wallin
Hi, the tarball includes a makefile and testscripts that works for 5.7.3 and 5.8-pre Just run; make make test1 make test2 No documentation included, but the script and Makefile should be possible to read and understand Regards Anders mån 23 apr. 2018 kl 07:51 skrev Ran Shalit : > Hello, > > I

Trying to run tutorial example

2018-04-22 Thread Ran Shalit
Hello, I am trying to run the tutorial for running agentX with MIB as described here: http://net-snmp.sourceforge.net/wiki/index.php/TUT:Writing_a_Subagent Yet, I keep getting "No Such Object available on this agent at this OID"... 1. starting snmpd with: snmpd -Lo 2. starting exampl