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
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:
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
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
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
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
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.