Sensitive Property: true
This Property is only considered if the [SNMP Version] Property is set to one of the following values: [v1], [v2c]SNMP Security Level | snmp-security-level | noAuthNoPriv | - noAuthNoPriv
- authNoPriv
- authPriv
| SNMP version 3 provides extra security with User Based Security Model (USM). The three levels of security is 1. Communication without authentication and encryption (NoAuthNoPriv). 2. Communication with authentication and without encryption (AuthNoPriv). 3. Communication with authentication and encryption (AuthPriv).
This Property is only considered if the [SNMP Version] Property has a value of "v3". |
SNMP Security Name | snmp-security-name | | | User name used for SNMP v3 Authentication.
This Property is only considered if the [SNMP Version] Property has a value of "v3". |
SNMP Authentication Protocol | snmp-authentication-protocol | | - MD5
- SHA
- SHA224
- SHA256
- SHA384
- SHA512
| Hash based authentication protocol for secure authentication.
This Property is only considered if the [SNMP Security Level] Property is set to one of the following values: [authPriv], [authNoPriv] |
SNMP Authentication Passphrase | snmp-authentication-passphrase | | | Passphrase used for SNMP authentication protocol. Sensitive Property: true
This Property is only considered if the [SNMP Security Level] Property is set to one of the following values: [authPriv], [authNoPriv] |
SNMP Privacy Protocol | snmp-private-protocol | | - DES
- 3DES
- AES128
- AES192
- AES256
| Privacy allows for encryption of SNMP v3 messages to ensure confidentiality of data.
This Property is only considered if the [SNMP Security Level] Property has a value of "authPriv". |
SNMP Privacy Passphrase | snmp-private-protocol-passphrase | | | Passphrase used for SNMP privacy protocol. Sensitive Property: true
This Property is only considered if the [SNMP Security Level] Property has a value of "authPriv". |
Number of Retries | snmp-retries | 0 | | Set the number of retries when requesting the SNMP Agent. |
Timeout (ms) | snmp-timeout | 5000 | | Set the timeout in ms when requesting the SNMP Agent. |
OID | snmp-oid | | | Each OID (object identifier) identifies a variable that can be read or set via SNMP. This value is not taken into account for an input flowfile and will be omitted. Can be set to emptystring when the OIDs are provided through flowfile. |
Textual OID | snmp-textual-oid | | | The textual form of the numeric OID to request. This property is user defined, not processed and appended to the outgoing flowfile. |
SNMP Strategy | snmp-strategy | GET | - GET
- WALK
| SNMP strategy to use (SNMP Get or SNMP Walk) |
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. |
Reads Attributes:
None specified.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. |
State management:
This component does not store state.Restricted:
This component is not restricted.Input requirement:
This component allows an incoming relationship.System Resource Considerations:
None specified.