DES-128 bit support

2006-07-03 Thread kanakamahesh.anasuri
Hi, Will net-snmp support for DES-128 bit for privacy (1.3.6.1.6.3.10.1.2.3) protocol? Thanks, Mahesh Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere

RE: V3 key change

2006-06-20 Thread kanakamahesh.anasuri
Hi, Currently net-snmp does not support usmDHKickStartTable. Is this table not required for Diffie-Hellman key changes work correctly? Thanks, Mahesh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Anders Sent: Tuesday, June 13, 2006 8:17 PM To:

RE: V3 key change

2006-06-13 Thread kanakamahesh.anasuri
Hi, Any one has tried the workaround for key change using snmpusm for the users configured through createUser in persistent snmpd.conf? I have tried the workaround for bug #1447571 but I am not getting correct behavior. The following is the procedure I have done. I have created 3

RE: snmpd problems

2006-06-12 Thread kanakamahesh.anasuri
Hi, The below mentioned snmpd.conf is complete or partial? Since you are trying to map the public community string to your v3 security names, the community string should be defined with directive (ro) rwcommunity. If you have not provided those in the below mail then it is fine, otherwise you

V3 key change

2006-06-06 Thread kanakamahesh.anasuri
Hi All, I created V3 users using createUser directive and placed in snmpd.conf (/var/net-snmp which is in encrypted format). The users are not created through snmpusm utility. The following mail says that it is not possible to change the keys configured through the config file. Is

user + ip-address

2006-05-30 Thread kanakamahesh.anasuri
Hi, Can we configure SNMP agent in such way that agent should accept (requests) a user from particular/fixed IP address always? We have a rule for configuring users from the same the IP address, using clientaddr [transport-specifier:]transport-address in snmp.conf, but this rule

snmpusm + changekey

2006-05-25 Thread kanakamahesh.anasuri
Hello All, Any one using snmpusm to change the keys in 5.2.1/5.2.2 version on fedora/linux platforms? I found problem with new keys generated and snmpd is not responding with news keys after snmpusm for respective usm user. Thank you very much for any help. # snmpusm -v3 -u admin

snmp.conf + defSecurityLevel

2006-05-22 Thread kanakamahesh.anasuri
Hi, I am trying to set the default security level for all usm users as authPriv. Hence I configured snmp.conf with defSecurityLevel authPriv and set required ENV variables to point for config files. I could verify the following statements while running snmpd with -Dread_config option

vacm + view access problem

2006-05-22 Thread kanakamahesh.anasuri
Hi, I am testing VACM views in 5.2.1 version. snmpd.conf has the following details ** rwuser admin group admingrp usm admin view internet excluded 1.3.6.1 access admin usm priv exact internet internet internet ** As per the vacm

RE: vacm + view access problem

2006-05-22 Thread kanakamahesh.anasuri
Hi, I am testing VACM views in 5.2.1 version. snmpd.conf has the following details ** rwuser admin group admingrp usm admin view internet excluded 1.3.6.1 access admingrp usm priv exact internet internet internet

RE: vacm + view access problem

2006-05-22 Thread kanakamahesh.anasuri
VACM views are working fine by removing rwuser admin entry in snmpd.conf. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, May 22, 2006 9:26 PM To: net-snmp-users@lists.sourceforge.net Subject: RE: vacm + view access problem Hi,

RE: authNoPriv

2006-05-15 Thread kanakamahesh.anasuri
Hi, How to mandate authPriv level of authentication while configuring/creating V3/USM users using snmpusm command OR createUser directive. I want to restrict authNoPriv level for snmpget/sets. Thanks, Mahesh From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: snmpusm + changekey (DH Keys)

2006-05-11 Thread kanakamahesh.anasuri
Hi, Please see my comments inline in your mail below (Red color). The following are the o/p of commands I executed. ** SNMP gets for user (admin): # snmpget -v 3 -u admin -a SHA -A 1b86f231bebe46020cd5ff6d4f9ae7b29eeeb1ae

authNoPriv

2006-05-10 Thread kanakamahesh.anasuri
Hi, Can we attach the level of authentication required for each USM user for snmpgets/sets while creating USM users itself. I created USM user with both Authentication/Privacy keys. But using -l authNoPriv in snmpgets with correct Authentication and Wrong Privacy keys are giving

RE: snmpusm + changekey (DH Keys)

2006-05-10 Thread kanakamahesh.anasuri
Hi, I changed DH keys with snmpusm and I tried snmpgets with new auth/priv keys. But I did not get any results for any MIB? Anything configuration changes required from snmpd side, in order for new auth/priv keys to work? I tried options like reconfig snmpd, graceful snmpd shutdown and restart

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

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

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 the

RE: change key

2006-05-03 Thread kanakamahesh.anasuri
Hi All I am just reiterating the question. usm users which are created through snmpusm/createUser directives, the user entries are placed in /var/net-snmp/snmpd.conf and values populated in usmUserTable and usmDHUserKeyTable (augmented values) When snmpset is performed on

change key

2006-05-02 Thread kanakamahesh.anasuri
Hi, Is it possible to change passphrases for USM Users in usmUserTable through snmpset directly? with out using snmpusm. Thanks,Mahesh

snmpd -f (some issue)

2006-04-20 Thread kanakamahesh.anasuri
Hi All,I added few lines of C code innet-snmp source files. My code includes open (), read () operations on a normal file (flat/text) and handling some string arrays.I could read file contents and set mystrings correctlyand code is executing correctly when I run snmpd with -f option (-f: do

RE: snmpd -f (some issue)

2006-04-20 Thread kanakamahesh.anasuri
Title: Re: snmpd -f (some issue) Thomas: The modified file is usmDHParameters.c (net-snmp-5.2.1/agent/mibgroup/snmp-usm-dh-objects/usmDHParameters) Flat file (dh_prime) contains 180 bytes of Hexadecimal numbers. Right now, I don't have actual source file of usmDHParameter.c which i

RE: What is the maximum length of an engine ID?

2006-04-12 Thread kanakamahesh.anasuri
Title: What is the maximum length of an engine ID? Snmp Engine ID will conform to RFC3411 and will be 12 octects long. See the MIB. From: [EMAIL PROTECTED] on behalf of Luu VoSent: Wed 4/12/2006 2:03 PMTo: net-snmp-users@lists.sourceforge.netSubject: What is the maximum length of an

RE: snmpset is failing on usmDHParameters.0 OID

2006-04-05 Thread kanakamahesh.anasuri
Title: RE: snmpset is failing on usmDHParameters.0 OID Hi All, Any one has similar problem and solution. Thanks alot for the information and help. Mahesh From: Mahesh Anasuri (WT01 - Broadband Networks)Sent: Mon 3/6/2006 6:00 PMTo: Dave ShieldCc:

RE: snmpTargetAddrTable inconsistent values

2006-04-05 Thread kanakamahesh.anasuri
Title: snmpTargetAddrTable inconsistent values Hi, Please help in the following problem, If you have any idea. Mahesh From: Mahesh Anasuri (WT01 - Broadband Networks)Sent: Fri 3/24/2006 4:20 PMTo: Net-snmp-users@lists.sourceforge.netSubject: snmpTargetAddrTable inconsistent values

RE: snmpset is failing on usmDHParameters.0 OID

2006-04-05 Thread kanakamahesh.anasuri
Title: Re: snmpset is failing on usmDHParameters.0 OID Wes, Thanks for the reply. I am trying to setvalue to this scalar oid but it is failing. I tried to do snmpset with same default value which is assigned for this OID is also failing. Can we do snmpset on this OID with any value ?

RE: problem with remote connect v3 authenticaion...

2006-03-29 Thread kanakamahesh.anasuri
Title: RE: problem with remote connect v3 authenticaion... Hello lee, It looks like your view name is incorrect, it should be remote_v3? Check it again. Try the following entries. snmpd.conf- group remote_v3 usm quadrics access remote_v3 any(usm) authnopriv exact all all all view

trapsess -e Engine-Id

2006-03-28 Thread kanakamahesh.anasuri
Title: trapsess -e Engine-Id Hi Folks, Should this usmUserEngine-Id length be 20 bytes always? Less than 20 bytes, I don't see the entries for trapsess in snmpTargetParamsTable. trapsess -e 0xusmUserEngine-Id Thanks, Mahesh

RE: trapsess -e Engine-Id

2006-03-28 Thread kanakamahesh.anasuri
Title: RE: trapsess -e Engine-Id Hi Thomas, Thanks for the reply. I tested trapsess directive with EngineId less than 19 bytes, I think you know that snmpTargetParamsTable will have the values popualted with corresponding trapsess directives in snmpd.conf If I use the length of Engine-Id

RE: Problem in v2 and v3 support....

2006-03-26 Thread kanakamahesh.anasuri
Title: RE: Problem in v2 and v3 support Hi, I think you need to modify : net-snmp-config --create-snmpv3-user -a my_password myuser Try this command: net-snmp-config --create-snmpv3-user -a my_password myuser NO quotes required for pass_phrase. Thanks, Mahesh -Original

RE: Send responses / traps to specific UDP port

2006-03-26 Thread kanakamahesh.anasuri
Title: RE: Send responses / traps to specific UDP port Hi, With in snmpd.conf insert the following: trap2sink IP-Address:port Thanks Mahesh -Original Message- From: [EMAIL PROTECTED] on behalf of Kodel Oleg Sent: Sun 3/26/2006 2:48 PM To: net-snmp-users@lists.sourceforge.net

snmpTargetAddrTable inconsistent values

2006-03-24 Thread kanakamahesh.anasuri
Title: snmpTargetAddrTable inconsistent values Hi, I observed some inconsistent values with snmpTargetAddrTable attributes: snmpTargetAddrTimeout, snmpTargetAddrRetryCount has default values of 1500, 3 as per the MIB definition. I observed the same values when I queried the

RE: SNMP v3 user chg pwd

2006-03-23 Thread kanakamahesh.anasuri
Title: RE: SNMP v3 user chg pwd Hello Wes, I have small clarification for the same query. The entry of createUser initial MD5 setup_passphrase DES present in /usr/local/share/snmp/snmp.conf is equivalent to entry in /var/net-snmp/snmpd.conf ? The entry in /var/net-snmp/ would be encrypted

RE: snmpset is failing on usmDHParameters.0 OID

2006-03-13 Thread kanakamahesh.anasuri
Title: RE: snmpset is failing on usmDHParameters.0 OID Hi All Has anyone used usmDHParameters OID. If so please provide some samplevalue for snmpset. Thanks in advance Mahesh From: Mahesh Anasuri (WT01 - Broadband Networks)Sent: Mon 3/6/2006 6:00 PMTo: Dave ShieldCc:

RE: error in executing executable

2006-03-13 Thread kanakamahesh.anasuri
Title: RE: error in executing executable Set the required environment variables. $export LD_LIBRARY_PATH= path path : shared library location. Thanks Mahesh -Original Message- From: [EMAIL PROTECTED] on behalf of Puru Govind Sent: Mon 3/13/2006 11:34 PM To:

snmpset is failing on usmDHParameters.0 OID

2006-03-06 Thread kanakamahesh.anasuri
Title: snmpset is failing on usmDHParameters.0 OID Hi, I need your help regarding the snmp-set operation against the scalar OID usmDHParameters.0 This OID is defined in SNMP-USM-DH-OBJECTS-MIB.txt and the object defintions as follows usmDHParameters

RE: snmpset is failing on usmDHParameters.0 OID

2006-03-06 Thread kanakamahesh.anasuri
Title: RE: snmpset is failing on usmDHParameters.0 OID Dave, I really appreciate If you could provide some valid input value to this OID. Thanks Mahesh -Original Message- From: Dave Shield [mailto:[EMAIL PROTECTED]] Sent: Mon 3/6/2006 4:53 PM To: Mahesh Anasuri (WT01 - Broadband

RE: snmpset is failing on usmDHParameters.0 OID

2006-03-06 Thread kanakamahesh.anasuri
Title: RE: snmpset is failing on usmDHParameters.0 OID Hi Dave, Prime: C90FDAA22168C234C4C6628B80DC1CD129024E088A67CC74 020BBEA63B139B22514A08798E3404DD EF9519B3CD3A431B302B0A6DF25F1437 4FE1356D6D51C245E485B576625E7EC6F44C42E9A63A3620 Base: 2 I think

SNMP V3 + snmpTargetParamsTable configuration

2006-03-01 Thread kanakamahesh.anasuri
Title: SNMP V3 + snmpTargetParamsTable configuration Hi, I need some help in configuring the snmpTargetParamsTable using the directives (ifany) snmpd.conf has the following entries for (Community/Security Name) -- rwuser testuser1 noauth # V3 User rocommunity wifi # v2c/v1 user