Re: patch 1927751 broke build on Linux?

2009-03-26 Thread Magnus Fromreide
On Thu, Mar 26, 2009 at 11:10:24AM +0900, Mitsuru Chinen wrote: > Hi Thomas, > > What kind of Linux distribution are you using? I supppose he is using a linux distribution with a libc version lower than 2.4 - at a guess RHEL4 is one of those. For glibc 2.4 MLD_LISTENER_QUERY changed name from IC

Re: developing standalone agent

2009-03-26 Thread Dave Shield
2009/3/25 Abhishek Avasthi : > Please help me understand how I can develop a standalone (core) SNMP agent > using 5.4.2.1 release. ./configure make make install > I don’t need Agent X support (Master and sub agent). ./configure --with-out-mib-modules=agentx make make install

Re: 5.4.1: Persistent file ever growing

2009-03-26 Thread Dave Shield
2009/3/26 lanas : >  Using net-snmp 5.4.1 and creating one V3 user, I noticed that the > persistent snmpd.conf file is always growing at each shutdown and > startup of the daemon. What is the difference between two successive copies of the file? I've just tried this with my installation (which al

diffrence in different options of mib2c

2009-03-26 Thread query sh
Hi All, I am going to use mib2c for net-snmp skeleton code generation. Could any one let me know that what are differences in the following mib2c options. mib2c.array-user.conf mib2c.create-dataset.conf mib2c.int_watch.conf mib2c.iterate.conf mib2c.iterate_access.conf And for the table generati

problem with NetSNMP::OID

2009-03-26 Thread Michael Schmitz
Hello all, I'm currently modifying our application to use the embedded Perl module with net-snmp v5.4.2.1 and stumbled upon a problem with NetSNMP::OID. The problem is very easy to reproduce by adding just two lines to the code snippet taken from the NetSNMP::TrapReceiver documentation: #!/u

result of Perl trap receivers ignored

2009-03-26 Thread Michael Schmitz
Hello, as I see in the TrapReceiver.xs, the result of the callback function is ignored. Is it intended to be that way, or is it just a bug to be solved? Maybe I could work on a patch for this issue. Regards, Michael. --

approach towards implementing Ether-like MIB

2009-03-26 Thread prasanth K S
Dear All, I am trying to implement ether-like MIB with respect RFC3635. But problem is how to find each frame collision, ethernet is configured to half or full duplex, current data rate,FCS check status etc. (I heard that /proc/net would be useful. But that is not helping) so c

I obtain that with make install

2009-03-26 Thread Gómez González, Enrique
./.libs/libnetsnmpmibs.so: undefined reference to `get_FilterProfileName' ./.libs/libnetsnmpmibs.so: undefined reference to `snmpNotifyFilterTable_vacm_view_subtree' What can I do? -- __

approach towards implementing Ether-like MIB

2009-03-26 Thread prasanth K S
Dear All, I am trying to implement ether-like MIB with respect RFC3635. But problem is how to find each frame collision, ethernet is configured to half or full duplex, current data rate,FCS check status etc. (I heard that /proc/net would be useful. But that is not helping) so c

Re: approach towards implementing Ether-like MIB

2009-03-26 Thread Dave Shield
2009/3/26 prasanth K S : >    I am trying to implement ether-like MIB with respect > RFC3635. But problem is how to find each frame collision, ethernet is > configured to half or full duplex, current data rate,FCS check status etc. Yes - that doesn't suprise me. When implementing *

Availabilitiy of Net-SNMP Win32 installer source code ?

2009-03-26 Thread Bart Van Assche
Hello, As known the source code of the Net-SNMP agent and the binaries of a Win32 Net-SNMP installer can be downloaded from http://www.net-snmp.org/download.html. As long as my patches are not integrated in the official Net-SNMP distribution, I will have to maintain an installer for a customized v

Opening a session

2009-03-26 Thread Geoffrey Bays
I have just started working with net_snmp and am having trouble getting a session to open without error. snmpget returns data fine from the command line, but I am trying to get simple things to work programatically. Here are the steps I have taken: snmp.conf: default port 162 defcommunity publi

Re: I obtain that with make install

2009-03-26 Thread Magnus Fromreide
On Thu, 2009-03-26 at 13:33 +0100, "Gómez González, Enrique" wrote: > ./.libs/libnetsnmpmibs.so: undefined reference to > `get_FilterProfileName' > > ./.libs/libnetsnmpmibs.so: undefined reference to > `snmpNotifyFilterTable_vacm_view_subtree' > > What can I do? Recompile and include the code t

Re: 5.4.1: Persistent file ever growing

2009-03-26 Thread lanas
On Thu, 26 Mar 2009 09:34:11 +, Dave Shield wrote : > 2009/3/26 lanas : > >  Using net-snmp 5.4.1 and creating one V3 user, I noticed that the > > persistent snmpd.conf file is always growing at each shutdown and > > startup of the daemon. > > What is the difference between two successive co