NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
atjb
Dec 01, 2023Aspirant
SNMP v3 Syntax
Apologies for the entry-level question, but I've been playing with this for a couple of hours now and haven't managed to figure it out. Would appreciate someone who already knows letting me know where I've gone wrong.
The end-goal is to add my GS324TP switch to my monitoring setup. The stage I'm at is trying to perform a simple SMTP walk with SMTP v3.
I can authenticate with SMTP v2 with the following syntax:
snmpwalk -v2c -c grafana 192.168.0.4
To enable this, from the GUI I simply set:
- Management Station IP + mask to the IP + mask of the machine making the SMTP walk
- Community String 'grafana' (referenced in the call)
- Access Mode 'Read Only'
- Status 'Enable'
Moving onto SMTPv3 with no other changes, I read this documentation here:
This seems to suggest that I need to:
- log in with my admin user, using the GUI password
OR:
- create an additional user, who will have read-only access
I created an additional read-only user as follows:
Username - grafana
SNMP Access Mode - Read-Only
Autentication Protocol - SHA512
Authentication Key - password
Encryption Protocol - None
Encryption Key - N/A
I'll add an encryption key once I get a basic connection established.
The syntax that I think should work for this is below:
snmpwalk -v3 -u grafana -l authNopriv -a SHA -A password 192.168.0.4
I've tried several variations on this, but I always come back to the error below:
snmpwalk: Authentication failure (incorrect password, community or key)
I've also tried logging in with the admin user, with the associated GUI password, with and without encapsulating ''s and ""s, with the same result.
I'd very much appreciate someone pointing out my mistake!
2 Replies
Sort By
atjb wrote:- log in with my admin user, using the GUI password
OR:
- create an additional user, who will have read-only access
In my reading, there is no -OR- ... only the admin user is available in this switch class. No need to quote the KB entry any further - I see for the first time, it appears to be pretty new.
- atjbAspirant
Thanks.
In that case, using the admin user, the syntax should be:snmpwalk -v3 -u admin -l authNopriv -a SHA -A (password) 192.168.0.4
This also results in the same error:
snmpwalk: Authentication failure (incorrect password, community or key)
I've tried the valid password with and without ''s, checked that I can still login to the GUI with it, and checked that it contains only alphanumeric chacters (a-z, A-Z, 1-0), and that it has more than 8 characters.
It must be something very simple, but I can't figure out what.
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!