Re: GCC warnings compiling mib2c output

2009-09-17 Thread Bart Van Assche
On Wed, Sep 16, 2009 at 4:07 PM, Christopher Nelson chris.nelson.1...@gmail.com wrote: I suppose you could consider tweaking the call to use 'void' rather than 'char' pointers.   In retrospect, that would have been a better choice, and might keep your compiler happy.   But note that this

RE: A question about net-snmp agent extension

2009-09-17 Thread AlbenShao
Not sure if it’s sent successfully. Just re-send it for help. Alben Shao Guangdong Nortel 4G Design ESN: 6-554-5301 From: Alben Shao Sent: 2009年9月17日 10:18 To: 'net-snmp-users@lists.sourceforge.net' Subject: A question about net-snmp agent extension

delegated and getbulk

2009-09-17 Thread John Fisher
List members, I am using the delegated flag in my extension of an snmp agent as described here: http://www.net-snmp.org/dev/agent/delayed__instance_8c-example.html It works well when I test it with snmpwalk, but fails when I use snmpbulkwalk. The first MIB object for which I use the delegated

unnecessary alarms of Netsnmp

2009-09-17 Thread Jansen, Mario
Hi, I am receiving alarms of the snmp daemon, while everything is ok on the system (and the values do not return any error) This is my config: rocommunity syslocation System administrators office syscontact System administrator sysservices 72 proc mysqld 2 1 proc

HOST-RESOURCES-MIB data for subagents

2009-09-17 Thread Sathish Babu
Hi Team, I am running a snmpd master agent in the master card which communicates over N/W with the other cards which currently running the snmp subagent (AgentX protocol is used). I am able to get the HOST-RESOURCES-MIB data for the master card which is running the master agent but not sure

RE: config

2009-09-17 Thread Mike Ayers
From: Mike Ayers [mailto:mike_ay...@tvworks.com] Sent: Wednesday, September 16, 2009 4:40 PM My requirements are, 1 snmpd need to support only SNMPv2c. I don't think you can build without v3. Try '--with-default-snmp-version=2 --disable-snmpv1' HTH, Mike

RE: Compile problem

2009-09-17 Thread Mike Ayers
From: Андрей Долгушин [mailto:dolgushin_and...@mail.ru] Sent: Wednesday, September 16, 2009 7:29 AM I try compile this package for PowerPC platform. Configuration string is: ./configure --host=i686-pc-linux-gnu --target=powerpc -- prefix=$HOME/ppc_install

delegated and getbulk (more info)

2009-09-17 Thread John Fisher
I am using NET-SNMP version 5.4 configured so: ./configure \ --prefix=${PWD}/net-snmp/install \ --with-perl-modules \ --enable-shared \ --enable-mini-agent \ --with-cc=ppc_82xx-gcc \ --with-ar=ppc_82xx-ar \ --with-linkcc=ppc_82xx-gcc \ --host=powerpc-montavista-linux \ --with-endianness=big \