Re: NET-SNMP

2012-04-10 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On 10 April 2

Authorization for website translation 'Net- SNMP...'

2012-04-10 Thread Оskari Laine
Hello, My name is Оskari Laine and I'm a student at Translation Studies. While looking for information on the Internet today, I stumbled upon your article http://net-snmp.sourceforge.net/about/history.html that left quite an impression on me. That's the reason why I actually decided to addre

Running Make Fails!!!

2012-04-10 Thread Zlatan Sadibasic
Hello, I am following a tutorial http://www.net-snmp.org/tutorial/tutorial-5/toolkit/mfd/ When I try to run a makefile (i.e make -f ifTable_Makefile), I get the following errors: [root@localhost ifTable]# make -f ifTable_Makefile gcc -I. `net-snmp-config --base-cflags` -Wall -Wstrict-prototypes

register_mib_priority/unregister_mib asymmetry in pass.c: Directions for fix?

2012-04-10 Thread Weber, Gregoire
Hi, snmpd terminates on SIGHUP used to force reloading the configuration in case of pass directives is used with non default priorities (details see P.S.). I'll seeking for pointers from you (the Net-SNMP community) on how the intended way of a fix may look like before I start implementing a patc

Re: NET-SNMP

2012-04-10 Thread Dave Shield
On 9 April 2012 10:38, Jasti Durgashree wrote: > Hi all, am following the steps given in > http://net-snmp.sourceforge.net/wiki/index.php/TUT:Writing_a_Subagent but > when am giving the below command am getting the result as follows: > > newuser@newuser-desktop:/$ snmpd -f -Lo -C --rocommunity=p

Re: Connect to main agent from AgentX Sub-agent

2012-04-10 Thread Dave Shield
On 5 April 2012 17:32, Ramakrishnan Sreenivasamallan wrote: > I am implementing a MIB module as a Agentx sub-agent. Inside my sub-agent > code, I need to set another OID. After searching in forum it seems to me > that I need to use snmp_open() and netsnmp_query_set() functions to open a > connecti

Re: changing debugTokens at runtime

2012-04-10 Thread Dave Shield
On 3 April 2012 16:23, Yun Li wrote: > I am trying to change the debugTokens at runtime. > From gdb, I can tell debugTokens are not reread (since debugTokens is > registered as premib_config_handlers, but during reconfig, only normal > config handlers are reread). .. I wonder what > is the id