This section describes how to change the administrator (admin) and Simple Network Management Protocol (SNMP) credentials on all switches.
Note: All Admin and Enable account passwords must be the same for all switches in a scale unit.
This section describes how to change the administrator (admin) and Simple Network Management Protocol (SNMP) credentials on all switches.
Before you run the procedures:
For each switch in the scale unit (BMC, TOR1, and TOR2):
enable
configuration terminal
username admin password <new_password> privilege 15
enable password <new_password>
enable
write
dir flash:
enable
show run snmp | grep user
The 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>
configuration terminal
snmp-server user <user> <group> 3 auth sha <password_new>
end
write
exit