SNMP and AMX
Andrew G Welker
Posts: 124
I have a device that only accepts SNMP control via it's ethernet port. I was able to get an mib file from the manufacturer, and am now trying to figure out how to use the MIB file to make my AMX system control this device. Does anyone have any insights into how to go about accomplishing this?
0
Comments
http://www.amxforums.com/showthread.php?3110-SNMP-Duet-Example&highlight=Snmp
http://www.amx.com/techsupport/techNote.asp?id=857?fromPage=%2ftechsupport%2ftechNote.asp%3fid%3d857
http://www.faqs.org/rfcs/rfc1213.html
Did some SNMP programming last year. It's not that simple and it took me a lot of time to figure out how SNMP is working.
First download http://www.rane.com/note161.html. It gives good , detailed and simple info about SNMP.
Second you can download MIB browser from MG soft and Microsoft Network monitor to see what's happening.
These are the tools i used. With MIB browser you can cleary see the structure of a MIB en even control a device by SNMP. MS network is very usefull to see what info is coming from a device.
Good luck.