-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
SNMPv3 with stronger protocols #2673
Comments
Hi @jens-maus , I just tested it and in general it works! Thanks a lot! But ;-) 1.) 2.) vi /etc/config/snmp/snmpd-ccu3.conf:
This results sometimes in a missing oldEngineID directive in /var/lib/snmp/snmpd.conf.
And for documentation, here are the protocol names (from createUser) with corresponding OIDs (for usmUser): SHA - .1.3.6.1.6.3.10.1.1.3 (the old one used in RaspberryMatic) References: Thanks a lot, |
Sorry, wrong place for discussions here. Please ask in the discussion part of the repository and not in the old and already closed ticket/issue. |
Describe the solution you'd like
SNMPv3 implementation should also support AES192/AES256 for privacy protocols and SHA224/SHA256/SHA284/SHA512 for authentication protocols. And it should be configurable via WebUI.
It would also be great if SNMP Location and Contact can be configured via WebUI
Describe alternatives you've considered
N/A
Is your feature request related to a problem?
NO
Additional information
According to http://www.net-snmp.org/wiki/index.php/Strong_Authentication_or_Encryption functionality is supported since v5.8 and RaspMatic is using 5.9.3.
Using net-snmp-create-v3-user already give options for the SHA algorithms, only AES192/AES256 is missing.
Maybe this one helps (it seems --enable-blumenthal-aes needs to be used for compiling):
https://sourceforge.net/p/net-snmp/mailman/message/36289830/
The text was updated successfully, but these errors were encountered: