¿ Es necesario instalar alguna libreria adiconal ?
|
|
#3 (permalink) |
![]() Fecha de Ingreso: enero-2006
Ubicación: ¿Atlantida, Hesperides, Islas afortunadas?
Mensajes: 1.998
|
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
__________________
http://javcasta.es |
|
|
|
|
|
#5 (permalink) |
![]() Fecha de Ingreso: enero-2006
Ubicación: ¿Atlantida, Hesperides, Islas afortunadas?
Mensajes: 1.998
|
¿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. http://gicl.cs.drexel.edu/people/sev...screenshot.jpg
__________________
http://javcasta.es Última edición por dogduck; 21-nov-2006 a las 10:38. |
|
|
|