Connector Schema

You can use the SNMP Server Connector which makes the provided Attributes available for Input Attribute Mapping.

snmp.operation
java.lang.String object, which represents the SNMP operation invoked. The supported operation types are GET, GETNEXT and SET.
snmp.community
Defines an access environment for a group of Network Management Systems (NMSs). NMSs within the community are said to exist within the same administrative domain. Community names serve as a weak form of authentication because devices that do not know the proper community name are precluded from SNMP operations.
snmp.remoteip
IP address of the SNMP client (dot notation).
snmp.errorcode
Indicates one of a number of errors and error types. Only the response operation sets this field. Other operations set this field to zero.
snmp.errorindex
Associates an error with a particular object instance. Only the response operation sets this field. Other operations set this field to zero.
snmp.request-id
Associates SNMP requests with responses.
snmp.PDU
Protocol Data Unit. SNMP PDUs contain a specific command (Get, Set, etc.) and operands that indicate the object instances involved in the transaction.
snmp.oid
OID is an address of a MIB structure, indicating a specific variable or attribute to be read or modified in the target system. A GET can contain a list of OIDs, while a SET can also include the corresponding values to be set for those variables in the target system. However, most SNMP deployments use only one OID per SNMP message.
snmp.oidvalue
Contains the corresponding value of one OID. This is a String representation.
snmp.oidvalue.raw
Contains the corresponding value of one OID. This is an Object representation.