Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow SNMPv3 credentials using AuthnoPriv #739

Open
meastland opened this issue May 18, 2023 · 0 comments
Open

Allow SNMPv3 credentials using AuthnoPriv #739

meastland opened this issue May 18, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@meastland
Copy link

SNMPV3 supports three different security levels:

  • noAuthNoPriv (no user/password, no encryption on transport)
  • AuthNoPriv (user/password, but traffic not encrypted)
  • AuthPriv (user/password, and encryption enabled)

Splunk-connect-for-snmp appears to only support AuthPriv. If the SC4SNMP indicates it supports SNMPV3, it should support ALL 3 security levels.

@omrozowicz-splunk omrozowicz-splunk added the enhancement New feature or request label Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants