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

SNMPv3 unhandled SNMP response in case of bad credentials #8766

Open
cardigliano opened this issue Oct 23, 2024 · 1 comment
Open

SNMPv3 unhandled SNMP response in case of bad credentials #8766

cardigliano opened this issue Oct 23, 2024 · 1 comment
Assignees
Labels
Bug Ready to Test a feedback is needed on a proposal or implementation

Comments

@cardigliano
Copy link
Member

As a workaround, the device has been imported via JSON, and there are SNMP timeouts (not sure if related).
Logs:

[SNMP.cpp:230] WARNING: Unhandled pdu command 168
[SNMP.cpp:230] WARNING: Unhandled pdu command 168

@lucaderi
Copy link
Member

This can be reproduced with
snmpwalk -v 3 -u authUser -l authPriv -a MD5 -A wrongpassword -x DES -X privpassword localhost

@lucaderi lucaderi changed the title Special characters not accepted in password in SNMP v3 device configuration SNMPv3 unhandled SNMP response in case of bad credentials Oct 25, 2024
@MatteoBiscosi MatteoBiscosi added the Ready to Test a feedback is needed on a proposal or implementation label Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Ready to Test a feedback is needed on a proposal or implementation
Projects
None yet
Development

No branches or pull requests

3 participants