Re: Question about SNMPv3 authentication

2010-06-18 Thread Wes Hardaker
> On Fri, 18 Jun 2010 18:43:42 -0700 (PDT), "Zaryab M. Munir" > said: ZMM> I suspect that the values of "msgAuthoritativeEngineBoots"  and  ZMM> "msgAuthoritativeEngineTime"  change drastically when the standby ZMM> agent becomes active.  As the newly active agent and the previous ZMM> A

Question about SNMPv3 authentication

2010-06-18 Thread Zaryab M. Munir
Hi,   I have a general question about SNMPv3 authentication:   I  have two agents, one is active while the other is in standby mode.  Both agents are configured with the same snmpEngineID value.  Both agents are using authPriv security model.  Authentication is by MD5 and Priv = DES. We are using

--with-out-mib-modules equivalent in MVC++

2010-06-18 Thread Sylvain Dery
I compiled the snmpd on Linux without the MIB-II module support by specifying the "--with-out-mib-modules="mibII/snmp_mib, ..." option when invoking "configure". What is the equivalent when building the snmpd inside Microsoft Visual C++?  I can't find the equivalent in the net-snmp/net-snmp-con

Re: net-snmp on Solaris 9

2010-06-18 Thread Thomas Anders
John Waller wrote: > you'll have to forgive my inexperience with snmp. I was referring to the > 'make test' that was failing on every test. I attached the Makefile. > Hopefully you can point me in the right direction. Thanks for all your help > on this. There's a good chance that you have a pro

Re: net-snmp on Solaris 9

2010-06-18 Thread Wes Hardaker
> On Thu, 17 Jun 2010 15:18:21 -0400, John Waller > said: JW> making all in /usr/local/src/net-snmp/net-snmp-5.5/agent JW> make: Fatal error in reader: Makefile, line 333: Unexpected end of line seen Can you tell us what line 333 of your Makefile looks like (and the lines surrounding it

Re: Not testing perl

2010-06-18 Thread Wes Hardaker
> On Fri, 18 Jun 2010 11:23:38 +0200, Magnus Fromreide > said: MF> So, I am looking for a way to say "import the module foo at path MF> /path/to/foo.pm and if that fails then do this other thing" and my MF> question to you perl experts is if that is possible. I think the right thing to

Re: Net-SNMP 5.6.pre1 available for testing! - libtool issues ?

2010-06-18 Thread Wes Hardaker
CS> Attempting to compile 5.6.pre1 using the same configuration line CS> that works in 5.4.1: Colin wrote me privately to say he already solved his issue as it was a file-system problem. -- Wes Hardaker Please mail all replies to [email protected] ---

RE: net-snmp on Solaris 9

2010-06-18 Thread John Waller
Hi Thomas, you'll have to forgive my inexperience with snmp. I was referring to the 'make test' that was failing on every test. I attached the Makefile. Hopefully you can point me in the right direction. Thanks for all your help on this. John -Original Message- From: Thomas Anders [mail

Not testing perl

2010-06-18 Thread Magnus Fromreide
Hello. I usually build net-snmp with builddir != srcdir so perl is disabled for me. Then I run make testall in order to get as much coverage as possible, with this it is to be expected that tests fail. The annoying part is that the perl tests fail in one of two ways: * They succeed.