- On the HLH, using PuTTY, log in to the switch.
- Run the following command to obtain the current SNMP read/write users or groups:
enable
show run snmp | grep userThe following example shows the type of content that is returned, including user, group name, and passwords hashes:
snmp-server user <user> <group> 3 encrypted auth sha <password_hash>
- Run the following command, replacing <user> and <group> with the details determined from the previous step, and replacing <password> with your new password:
configuration terminal
snmp-server user <user> <group> 3 auth sha <password_new>
end
write
exit