FibeAir IP-20C/S/E
User Guide
Ceragon Proprietary and Confidential
Page 525 of 597
Example
The following commands configure a blocking period of 45 minutes for users
that perform 5 consecutive failed login attempts:
root> platform security access-control block-failure-login
attempt set 5
root> platform security access-control block-failure-login
period set 45
21.1.3
Configuring Blocking of Unused Accounts (CLI)
You can configure a number of days after which a user is prevented from
logging into the system if the user has not logged in for the configured number
of days. You can also manually block a specific user.
To configure the blocking of unused accounts period, enter the following
command in root view:
root> platform security access-control block-unused-account
period set <period>
Once the user is blocked, you can use the following command to unblock the
user:
root> platform security access-control user-account block user-
name <user-name> block no
To manually block a specific user, enter the following command in root view:
root> platform security access-control user-account block user-
name <user-name> block yes
To display the currently configured blocking of unused account period, enter
the following command in root view:
root> platform security access-control block-unused-account
show
Table 204: Blocking Unused Accounts CLI Parameters
Parameter Input Type Permitted Values Description
period
Number
0, 30 - 90
The number of days after which a user is
prevented from logging into the system if the
user has not logged in for the configured
number of days. If you enter 0, this feature is
disabled.
user-name
Text String
Any valid user name. The name of the user being blocked or
unblocked.
Examples
The following command configures the system to block any user that does not
log into the system for 50 days:
root> platform security access-control block-unused-account
period set 50