snmpd.conf update (was: Re: DisMan Event MIB selection)

2005-11-11 Thread Thomas Anders
Dave Shield wrote: What do people think about splitting this into a number of separate man pages? The basic "man snmpd.conf" would give a general overview (and brief descriptions of each directive), but would point to another man page for the full details. Does that sound as if it would be

Porting eSNMP TRU 64 on Linux.

2005-11-11 Thread Palmentieri Nunzio
Hi, We have the following problem: We developed an SNMP application on TRU 64 using eSNMP.   Now, we want to port that application on a Linux environment (UCD-snmp version:  4.2.5)   We don't know how to compile a MIB, written with asn.1 syntax.   Could you help us, mainly in provid

Re: DisMan Event MIB selection

2005-11-11 Thread Dave Shield
On Wed, 2005-11-09 at 09:58 +, Dave Shield wrote: > I could live with issuing a warning about the change, but continuing > the configuration to use the new implementation anyway. That wouldn't > require touching anything, but would still alert people that things > had changed. Or alerting thos

Re: Problem with net-snmp 5.2.1.2

2005-11-11 Thread md salauddin
Hello I am using montavista linux2.4.18  on ixp425 platform (armv5teb). In the configuration file used for ucd-snmp 4.2.6 i have used com2sec  view and access directives for the community access. But if i use same configuration file for this net-snmp 5.2.1.2 iam not able to get any information fro

Re: snmpnetstat for 5.2.2

2005-11-11 Thread Dave Shield
On Fri, 2005-11-11 at 12:16 +0100, Thomas Anders wrote: > Can you give me a pointer to OpenMacNews' patch you're referring to? > What *else* besides #include (from IRC)? I'm just going by the IRC messages (and the pastebin snippet) All that mentions is Dave

Re: snmpnetstat for 5.2.2

2005-11-11 Thread Thomas Anders
Dave Shield wrote: Can someone with CVS access please add OpenMacNews' patch to 'main.c' (including between the n-s-config and n-s-include statements), before rc5 is rolled out. I'll do once the SF CVS server lets me (again). :-( foo# cvs -q up -dP cvs update: failed to create lock directory

Re: snmpnetstat for 5.2.2

2005-11-11 Thread Dave Shield
On Fri, 2005-11-11 at 11:06 +0100, Thomas Anders wrote: > I'm happy to report successful builds of yesterday's V5-2-patches on > - Linux/x86 (SuSE 9.3) > - Solaris/SPARC 9 (with both gcc 3.3.1 and Sun C 5.5) > - Tru64 Unix 5.1B on Alpha (Compaq C) > > Plus, it seems to build fine on all SF CF mach

Re: snmpnetstat for 5.2.2

2005-11-11 Thread Thomas Anders
Dave Shield wrote: Does the latest version of the code suffer from the same problems? I'm happy to report successful builds of yesterday's V5-2-patches on - Linux/x86 (SuSE 9.3) - Solaris/SPARC 9 (with both gcc 3.3.1 and Sun C 5.5) - Tru64 Unix 5.1B on Alpha (Compaq C) Plus, it seems to build

Re: mib2c table within table workaround

2005-11-11 Thread Dave Shield
On Fri, 2005-11-11 at 09:34 +0100, Andreas Dunke wrote: > I need table within a table. After searching the web, > I learned that this is not possible. Correct. You need to use two "parallel" tables. > I tried to use two indexe. I hope the MIB (see below) is > correct for this. Very nearly

Re: Help

2005-11-11 Thread Dave Shield
On Fri, 2005-11-11 at 11:30 +0530, Manish Sharma wrote: > I need to know the location (url) for NetSNMP source code for HP-UX. Net-SNMP code can be obtained from the project web site: http://www.net-snmp.org/ Dave --- SF.Net email is

Re: C# API

2005-11-11 Thread Dave Shield
On Thu, 2005-11-10 at 18:50 -0500, Paul D. Murphy wrote: > Is there a wrapped implementation that provides basic get, > getnext and set operations? Not with this toolkit, no. I seem to recall that Frank Fock's SNMP++ toolkit has a C# wrapper, so it might be worth investigating that. > If not ca

Re: Help

2005-11-11 Thread Manish Sharma
Hi Dave, Thanks for your reply , I need to know the location (url) for NetSNMP source code for HP-UX. I need to install it on HP-UX machine. Regards Manish Dave Shield <[EMAIL PROTECTED]> Dave Shield <[EMAIL PROTECTED]> 10/19/2005 03:13 PM To Manish Sharma/[EMAIL PROTECTED] cc

error from net-snmp on Win 2003 SP1 install - 5.1.3.1.

2005-11-11 Thread DCollins
Tried to install 5.1.3.1 under Cygwin on a Win 2003 - SP1 server and got the following message. (Installation was just ./configure, make, and make install). I got the following error message from running ./configure.

mib2c table within table workaround

2005-11-11 Thread Andreas Dunke
Hello! I need table within a table. After searching the web, I learned that this is not possible. Originaly I want something like this: +--devices(2) | +--satTable(1) | | | +--satEntry(1) | | Index: satIndex | | | +-- -R-- Integer32 satIndex(1) | |Te