Specifications

set system password length
3-6 Basic Configuration
Examples
ThisexampleshowshowasuperuserwouldchangetheReadWritepasswordfromthesystem
default(blankstring):
B2(su)->set password rw
Please enter new password: ********
Please re-enter new password: ********
Password changed.
B2(su)->
ThisexampleshowshowauserwithReadWriteaccesswouldchangehispassword:
B2(su)->set password
Please enter old password: ********
Please enter new password: ********
Please re-enter new password: ********
Password changed.
B2(su)->
set system password length
Usethiscommandtosettheminimumuserloginpasswordlength.
Syntax
set system password length characters
Parameters
Defaults
None.
Mode
Switchcommand,superuser.
Example
Thisexampleshowshowtosettheminimumsystempasswordlengthto8characters:
B2(su)->set system password length 8
set system password aging
Usethiscommandtosetthenumberofdaysuserpasswordswillremainvalidbeforeagingout,or
todisableuseraccountpasswordaging.
Syntax
set system password aging {days | disable}
characters Specifiestheminimumnumberofcharactersforauseraccountpassword.
Validvaluesare0to40.