show users accounts

This command displays the local user status with respect to user account lockout and password aging. This command displays truncated user names. Use the show users long command to display the complete usernames.

Format show users accounts [detail]
Mode Privileged EXEC
Column
Meaning
User Name The local user account‘s user name.
Access Level The user‘s access level (1 for non-privilege (switch> prompt) or 15 for highest privilege (switch# prompt).
Password Aging Number of days, since the password was configured, until the password expires.
Password Expiry Date The current password expiration date in date format.
Lockout Whether the user account is locked out (true or false).

If the detail keyword is included, the following additional fields display.

Column
Meaning
Password Override Complexity Check Displays the user's Password override complexity check status. By default it is disabled.
Password Strength Displays the user password's strength (Strong or Weak). This field is displayed only if the Password Strength feature is enabled.

The following example displays information about the local user database.

(Extreme 220) #show users accounts
UserName            Privilege Password Password     Lockout
                              Aging    Expiry date
------------------- --------- -------- ------------ -------
admin               15        ---      ---          False
guest               1         ---      ---          False
console#show users accounts detail
UserName....................................... admin
Privilege...................................... 15
Password Aging................................. ---
Password Expiry................................ ---
Lockout........................................ False
Override Complexity Check...................... Disable
Password Strength.............................. ---
UserName....................................... guest
Privilege...................................... 1
Password Aging................................. ---
Password Expiry................................ ---
Lockout........................................ False
Override Complexity Check...................... Disable
Password Strength.............................. ---