Re: objects defined Under .private.enterprise. are not accessible.

2017-06-06 Thread Raja
Do you see your MIB name appear under private and enterprise? I hope you have compiled the MIB in MG-SOFT MIB compiler and added MIB module to the MIB browser. Regards Raj. > On Jun 1, 2017, at 8:58 AM, deepak.sachan deepak.sachan > wrote: > > Hi > > I am using MG-SOFT MIB browser for a

Need Snmp agent for TI RTOS (platform tiva c series)

2017-06-06 Thread Praveen Prasad
Dear Coders, Can you please guide us in getting an SNMP agent for Ti RTOS. We are looking forward for a open source SNMP agent v2 or v3 for our Ti RTOS running on Tiva C series board. We are stuck with our development at this point. Will happy if you can provide any help regarding. Thanks Pr

how to get a numerical OID response (instead of textual response)

2017-06-06 Thread ikuzar RABE
Hi all, I work on Linux Debian 8.7 with net-snmp 5.7.2 I 'd like to know how to disable OID translation when receiving response after a snmp_sess_async_send() call. I send: char * oid_str = ".1.3.6.1.4.1.9.9.166.1.15.1.1.27.34"; snmp_parse_oid(oid_str, oid, &oid_len); snmp_add_null_var(pdu, oid,

RE: Support for heterogeneous trap types

2017-06-06 Thread Madhusudhana R
Hi Pranesh, Thanks for the reply. Can you please provide couple of examples for bitstring and octetstring for a better understanding. Thanks in advance. Regards Madhu From: Pranesh Kulkarni [mailto:[email protected]] Sent: Tuesday, June 06, 2017 1:25 PM To: Madhusudhana R Cc: Bill Fenner ;

Re: Support for heterogeneous trap types

2017-06-06 Thread Pranesh Kulkarni
If an object contain 1 byte string, it will be BIT STRING. if an object contains more than 1 and less than 65535 bytes, OCTET STRING On Tue, Jun 6, 2017 at 10:24 AM, Madhusudhana R wrote: > Hi Bill, > > > > Thanks for the answer. It exactly answered my question. > > > > One more query: I nee

Re: how to increase timeout value

2017-06-06 Thread Pranesh Kulkarni
Add -t TIMEOUT option in snmpget,snmpwalk commands #snmpwalk -v 2c -c public localhost -t 30 system On Mon, Jun 5, 2017 at 6:34 PM, deepak.sachan deepak.sachan < [email protected]> wrote: > hi, > My agent is slow in responding to the request. > so how can i increase time out value?? >