Page 1 of 1

Simple SNMP v3 SHA+AES config

Posted: 30 Jan 2024 03:10
by MartK
Hello forum,
I'm trying to configure a simple SNMPv3-config on a OS6560 8.9.221.R03.

usr: SNMP-user
pwd: PPPP
SHA: SSSS
AES: AAAA

I can't figure out how to set pwd, sha and aes.

Code: Select all

user SNMP-user password PPPP priv-password SSSS read-only all sha+aes

Re: Simple SNMP v3 SHA+AES config

Posted: 16 Feb 2024 02:15
by MartK
In this case PPPP was the same as SSSS.
I did configure another OS6560 in the network awhile back but forgot to write the code down. Lesson learned!

Code: Select all

ip service snmp admin-state enable
user SNMP-user password SSSS sha+aes read-only all priv-password AAAA
user SNMP-user allow-ssh disable
snmp security privacy all
Thats enough for a PRTG server to pull information.