04-15-2010 07:19 AM
Can anybody guide me that how MIB file access or fetch?
need Toolkit or example VI for reference so i can learn SNMP protocol
Guide me.
I am using LabVIEW 8.6
waiting for reply.
04-15-2010 07:33 AM
04-15-2010 09:37 AM
May have to do with this post.
Poster has a habit of not following up on responses given to his questions.
04-15-2010 10:08 AM
SNMP MIB files are written using ASN.1 notation. The format is fairly easy to understand once you learn the basics of ASN.1. For use in code such as LabVIEW you need a MIB compiler which will turn the ASN.1 into usable programming constructs. I never took on that task when I wrote the SNMP VIs. I used a simple MIB compiler that was included in a commercial tool I had which compiled the MIB and generated a text file which could easily be parsed. I do not have that compiler any longer.
As for learning SNMP I would suggest picking up a book on it. The protocol is fairly easy to understand. A book that I found to be a good reference (though it might be a little dated) is Total SNMP Exploring the Simple Network Management Protocol by Sean Harnedy.
SNMPv1 contains 5 packet typed. They are the Get-Request-PDU, Set-Request-PDU, Get-Next-Request-PDU, the Get-Response-PDU and the Trap-PDU. SNMPv2 added the Get-Bulk-Request-PDU as well as moving SNMP into more of an object oriented paradigm.SNMPv3 added security features to SNMP.
04-15-2010 12:34 PM
Hi Prashant,
From your last three different thread, it seems you are looking for a free SNMP tool kit. You can try NET SNMP with CLI option.
Thanks,
Sanad MM