RE: Need help on snmpv3 AuthPrev trap

2009-09-22 Thread Gaikwad, Rupesh
Wes, thanks for noticing this thing. I think all of us should use proper phrasing if anyone is not interested in giving a proper answer. Best regards, Rupesh -Original Message- From: Wes Hardaker [mailto:harda...@users.sourceforge.net] Sent: Wednesday, September 23, 2009 5:50 AM To: Mi

Re: delegated and getbulk

2009-09-22 Thread John Fisher
Wes Hardaker wrote: >> On Thu, 17 Sep 2009 18:33:16 +1000, John Fisher >> said: > > JF> The first MIB object for which I use the delegated flag is fetched > JF> correctly, but then this object is repeated with the message: > > After handling the delegated response, set the delegation

Re: delegated and getbulk

2009-09-22 Thread Wes Hardaker
> On Thu, 17 Sep 2009 18:33:16 +1000, John Fisher > said: JF> The first MIB object for which I use the delegated flag is fetched JF> correctly, but then this object is repeated with the message: After handling the delegated response, set the delegation flag back to 0 and I think it'll

Re: Need help on snmpv3 AuthPrev trap

2009-09-22 Thread Wes Hardaker
> On Wed, 16 Sep 2009 12:49:41 -0700, "Mike Ayers" > said: >> Actually, I am trying with a perl script directly to decrypt the >> incoming encrypted data by using MA> If you are using net-snmp tools, they will decrypt the data for you. MA> If you are not using net-snmp tools, go away.

Re: A question about net-snmp agent extension

2009-09-22 Thread Wes Hardaker
> On Thu, 17 Sep 2009 10:17:35 +0800, said: A> And I think, if I want to use the default subhandler (e.g. use A> netsnmp_instance_int_handler for my integer object), only write the MIB A> file is OK, and no need to write the C/header file for registration. A> Because I don't want to register

Re: Changing snmpconf path

2009-09-22 Thread Wes Hardaker
> On Tue, 22 Sep 2009 15:48:56 +0300, "Deniz Aydin" > said: DA> And it says /etc/snmp is on the list but when i restart the service via DA> sevice command net-snmp is not using my configuraiton under /etc/snmp. DA> Beacuse my snmptrapd.conf file includes log file option and with the DA>

Re: Error with net-snmp on Solaris 9 sparc

2009-09-22 Thread Thomas Anders
Burkhardt, Chris wrote: > I am able to reproduce snmpd dying on the snmpwalk on both the > production (E15k) and the development box (V440). Thanks for your detailed feedback so far. > making all in /var/tmp/net-snmp-5.5.rc3/agent > make: Fatal error in reader: Makefile, line 333: Unexpected end

RE: Error with net-snmp on Solaris 9 sparc

2009-09-22 Thread Mike Ayers
> From: Burkhardt, Chris [mailto:cburkha...@medline.com] > Sent: Tuesday, September 22, 2009 6:45 AM > I'm not specifying an OID. The command Try it against .1.3, please. Mike -- Come build with us! The Black

RE: Error with net-snmp on Solaris 9 sparc

2009-09-22 Thread Burkhardt, Chris
I am able to reproduce snmpd dying on the snmpwalk on both the production (E15k) and the development box (V440). I initially tried to compile it on the development box and then just tar up the directory, copy it to the E15k, and then make install but that didn't seem to work so I went ahead and pu

RE: Error with net-snmp on Solaris 9 sparc

2009-09-22 Thread Burkhardt, Chris
I'm not specifying an OID. The command snmpwalk -v 2c -c public -m ALL localhost is what I type in. snmpd halts on both my dev and production boxes with that build. Here is a snipit of a truss I ran right before I ran snmpwalk: 13964: recvfrom(9, " 0 &0201010406 p u b l i".., 65536, 128, 0x

Re: Problems to compile "disman/ping-mib disman/traceroute-mib" with net-snmp

2009-09-22 Thread Wes Hardaker
> On Mon, 21 Sep 2009 17:13:14 -0500, Charles Liu > said: CL> (4) ./configure --with-mib-modules="disman/ping-mib disman/traceroute-mib" Unfortunately, the disman ping and traceroute mibs haven't been given much love lately. The initial implementation was said to be working but hasn't

Changing snmpconf path

2009-09-22 Thread Deniz Aydin
Hi, I have using net-snmp on CentOS. How can i change the snmpconf path to /etc/snmp. I looked the configured conf path via command net-snmp-config --snmpconfpath /etc/snmp:/usr/share/snmp:/usr/lib/snmp:/root/.snmp:/var/net-snmp And it says /etc/snmp is on the list but when i restart the servi

RE: Error with net-snmp on Solaris 9 sparc

2009-09-22 Thread Burkhardt, Chris
That seems to have fixed the primary problem. There were a lot of errors (missing \'s) in the makefiles that I had to fix to get it to compile. Also, there seems to be some other bug or issue related to the snmpd process dying if you run the command snmpwalk -v 2c -c public -m ALL localhost. If