GetSNMP 2.0.0

Bundle
org.apache.nifi | nifi-snmp-nar
Description
Retrieves information from SNMP Agent with SNMP Get request and outputs a FlowFile with information in attributes and without any content
Tags
get, oid, snmp, walk
Input Requirement
ALLOWED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
success All FlowFiles that are received from the SNMP agent are routed to this relationship.
failure All FlowFiles that cannot received from the SNMP agent are routed to this relationship.
Writes Attributes
Name Description
snmp$<OID> Response variable binding: OID (e.g. 1.3.6.1.4.1.343) and its value.
snmp$errorIndex Denotes the variable binding in which the error occured.
snmp$errorStatus The snmp4j error status of the PDU.
snmp$errorStatusText The description of error status.
snmp$nonRepeaters The number of non repeater variable bindings in a GETBULK PDU (currently not supported).
snmp$requestID The request ID associated with the PDU.
snmp$type The snmp4j numeric representation of the type of the PDU.
snmp$typeString The name of the PDU type.
snmp$textualOid This attribute will exist if and only if the strategy is GET and will be equal to the value given in Textual Oid property.