net-snmp 5.1.2

2010-10-15 Thread Mir Immad
Hi I want to write some application software for a power pc based embedded system. To be able to do that, I need to crosscompile net-snmp sourcesoce. The target system (for which there is no support available) seems to have version 5.1.2 as the file 'libnetsnmp.la' to contains the following #

Re: Regarding loading MIB

2010-10-15 Thread Dave Shield
On 6 October 2010 19:39, Parth Bakshi pab8...@rit.edu wrote: $ snmpgetnext -v 2c -c public localhost ospf.ospfGeneralGroup.ospfRouterId ospf.ospfGeneralGroup.ospfRouterId: Unknown Object Identifier (Sub-id not found: (top) - ospf) $ snmpgetnext -v 2c -c public localhost

snmpget gives No Such Object available on this agent at this OID

2010-10-15 Thread Boula Lemonia
Hello! I am new to net-snmp and I started by reading the tutorial I found in http://net-snmp.sourceforge.net/wiki/index.php/TUT:Writing_a_MIB_Module#A_simple_scalar_attached_to_a_variable According to this, the default handler allows the integer to be read with a get request, so I didn't

Extending snmp agent: compile extension source and header files faster

2010-10-15 Thread Leo Lin
Hi,   just wondering if there's a way to compile my source and header files generated by mib2c without having to go through the   ./configure, make, make install process.   I don't want to install the extension, but just to see if it can be compile successfully and there's no sintax errors.  

RE: snmpusm and security of the initial user

2010-10-15 Thread Ron Rader
From: slowpoison [mailto:slowpoi...@slowpoison.net] always need an initial user. I'm asking if there is a non-snmpusm way to create the users. I know I can write createUser tokens into snmpd.conf, but that would mean re-starting snmpd every time a user is added. I'm trying to avoid the

Re: Extending snmp agent: compile extension source and header files faster

2010-10-15 Thread Dave Shield
On 15 October 2010 14:10, Leo Lin hayashi_...@yahoo.com wrote: just wondering if there's a way to compile my source and header files generated by mib2c without having to go through the ./configure, make, make install process. If you're just wanting to add an extra MIB module to the agent,