Lehel44 commented on PR #5088: URL: https://github.com/apache/nifi/pull/5088#issuecomment-1104363344
HiĀ @esend7881 , Thanks for the PR, I'll take a look at it next week. In case of snmpv3 a USM (User-based Security Model) is associated with an snmp4j Snmp instance. * GetSNMP queries information from an agent so it provides a single username/security name for authentication. This will be verified by the agent's SNMP engine (users must be set in the agent's configuration in case of v3) * ListenTrapSNMP listens to SNMP Trap messages which can be received from several agents/snmp applications, so the USM can be defined in a json since you can add several users with different security settings. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
