Class Summary |
MibUtil |
This class provides methods for parsing MIBs, translating numeric format oid to text
format, translating numeric value to text value, lookup oid based on mib node
name. |
NameValue |
This class is a data structure which stores name and value pair. |
SnmpBits |
This class represents SMIv2 BITS data type. |
SnmpCounter32 |
The class represents snmp Counter32 type object. |
SnmpCounter64 |
This class represents snmp Counter64 type. |
SnmpDateAndTime |
This class represents the DateAndTime data type as defined in SNMPV2-TC
|
SnmpEngine |
This class represents SNMP Engine concept as defined in SNMPv3. |
SnmpGauge32 |
This class represents 32-bit Snmp Gauge32 type object. |
SnmpInform |
This class represents SNMPv2 and SNMPv3 Inform type object. |
SnmpInt |
This class represents 32-bit Snmp integer. |
SnmpIpAddress |
This class represents Snmp IpAddress data type. |
SnmpNull |
This class represents Snmp NULL object. |
SnmpOctetString |
This class represents Snmp OCTET STRING data type. |
SnmpOID |
This class represents Snmp OBJECT IDENTIFIER object. |
SnmpOpaque |
This class represents Snmp Opaque data type. |
SnmpPdu |
This class represents SNMP Protocol Data Unit (PDU). |
SnmpPoller |
This class launches a new thread and does periodical SNMP polling against agent. |
SnmpSession |
This class implements a session for sending/receiving snmp message. |
SnmpTableModel |
This class is the data representation of a MIB table. |
SnmpTarget |
This class represents Snmp agent, containing properties of agent, such as
host name, port number, community name. |
SnmpTimeTicks |
This class represents Snmp TimeTicks type object. |
SnmpTrap |
This class represents SNMPv2 and SNMPv3 trap type object. |
SnmpTrapdSession |
Trap receiver class, a daemon session collecting SNMPv1, v2 and v3 trap and SNMPv2/v3 inform messages. |
SnmpTrapSender |
This class is used for sending SNMPv1, SNMPv2c and SNMPv3 traps. |
SnmpUInt |
This class represents an 32-bit snmp unsigned integer object. |
SnmpV1Trap |
This class represents SNMPv1 Trap message. |
SnmpV2Notification |
This class represents SNMPv2 and SNMPv3 Notification type object, including trap and inform requests. |
SnmpVarBind |
This class represents Snmp Variable binding object. |
SnmpVarBindList |
This class implements a list which contains SnmpVarBind instances. |
UsmUser |
This class represents user information (in SNMPV3) |
VarBindContainer |
This class implements a container of SnmpVarBind instances. |
SNMP (Simple Network Management Protocol) is the industry standard for managing networks. It is widely suppported in IP, storage, optical networks. iReasoning SNMP library is the industry leading SNMP library, which provides a high performance, cross platform Java API for building network management applications. All SNMP versions (SNMPv1, SNMPv2c andd SNMPv3) are fully supported. It is written in Java, and designed from the ground up to support all SNMP versions. There is no legacy code which only for a certain version of SNMP protocol. All code base are highly optimized to maximize performance and minimize overhead.