USM Error codes

2006-08-08 Thread siddesh.rajappa
Hi, I am trying to capture USM error codes (in case of engineID, auth password or priv pwd change) when sending a SNMP v3 inform (snmp_synch_response). The error code is present in the s_snmp_errno field of the netsnmp_session structure. I am always getting the same error code -24 ( time

RE: linkup linkdown monitoring impacts the performance

2006-02-24 Thread siddesh.rajappa
Hi Peder, Could you please share the tutorial example you have tried? Or let us know from where we could get it? We would like to try this option... The impact of this monitoring is very high in our Agent implementation for wireless device. Regards, Siddesh -Original Message- From: P

linkup linkdown monitoring impacts the performance

2006-02-24 Thread siddesh.rajappa
Hi,   I am using net-snmp-5.2.1 in power-pc, To send linkup and linkdown traps, the following configuration has been made in snmpd.conf file.   linkUpDownNotifications yes monitor  -r 5 -e linkUpTrap   "Generate linkUp" ifOperStatus != 2 monitor  -r 5 -e linkDownTrap "Generate li

snmpEngineBoots value after snmpd restart

2005-12-28 Thread siddesh.rajappa
Hi I am using net-snmp 5.2.1 and i am getting snmpEngineBoots.0 value as always 1. I had checked in the snmplib/snmpv3.c file. Every time i restart the snmpd control goes inside the following if loop and makes engineBoots value as 1. if (engineIDLen != (int) oldEngineIDLength || old

system call used to populate ifSpeed on Linux

2005-12-26 Thread siddesh.rajappa
Hi,   We are using net-snmp 5.2.1 on Linux. The question I have here is, what is the system call net-snmp uses on Linux to populate the ifSpeed in ifTable? We are using net-snmp for wireless device and for wireless interface the ifSpeed is 0 most the times. Because of this, Manager is ge

timestamp issue

2005-11-26 Thread siddesh.rajappa
Hi One of our Property MIB is defined as "SYNTAX DateAndTime MAX-ACCESS read-only". For this mib i had generated c code , using mib2c script ( mib2c.scalar.conf). In the code, for that particular scalar i am sending string "1992-5-26,13:30:15.0,-4:0" by filling set_var

no of retries in agent side

2005-11-20 Thread siddesh.rajappa
Hi,   Need your help urgently….   We are using NET-SNMP5.2.1; In snmpget we are giving “–r 0”  ( for retries ). From the agent log it is shows that, it’s retrying for 3 times!!   Is the number of retries parameter is coming from manager?  OR  OR Agent itself is retrying for 3 time

Unsigned int mapping

2005-11-19 Thread siddesh.rajappa
Hi      I have one property MIB scalar of data type defined as "unsigned int". I had instrumented code for this scalar. In the code to set value for that scalar attribute i am getting it from requests->agent_req_info->asp->pdu->variables->val.integer.       When snmpset gives values le

configuring V3 trapsess

2005-11-14 Thread siddesh.rajappa
HI       In snmpd.conf (in 5.2.1) we are using trapsess to send trap to V3 manager.         snmpTargetAddrTable is not getting populated with the trapsess entry, it comes up with trapsink , trap2sink and infromsink.       Please clarify.   Regards,