BMC firmware ships with the well known default User ID of 2 with the password set to qct.admin. This information being well know, is a huge vulnerability and the best practice is to change the default password as early as possible.
SLX# bmc user 2 password mypassword Set User Password command successful (user 2) SLX#
Set User Password command successful (user 2)
will be displayed if the
password is changed successfully. The following example shows how to change a BMC user password
SLX# bmc user 2 password mypassword Set User Password command successful (user 2) SLX#
The following example shows the output when you try to assign the same password.
SLX# bmc user 2 password oldpassword IPMI command failed: Unknown (0x19) Set User Password command failed (user 2) SLX#The following example shows the output when you try to assign a password with length shorter than the minimum password length
SLX# bmc user 2 password oldp IPMI command failed: Request data length invalid Set User Password command failed (user 2) SLX#
To verify your changed password, try using the ipmitool
command to view
the BMC information. A valid output will be shown if your password change is successful.