What does the following error's mean

2006-02-22 Thread Santhosh
Hi all,   When i execute the following command   snmpget -v1 -c public snmp_device RFC1213-MIB:sysUpTime.0   o/p : Resource Temporarily unavailabe   but when i ping the device it is responding well       Thanks,   Suddavanda

Getting output as pss->s_snmp_errno != (-11) failed

2006-02-22 Thread Santhosh
Hello all,   I have sucessfully installed NET-SNMP in order to demonstarte my manager i am working on a device which has snmp support I have connected the device and my linux system with a cross cable (Ethernet)   I am not able to execute any of the snmp commands on linux system for example:

snmpgetnext with multiple varbindes problem

2006-02-22 Thread kanda.samy
Title: snmpgetnext with multiple varbindes problem Hi Sasi,     For getnext response,             netsnmp_variable_list *var = NULL;         var = requests->agent_req_info->asp->pdu->variables;                 //To fill the oid into varbind, ( A

differentiating between 2 devices of the same type

2006-02-22 Thread amit limaye
I have been trying to write a SNMP application which requests data from multiple devices on a network. All the devices are of the same type and share the same MIB. how can i differentiate between any 2 devices. I know that we can add .0 or .1 at the end of each OID to send it to the first instance

Returning NULL table_info

2006-02-22 Thread Fernández Piñas , David
I have noticed that the agent crashes when a NULL table_info is returned at table_iterator.c with the example netSnmpHostsTable and the next command: snmpgetnext -c public localhost .1.3.6.1.4.1.8072.2.2.2.1 .1.3.6.1.4.1.8072.2.2.2.2 Best regards, David -Mensaje original- De: [EMAI

Re: HC-RMON

2006-02-22 Thread Dominique bastien
Now it's work. It was a MIB browser problem. I change my browser version to get the latest and greatest but the default value for the protocol is set back to SNMPv1. p.s.: Maybe somebody can put an 64bits counter example inside the file ibgroup\examples\example.c with a special note to the coder t

Re: HC-RMON

2006-02-22 Thread Dave Shield
On Tue, 2006-02-21 at 18:22 -0500, Dominique bastien wrote: > I try to implement the HC counters in the RMON code. > But I'm not able to receive my 64 bits counter with my > MIB browser. I need help, it seem that my return code > is not correct. At a very brief scan of your code, it looks correct.