SetSNMP 2.0.0

Bundle
org.apache.nifi | nifi-snmp-nar
Description
Based on incoming FlowFile attributes, the processor will execute SNMP Set requests. When finding attributes with the name snmp$<OID>, the processor will attempt to set the value of the attribute to the corresponding OID given in the attribute name.
Tags
oid, set, snmp
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
success All FlowFiles that have been successfully used to perform SNMP Set are routed to this relationship
failure All FlowFiles that failed during the SNMP Set care 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.