English 中文(简体)
Resources to build SNMP support for my device?
原标题:

Can any one recommend resources for adding SNMP support for my device? my understanding the steps I need to do are as follow:

  • Create a MIB file that define what values your MIB will support
  • Use code generator to convert it to C module
  • Use generated code to fetch real values
  • Convert the module to an agentx sub agent, so you can integrate your MIB a separate process that could work with any snmp agent that support agentx protocol.

Are my assumption correct, any suggestions or corrections, I am specially looking for resources that help me, books, courses, online, etc...

Thanks

最佳回答

Your questions would be answered differently depending on which toolkit you go with. However, if you run with the common Net-SNMP one (free as in beer) then you should probably start with the tutorials on that site that walks you through much of what you re asking.

http://www.net-snmp.org/wiki/index.php/Tutorials

However, it doesn t discuss how to write a MIB. For that the best book on the subject is "Understanding SNMP MIBs".

问题回答

暂无回答




相关问题
How do I use SNMP to monitor job status on a printer?

I ve been trying to figure out how to monitor job status via SNMP and I have found a solution on Xerox based printers (using Xerox implemented mibs), but I m looking for something that will work ...

SnmpExtensionTrap has a size limit?

I am working on a problem in SNMP extension agent in windows, which is passing traps to snmp.exe via SnmpExtensionTrap callback. We added a couple of fields to the agent recently, and I am starting ...

SNMP on AIX 5.3

I need to monitor a system with AIX 5.3, but can t find a good source for the OIDs. Does anybody know the OIDs for CPU, Memory and Harddisk values?

opensource network monitoring tools developed in java

i want to know the best opensource network monitoring tool developed in java with very good support via forums and which should have the following features .. Fault and Alert mgmt Performance Poll ...

snmp and platform specific information

I need to come with a strategy to use gather information about the health of my linux platform, hardware health such as high CPU temperature and may be disk space usage, etc... I know my examples are ...

SNMP in Java, specifically to be JMX adapter

I have a few JAVA application that I monitor using JMX. I would like to write an SNMP client for these applications that wraps the JMX interface and by discovery exposes the same attributes that are ...

热门标签