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
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
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,
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 ;
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
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??
>