RE: The snmpUDPIPv6Domain.c does not build with IPv6 enabled

2008-03-05 Thread Katy Sherman
Dave, I searched the net-snmp-config.h file and all I found is /* Define HAVE_WIN32_PLATFORM_SDK if you have: * Microsoft Visual Studio MSVC 6.0 and the Platform SDK (PSDK) * Microsoft Visual Studio.Net 2002 * Microsoft Visual Studio.Net 2003 * Cygwin * MinGW */ #define HAVE_WIN32_PLATFORM

NET-SNMP

2008-03-05 Thread Carl X White
Hi, Is there a 64-bit windows version available? Regards, Carl White Infrastructure Engineer Production Engineering Global Operations CSC Chorley Exton House Exton Lane Euxton Chorley PR7 6FE *: [EMAIL PROTECTED] (: +44 (0) 1257 236321 È:

Re: different oid value across different network interfaces

2008-03-05 Thread Mike Harless
Magnus Fromreide <[EMAIL PROTECTED]> wrote: > > On tis, 2008-03-04 at 11:01 -0800, Mike Harless wrote: > > I've got a device with 2 physical network interfaces, and I'd like > > to implement an oid that should have a different value based upon > > which network interface the request came acros

Re: subagent dying a silent death

2008-03-05 Thread Thomas Anders
deepak b wrote: > I am running some stress test on my subagent, roughly 250 attribute > get/second from 5 client and 2 more clients doing snmpset on 5 and 2 > attributes/15 second. > After running for a couple of hours, the subagent dies silently(without > any core dumps) and it spits out the follo

subagent dying a silent death

2008-03-05 Thread deepak b
Hi, I am running some stress test on my subagent, roughly 250 attribute get/second from 5 client and 2 more clients doing snmpset on 5 and 2 attributes/15 second. After running for a couple of hours, the subagent dies silently(without any core dumps) and it spits out the following before doing so.

Re: USM users disappearing at reboot

2008-03-05 Thread Thomas Anders
Rob Garcelon wrote; > I have created USM users with the following commands, invoked on the > local system where the agent is running. I expect them to survive a > reboot, by being written to the persistent/snmpd.conf file. There are > fixed users defined in the regular snmpd.conf, to be used a

Re: Accessing data in the agent from a subagent

2008-03-05 Thread Dave Shield
On 05/03/2008, Magnus Fromreide <[EMAIL PROTECTED]> wrote: > On tis, 2008-03-04 at 16:37 +, Dave Shield wrote: > > Try something like: > > > > netsnmp_query_set_default_session( > > netsnmp_iquery_user_session(secName)); > > > >netsnmp_query_get( varlist, NULL ); >