clear system login

Use this command to remove a local login user account or to reset a specified option to its default value.

Syntax

clear system login username [allowed-interval] [allowed-days] [password [aging]] [simultaneous-logins] [local-only]

Parameters

username Specifies the login name of the account to be cleared if no optional parameters are specified. If an optional parameter(s) is specified, the account is not cleared and the specified parameter(s) is reset to the default value.

The default admin (su) account cannot be deleted.

allowed-interval (Optional) When specified, the configured allowed interval setting is reset to the default value.
allowed-days (Optional) When specified, the configured allowed days setting is reset to the default value.
password (Optional) When specified, the configured system password is deleted.
password aging (Optional) When specified, password aging is reset to the default value of system.
simultaneous-logins (Optional) When specified, the simultaneous logins setting is set to 0 (no limit).
local-only (Optional) When specified, the configured local only setting is reset to the default value.

Defaults

The account is removed if no optional parameters are entered.

Mode

All command modes, Super User.

Example

This example shows how to remove the “netops” user account:

System(su)->clear system login netops