Reply by "Tom...@tomlogic.com [rabbit-semi]"●November 16, 20172017-11-16
You’ll need to learn the SNMP protocol by reading the RFCs and write an
SNMP client.
You might be able to use Wireshark to get a packet capture of another program
sending the GET, and then write your own code to send a similar byte stream.
But you’ll need to figure out how to decode the response.
Look at the existing SNMP server code, since you might be able to use pieces of
it for encoding and decoding packets.
But confirm which version of SNMP your target device uses. I think the SNMP
library in Dynamic C was using SNMPv1 which is an older version of the
protocol.
-Tom > On Nov 15, 2017, at 10:58 PM, S Sutikno
s...@gmail.com [rabbit-semi] wrote:
>
> i will read a value from a device through SNMP. How can I read its
> value based on OID?
> Thanks
> Stev
Reply by "Ste...@yahoo.com [rabbit-semi]"●November 24, 20172017-11-24
You will need to create a MIB file and import that file into a MIB Browser.
iReasoning (www.ireasoning.com) has a free browser you can
download.
The SNMP version used by Rabbit is v1.
On Wednesday, November 15, 2017, 10:58:51 PM PST, S Sutikno s...@gmail.com
[rabbit-semi] wrote:
i will read a value from a device through SNMP. How can I read its
value based on OID?
Thanks
Stev
Reply by "S S...@gmail.com [rabbit-semi]"●November 27, 20172017-11-27
Does anyone have snmp clien lib? Can I buy a license?
Virus-free.
www.avg.com
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
On Sat, Nov 25, 2017 at 5:04 AM, Steve Trigero s...@yahoo.com
[rabbit-semi] wrote:
> You will need to create a MIB file and import that
file into a MIB
> Browser. iReasoning (www.ireasoning.com) has a
> free browser you can download.
>
> The SNMP version used by Rabbit is v1.
>
> On Wednesday, November 15, 2017, 10:58:51 PM PST, S Sutikno
> s...@gmail.com [rabbit-semi] wrote:
> i will read a value from a device through SNMP. How can I read its
> value based on OID?
> Thanks
> Stev
Reply by "Ste...@yahoo.com [rabbit-semi]"●November 27, 20172017-11-27
You can buy it from Digi.com.
On Sunday, November 26, 2017
10:54:14 PM, S Sutikno s...@gmail.com
[rabbit-semi] wrote:
Does anyone have snmp clien lib? Can I buy a license?
| | Virus-free. www.avg.com |
On Sat, Nov 25, 2017 at 5:04 AM, Steve Trigero s...@yahoo.com [rabbit-semi]
wrote:
You will need to create a MIB file and import that file into a MIB Browser.
iReasoning (www.ireasoning.com) has a free browser you can
download.
The SNMP version used by Rabbit is v1.
On Wednesday, November 15, 2017, 10:58:51 PM PST, S Sutikno s...@gmail.com
[rabbit-semi] wrote:
i will read a value from a device through SNMP. How can I read its
value based on OID?
Thanks
Stev
Reply by "Tom...@tomlogic.com [rabbit-semi]"●November 27, 20172017-11-27
Digi’s SNMP library was bundled into both Dynamic C 9.62 and Dynamic C
10.72, but I’m pretty sure it only supports SNMP server mode (responding
to requests).
-Tom > On Nov 27, 2017, at 8:17 AM, Steve Trigero
s...@yahoo.com [rabbit-semi] wrote:
> You can buy it from Digi.com .
>
> On Sunday, November 26, 2017
10:54:14 PM, S Sutikno s...@gmail.com
[rabbit-semi] > wrote:
>
>
> Does anyone have snmp clien lib? Can I buy a license?
>
Reply by "S S...@gmail.com [rabbit-semi]"●November 27, 20172017-11-27
Before bundled into DC, i'm already buy. But like Tom said only server
mode.
Now i need client mode.
On Mon, Nov 27, 2017 at 11:20 PM, Tom Collins t...@tomlogic.com
[rabbit-semi] wrote:
> Digi’s SNMP library was bundled into both
Dynamic C 9.62 and Dynamic C
> 10.72, but I’m pretty sure it only supports SNMP server mode (responding
to
> requests).
>
> -Tom
> On Nov 27, 2017, at 8:17 AM, Steve Trigero s...@yahoo.com
> [rabbit-semi] wrote:
> You can buy it from Digi.com .
>
> On Sunday, November 26, 2017
10:54:14 PM, S Sutikno
> s...@gmail.com [rabbit-semi] wrote:
> Does anyone have snmp clien lib? Can I buy a license?