Specifications

set system password aging
3-6 Basic Configuration
set system password aging
Usethiscommandtosetthenumberofdaysuserpasswordswillremainvalidbeforeagingout,or
todisableuseraccountpasswordaging.
Syntax
set system password aging {days | disable}
Parameters
Defaults
None.
Mode
Switchcommand,superuser.
Example
Thisexampleshowshowtosetthesystempasswordagetimeto45days:
C3(su)->set system password aging 45
set system password history
Usethiscommandtosetthenumberofpreviouslyuseduserloginpasswordsthatwillbechecked
forpasswordduplication.Thispreventsduplicatepasswordsfrombeingenteredintothesystem
withthesetpasswordcommand.
Syntax
set system password history size
Parameters
Defaults
None.
Mode
Switchcommand,superuser.
Example
Thisexampleshowshowtoconfigurethesystem tocheckthelast10passwordsforduplication
C3(su)->set system password history 10
days Specifiesthenumberofdaysuserpasswordswillremainvalidbefore
agingout.Validvaluesare1to365.
disable Disablespasswordaging.
size Specifiesthenumberofpasswordscheckedforduplication.Validvalues
are0to10.