hello ! are any people try to use the jdkm product of sun? i's using it to get infomation over the my Lan Net, it is ok but if the return infomation is long i can get it, althoug i use asynchronize way, so i don't know because of the leng of string is shorter than received result or time out ...
Does anyone have a suggestion for a good API, and a FREE API to use for developing SNMP agents in Java? I checked out the JMX SNMP Manager API, but that's for writing a manager application. I checked out JDMK, but that ain't free. Anything that is Apache, LGPL, BSD, or Sun is permissable, otherwise the legal folks freak.
Hi All, I am very new in SNMP domain, I need to grow the concept of SNMP first, then I need to write some Adaptor like programs in Java that can collect some system information by using SNMP. So I need to know how to access SNMP by Java, can anybody tell me about a tutorial for this (if possible the ...
Hi All, I have some problems regarding SNMP. I need to track different system information like Disk partitions, CPU utilizations, memory and others of every machine in a network. I can gather these data from a single machine where SNMP agent is running. But I need that information from all the machines, which are in a network. Then is it mandatory ...
I am trying to write library class for encoding snmp messages using BER. I have seen the snmp4j implementation for sample. Does the BER define any standard method signature that should be overridden for encoding and decoding snmp messages so that it should be understood by any snmp agent? Or can i have my own method signature for encoding.
hi i need to write a simulation program for an x number of a specific device. the real device has amoung other things an SNMP agent on it which i need to simulate. ive looked into snmp4j and the javax.management lib for snmp but i'm struggling to create anything close to what i need. As far as i can work out ...