Re: vc9 (vs2008 SP1) nmake (through win32/build.bat) build error

2011-02-08 Thread Bart Van Assche
On Tue, Feb 8, 2011 at 1:32 PM, Nicolai G. wrote: > [ ... ] > > Well I set environment step by step and found weired thing: > First of all I actually start Microsoft Visual Studio > 9.0\VC\vcvarsall.bat which calls vcvars32.bat if not other specified > (so that makes me sure vcvars32.bat was call

Re: SNMP V2C trap question

2011-02-08 Thread Dave Shield
On 8 February 2011 22:42, Al Gambardella wrote: > The problem is that the net-snmp > snmptrapd code keeps looking for the snmpTrapOID. This OID isn't present in > the traps I am receiving. Then these traps are broken. > I see the SysUpTime OID then a number of > enterprise specific O

Re: verifying version of net snmp

2011-02-08 Thread Dave Shield
On 8 February 2011 23:28, Brandon Wigfield wrote: > If you have it installed you should be about to run > >    snmpwalk -v Or better, run "snmpwalk -V" (capital V, rather than lower case v) and this will report the version information _without_ the error message :-) Dave -

Re: verifying version of net snmp

2011-02-08 Thread Brandon Wigfield
If you have it installed you should be about to run snmpwalk -v and you'll get back something like C:\>snmpwalk -v getopt: option requires an argument -- v USAGE: snmpwalk [OPTIONS] AGENT [OID] Version: 5.5 Web: http://www.net-snmp.org/ Email:net-snmp-cod...@lists.sourceforg

SNMP V2C trap question

2011-02-08 Thread Al Gambardella
I am using the latest version of net-snmp as of Jan 2011 on a WinXP machine. I am running the snmptrapd program with the intention of monitoring all traps coming from a device on a private network. I simply want to see them get printed to standard out. Wireshark indicates that the traps coming from

verifying version of net snmp

2011-02-08 Thread Armentrout, Connie (IS)
Hello, I'm trying to verify what version of net snmp is running on my solaris 8 system. How can I find it? Thank you, Connie -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory a

Re: beginner questions

2011-02-08 Thread Wes Hardaker
> On Tue, 8 Feb 2011 16:49:10 -0200, Friedrich Locke > said: FL> Does SNMPv3 support kerberos authentication ? There is experimental support for it in the Net-SNMP package and people at the IETF have talked about making a standardized version of it, but I don't believe anyone supports a

Re: beginner questions

2011-02-08 Thread Friedrich Locke
Does SNMPv3 support kerberos authentication ? Thanks once more. On Tue, Feb 8, 2011 at 4:18 PM, Wes Hardaker wrote: >> On Tue, 8 Feb 2011 15:11:33 -0200, Friedrich Locke >> said: > > FL> i have just installed net-snmp in my debian linux box and would like > FL> to "query" information a

Re: beginner questions

2011-02-08 Thread Wes Hardaker
> On Tue, 8 Feb 2011 15:11:33 -0200, Friedrich Locke > said: FL> i have just installed net-snmp in my debian linux box and would like FL> to "query" information about UDP protocol. How could i fetch such FL> information? Do i need to install udp MIB or it comes with the default FL> insta

beginner questions

2011-02-08 Thread Friedrich Locke
Hi folks, i have just installed net-snmp in my debian linux box and would like to "query" information about UDP protocol. How could i fetch such information? Do i need to install udp MIB or it comes with the default installation (via synaptic)? Thanks in advance.

Re: Fw: MIB converter

2011-02-08 Thread Francois Bouchard
I'm totally new to perl. Our net-snmp download contains the net-snmp sources along with the net-snmp perl module. But I don't quite understand what needs to be installed and how to install it. We're not trying to build the application, just to use the MIB converter. so 1) I run perl makefile.s

Re: Fw: MIB converter

2011-02-08 Thread Dave Shield
On 8 February 2011 16:04, Francois Bouchard wrote: > I did'nt install net-snmp, I use its C libraries to code another program. But if you're using the C libraries, you must have installed them. How did you do this? Dave ---

Re: Fw: MIB converter

2011-02-08 Thread Dave Shield
On 8 February 2011 15:31, Brandon Wigfield wrote: > If so why hasn't the CPAN module been updated, lack of man power? But which version should of the perl module should CPAN be updated to use? - The most recent release ? (which may well be newer than the libraries inst

Re: Fw: MIB converter

2011-02-08 Thread Dave Shield
On 8 February 2011 15:52, Francois Bouchard wrote: > Our net-snmp download contains the net-snmp sources along with the net-snmp > perl module.  But I don't quite understand what needs to be installed and > how to install it.  We're not trying to build the application, just to use > the MIB conver

Re: Fw: MIB converter

2011-02-08 Thread Brandon Wigfield
On Tue, Feb 8, 2011 at 3:57 AM, Dave Shield wrote: > On 7 February 2011 22:11, Brandon Wigfield wrote: >> The directions at http://www.net-snmp.org/docs/perl-SNMP-README.html >> should tell you how to go about getting that module installed. Keep in >> mind though that those directions are on how

Re: NET-SNMP question

2011-02-08 Thread Dave Shield
On 8 February 2011 14:42, Noesi, Manuel B CIV SPAWARSYSCEN-ATLANTIC, 55190 wrote: > Does NET-SNMP can use Openssl version 1.0c? Yes Dave -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinp

NET-SNMP question

2011-02-08 Thread Noesi, Manuel B CIV SPAWARSYSCEN-ATLANTIC, 55190
Does NET-SNMP can use Openssl version 1.0c? smime.p7s Description: S/MIME cryptographic signature -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before th

Re: Extend question

2011-02-08 Thread Dave Shield
On 8 February 2011 14:14, johann lafer wrote: > i am trying to run snmpd with extend and the agent is misinterpreting the > command. > > snmpd.conf: > extend .1.3.6.1.4.1.2021.52 ntpcheck2 > "/usr/bin/ntpq -p | awk 'NR>2 {print $1 \" \" $7}'" > > I am getting the message "No address associate

Extend question

2011-02-08 Thread johann lafer
Hi all, i am trying to run snmpd with extend and the agent is misinterpreting the command. snmpd.conf: extend .1.3.6.1.4.1.2021.52 ntpcheck2 "/usr/bin/ntpq -p | awk 'NR>2 {print $1 \" \" $7}'" I am getting the message "No address associated with hostname", which shows that the pipe is gett

Re: vc9 (vs2008 SP1) nmake (through win32/build.bat) build error

2011-02-08 Thread Nicolai G.
On Tue, Feb 8, 2011 at 1:35 PM, Bart Van Assche wrote: > On Tue, Feb 8, 2011 at 12:21 PM, Nicolai G. wrote: >> >> On Tue, Feb 8, 2011 at 1:04 PM, Bart Van Assche >> wrote: >> > On Tue, Feb 8, 2011 at 10:48 AM, Nicolai G. >> > wrote: >> >> [ ... ] >> >> NMAKE : fatal error U1077: '"C:\Microsoft

Re: vc9 (vs2008 SP1) nmake (through win32/build.bat) build error

2011-02-08 Thread Bart Van Assche
On Tue, Feb 8, 2011 at 12:21 PM, Nicolai G. wrote: > On Tue, Feb 8, 2011 at 1:04 PM, Bart Van Assche > wrote: > > On Tue, Feb 8, 2011 at 10:48 AM, Nicolai G. > wrote: > >> [ ... ] > >> NMAKE : fatal error U1077: '"C:\Microsoft Visual Studio > >> 9.0\VC\BIN\cl.exe"' : return code '0xc135' >

Re: vc9 (vs2008 SP1) nmake (through win32/build.bat) build error

2011-02-08 Thread Nicolai G.
On Tue, Feb 8, 2011 at 1:04 PM, Bart Van Assche wrote: > On Tue, Feb 8, 2011 at 10:48 AM, Nicolai G. wrote: >> >> Hi everybody >> >> I'm trying to build net-snmp 5.5 (or 5.6 - the same problem) with >> win32/build.bat using vc9  (vs2008 SP1)  nmake and facing build error >> that I don't know how

Re: vc9 (vs2008 SP1) nmake (through win32/build.bat) build error

2011-02-08 Thread Bart Van Assche
On Tue, Feb 8, 2011 at 10:48 AM, Nicolai G. wrote: > Hi everybody > > I'm trying to build net-snmp 5.5 (or 5.6 - the same problem) with > win32/build.bat using vc9 (vs2008 SP1) nmake and facing build error > that I don't know how to fix. > > Running build bat says: > Net-SNMP build and install

vc9 (vs2008 SP1) nmake (through win32/build.bat) build error

2011-02-08 Thread Nicolai G.
Hi everybody I'm trying to build net-snmp 5.5 (or 5.6 - the same problem) with win32/build.bat using vc9 (vs2008 SP1) nmake and facing build error that I don't know how to fix. Running build bat says: Net-SNMP build and install options == 1. OpenSSL support:

Re: Fw: MIB converter

2011-02-08 Thread Dave Shield
On 7 February 2011 22:11, Brandon Wigfield wrote: > The directions at http://www.net-snmp.org/docs/perl-SNMP-README.html > should tell you how to go about getting that module installed. Keep in > mind though that those directions are on how to build the module from > the source. In your case you d