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". |
USM Users Source | snmp-usm-users-source | | - Json Content
- Json File Path
- Security Names
| The ways to provide USM User data
This Property is only considered if the [SNMP Version] Property has a value of "v3". |
USM Users JSON File Path | snmp-usm-users-file-path | | | The path of the json file containing the user credentials for SNMPv3. Check Usage for more details.
This property requires exactly one file to be provided..
This Property is only considered if all of the following conditions are met:- The [SNMP Version] Property has a value of "v3".
- The [USM Users Source] Property has a value of "Json File Path".
|
USM Users JSON content | snmp-usm-users-json-content | | | The JSON containing the user credentials for SNMPv3. Check Usage for more details.
This Property is only considered if all of the following conditions are met:- The [SNMP Version] Property has a value of "v3".
- The [USM Users Source] Property has a value of "Json Content".
|
SNMP Users Security Names | snmp-usm-security-names | | | Security names listed separated by commas in SNMPv3. Check Usage for more details.
This Property is only considered if all of the following conditions are met:- The [USM Users Source] Property has a value of "Security Names".
- The [SNMP Security Level] Property has a value of "noAuthNoPriv".
- The [SNMP Version] Property has a value of "v3".
|
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$* | Attributes retrieved from the SNMP response. It may include: snmp$errorIndex, snmp$errorStatus, snmp$errorStatusText, snmp$nonRepeaters, snmp$requestID, snmp$type, snmp$variableBindings |
State management:
This component does not store state.Restricted:
This component is not restricted.Input requirement:
This component does not allow an incoming relationship.System Resource Considerations:
None specified.