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