
Chapter 3. Command Reference
70 X Family CLI Reference V 2.5.1
user remove username
removes a user account.
Using conf t user
add a new
user
Use configure terminal user add to add a new user. In this example, the user kwalker is added with
the password tap2-tap2:
hostname# cft user add kwalker -role super -password tap2-tap2
enable a user
who has been
locked out
Use cft user enable to enable a user who has been locked. In this example, the account kwalker is
enabled:
hostname# cft user enable kwalker
disable a user
Use cft user no enable to disable a user. In this example, the account kwalker is disabled:
hostname# cft user no enable kwalker
change
security
checking level
Use cft user options security-level to change the security checking options. In this example, the
security level is changed to Level 2:
hostname# cft user options security-level 2
disable or
lockout
account after
action is
attempted
many times
Use cft user option attempt-action to set the option to disable or lockout an account after repeated
and invalid attempts.
hostname# cft user option attempt-action disable
hostname# cft user option attempt-action lockout
disable an
account when
it expires
Use cft user option expire-action disable to set the option to disable an account when the password
expires.
hostname# cft user option expire-action disable
expire a user
when account
expires
Use cft user option expire-action expire to set the option to expire an account when the password
expires.
hostname# cft user option expire-action expire
notify a user
when account
expires
Use cft user option expire-action notify to set the option to notify a user when the password expires.
hostname# cft user option expire-action notify
expire an
account after
10 days
Use cft user option expire-period to cause accounts to expire after a set number of days. In this
example, this option will expire accounts after 10 days.
hostname# cft user option expire-period 10
Comentarios a estos manuales