IF -MIB set problem

2010-10-27 Thread sanjaykumar
HI All, I am doing set for if mib I am getting following error could someone help me out snmpset -v 2c -c private 172.16.8.83 .1.3.6.1.2.1.2.2.1.7.9 i 2 Error in packet. Reason: resourceUnavailable (This is likely a out-of-memory failure within the agent) Failed object: IF-MIB::ifAdmin

RE: Set Problem

2007-02-26 Thread Nuñez Correas , Fernando
de 2007 19:04 Para: [email protected] Asunto: Set Problem Hello. Now Im development my subagent in windows xp sp2 and visual studio 2005. In this subagent, I create a handler registration, like this

Set Problem

2007-02-26 Thread Nuñez Correas , Fernando
Hello. Now Im development my subagent in windows xp sp2 and visual studio 2005. In this subagent, I create a handler registration, like this: reginfo = netsnmp_create_handler_registration("Convertidor1", convertidor1_handler,Convertidor_oid, OID_LENGTH(Convertidor_oid), HANDLER_CAN_RONLY);

Re: Subagent snmp set problem

2004-06-14 Thread Users
On Mon, 14 Jun 2004 08:26:05 -0700 Glenn wrote: GM> Very sorry about all the questions regarding subagents. I am now trying to GM> get my subagent to process set requests. I use a delegated method for gets GM> and need to do the same for sets. So in my handler I just set delegated to GM> 1 and put

Subagent snmp set problem

2004-06-14 Thread Glenn MacGregor
Hi All, Very sorry about all the questions regarding subagents. I am now trying to get my subagent to process set requests. I use a delegated method for gets and need to do the same for sets. So in my handler I just set delegated to 1 and put the request on a queue. From there I return to my ma