Updating the Password Length

To update the length of the password, use the following configuration:

configure
smiuser update-password-length length number_of_characters 
 exit 
Note
  • smiuser update-password-length - Updates the length of the password.

  • length number_of_characters - Specifies the length of the password. number_of_characters must be a numeric value.

The following example updates the minimum length of the password to 10 characters.

cee# configure terminal
  smiuser update-password-length length 10
message Password updated successfully