Re: Need help in writing SNMP agent
Posted By:
Todd_Stout
Posted On:
Wednesday, December 17, 2003 05:15 AM
I don't think you'll find a free Java-based
SNMP agent. There is a free Java SNMP stack,
but the only agent functionality it has is to
send traps (do a goole search for westhawk SNMP).
You can download an eval version of Sun's JDMK.
I looked in to using this in a product I am
working on. It's very nice, but expensive.
Ireasoning also has some Java based SNMP products.
If you have come across an Open Source Java
based SNMP agent, please let me know. All the
ones I found were C/C++ based.