clear system lockout

Use this command to reset system lockout parameters to default values.

Syntax

clear system lockout [attempts] [time] [inactive]

Parameters

attempts Resets the number of failed login attempts allowed before a read-write or read-only user‘s account will be disabled to the default value of 3.
time Resets the number of minutes the default admin user account will be locked out after the maximum login attempts to the default value of 15 minutes.
inactive Resets the period of inactivity in days after which a non-superuser account will be locked out to the default value of 0 days.

Defaults

If no option is specified, all lockout parameters are reset to default values:

  • attempts: 3
  • time: 15 minutes
  • inactive: 0 days

Mode

All command modes, Super User.

Example

This example shows how to reset login attempts, lockout time and the inactivity timer to default values:

System(su)->clear system lockout attempts time inactive