Que tal, queria saber de algunos buenos tutoriales de java donde se muestren como interactuar mediante snmp con routers u otros equimos.
¿ Es necesario instalar alguna libreria adiconal ?
| |||
Snmp Que tal, queria saber de algunos buenos tutoriales de java donde se muestren como interactuar mediante snmp con routers u otros equimos. ¿ Es necesario instalar alguna libreria adiconal ? |
| ||||
http://www.freeprogrammingresources.com/javapack.html http://gicl.cs.drexel.edu/people/sevy/snmp/ Cita: Java SNMP Package This is an open-source implementation of the SNMP protocol as a Java package. It provides support for basic SNMP client and agent operations as defined in SNMP versions 1 and 2 (excluding the security model proposed as part of SNMP version 2, which was never widely accept or deployed). The package provides a mechanism for getting and setting SNMP object identifier (OID) values through a simple communication interface, and represents SNMP structures and datatypes as corresponding Java objects |
| ||||
¿Que no hay ejemplos?¿Tu has leido bién?.... http://gicl.cs.drexel.edu/people/sev...nquisitor.html Cita: SNMP Inquisitor This Java application provides an interface for querying and setting the values of SNMP object identifiers (OID's) on SNMP-enabled network devices. It permits the retrieval of value(s) corresponding to specific supplied OID's, or will retrieve the values of all variables available on a device (i.e., perform an SNMP "treewalk"). It also provides a facility for setting the value of any specified variable. Note that to set the value of a variable, it must be writable, and the appropriate read/write community name must be supplied. (To retrieve values, you'll need the read password, which is usually "public".) Values returned by the device are displayed in the "Responses" window, in the form OID, type, and value. Última edición por dogduck; 21/11/2006 a las 11:38 |