RE: snmpusm + changekey (DH Keys)

2006-05-08 Thread kanakamahesh.anasuri
Title: Re: snmpusm + changekey (DH Keys) Thanks for the reply.   I performed kill -9 on snmpd.But I killed not immediately after doing keys change. After a long time. But as soon as the keys got changed snmpd should update usmDHUserkeyTable and snmpd.conf at the same time right?   Will th

Re: Security certification for Net-Snmp

2006-05-08 Thread Wes Hardaker
> On Fri, 28 Apr 2006 15:11:32 +0100, "Tripathi Anoop-A18046" <[EMAIL > PROTECTED]> said: Tripathi> i intend to use Net-Snmp for realizing snmp v3 agent, and i Tripathi> need to understand if the Net-Snmp code has been certified Tripathi> to be Secure by some security organization Tripa

Re: Table reading examples implemented in C/C++

2006-05-08 Thread Wes Hardaker
> On Fri, 28 Apr 2006 13:59:36 -0400, "Michael Siegel" <[EMAIL PROTECTED]> > said: Michael> Does anyone have any example applications that utilize GET_NEXT or Michael> GET_BULK and populate C/C++ datastructures? Michael> I'm a bit confused as to the process of setting up varbinds and Mic

Re: MIB table data aggregation question

2006-05-08 Thread Wes Hardaker
> On Mon, 1 May 2006 09:21:54 -0700 (PDT), "Steve S. Law" <[EMAIL > PROTECTED]> said: Steve> Can I implement aggegates at the SNMP level? Or is it the Steve> client responsibility to do the aggregation? You *can* have the agent do the aggregation, and that is done in some cases. However

Re: just copmiled/installed latest version..min. config for snmptrapd.conf

2006-05-08 Thread Wes Hardaker
> On Mon, 1 May 2006 13:58:04 -0700 (PDT), sdgesa gaeharth <[EMAIL > PROTECTED]> said: sdgesa> All I need to do if have snmptrapd accept all incoming sdgesa> snmpttraps and rout them to 2 other hosts on the network. sdgesa> What is the minimum I need to do to get this to work.I am sdgesa>

Re: No such MIB...

2006-05-08 Thread Wes Hardaker
> On Tue, 02 May 2006 00:33:02 -0400, Andrew Heagle <[EMAIL PROTECTED]> > said: Andrew> Is this simply because this OID is not supported in version Andrew> 5.1.2 or is there something I am missing? If more info is Andrew> needed, let me know and I can post it. I'm pretty sure that's the

Re: how to test AES encryption against test.net-snmp.org server?

2006-05-08 Thread Wes Hardaker
> On Tue, 2 May 2006 12:17:46 -0700, "M.Daulat Rai" <[EMAIL PROTECTED]> > said: M> Before I go too far and start writing application, I would like to verify M> the AES encryption. I need to add AES support to test.net-snmp.org. I'll put it on my todo list. -- Wes Hardaker Sparta, Inc.

Re: How do you get at a mib index?

2006-05-08 Thread Wes Hardaker
> On Wed, 3 May 2006 12:40:28 +1000, "Peter Fitzgerald" <[EMAIL PROTECTED]> > said: Peter> I thought that NetSNMP::OID may do the trick but the examples Peter> are a little sketchy for me and I cannot find anything to help Peter> out. That class will do the trick, in fact. If you create

Re: Key instead of password

2006-05-08 Thread Wes Hardaker
> On Wed, 3 May 2006 11:29:16 -0700, "Mathew Bielejeski" <[EMAIL > PROTECTED]> said: Mathew> I am working on updating a program I have to work with snmpv3. Mathew> I have an snmpv3 capable device that has to be set up by Mathew> inputting an MD5 key directly instead of creating one from a

Re: Can i have two snmpd running one for trap and one for GET and SET?

2006-05-08 Thread Wes Hardaker
> On Thu, 4 May 2006 12:31:15 +0530, <[EMAIL PROTECTED]> said: vinodkhanna> Is there a way where i can run two snmpd exe's, one for snmp trap vinodkhanna> alone and another snmpd for GET and SET request. Sure, you can run one (the trap sending one) on a different port and just don't query it.

Re: not getting OIDs from snmptranslate

2006-05-08 Thread Wes Hardaker
> On Thu, 4 May 2006 14:44:05 -0700, "M.Daulat Rai" <[EMAIL PROTECTED]> > said: M> Getting a OID: M> % snmptranslate -M+. -mNET-SNMP-TUTORIAL-MIB -IR nstAgentPluginObject M> The above command returned the following: M> NET-SNMP-TUTORIAL-MIB::nstAgentPluginObject That's actually the corr

Re: snmpusm + changekey (DH Keys)

2006-05-08 Thread Wes Hardaker
> On Mon, 8 May 2006 16:35:30 +0530, <[EMAIL PROTECTED]> said: kanakamahesh> I changed Auth/Priv DH keys using snmpusm. It displayed kanakamahesh> the changed authentication/privacy keys on the console kanakamahesh> after snmpusm for respective USM user. Also, please don't send your questions

Re: snmpusm + changekey (DH Keys)

2006-05-08 Thread Wes Hardaker
> On Mon, 8 May 2006 15:33:52 +0530, <[EMAIL PROTECTED]> said: kanakamahesh> Is it the limitation of net-snmp for not persisting kanakamahesh> changed dh-keys in snmpd.conf? No, the keys should definitely be stored in the snmpd.conf file after a key change.Did you happen to do a kill -9 o

why the query result different in "snmbulkget" and "snmpbulkwalk"

2006-05-08 Thread honda007
dear sir, why the query result different in "snmbulkget" and "snmpbulkwalk" as follow underline and red word item   thanks   C:\Documents and Settings\hungta>snmpbulkwalk -v2c -Os -c public localhost systemsysDescr.0 = STRING: Hardware: x86 Family 6 Model 13 Stepping 8 AT/AT COMPATIBLE - Software:

Re: snmpusm + changekey (DH Keys)

2006-05-08 Thread Thomas Anders
[EMAIL PROTECTED] wrote: Is it the limitation of net-snmp for not persisting changed dh-keys in snmpd.conf? No, they should persist. Please make sure your agent is shutting down cleanly and is reading the persistent config file after the restart. Run snmpd with "-Dread_config" to verify. +

snmpusm + changekey (DH Keys)

2006-05-08 Thread kanakamahesh.anasuri
Hi,   I changed Auth/Priv DH keys using snmpusm. It displayed the changed authentication/privacy keys on the console after snmpusm for respective USM user.   I was not sure whether the changed keys will persist in /var/net-snmp/snmpd.conf file? To verify this usecase, I restarted the sn

snmpusm + changekey (DH Keys)

2006-05-08 Thread kanakamahesh.anasuri
Hi,   I changed Auth/Priv DH keys using snmpusm. It displayed the changed authentication/privacy keys on the console after snmpusm for respective USM user.   I was not sure whether the changed keys will persist in /var/net-snmp/snmpd.conf file? To verify this usecase, I restarted the sn