STIGhubSTIGhub
STIGsSearchCompareAbout

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • Compare Versions

Resources

  • About
  • VPAT
  • DISA STIG Library
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to A10 Networks ADC NDM Security Technical Implementation Guide

V-255588

CAT II (Medium)

The A10 Networks ADC must enforce the limit of three consecutive invalid logon attempts.

Rule ID

SV-255588r960840_rule

STIG

A10 Networks ADC NDM Security Technical Implementation Guide

Version

V1R2

CCIs

CCI-000044

Discussion

By limiting the number of failed logon attempts, the risk of unauthorized system access via user password guessing, otherwise known as brute-forcing, is reduced. The A10 Networks ADC must be configured to limit the consecutive invalid logon attempts. When someone attempts to log on, but fails repeatedly, the failed logon attempts and associated "user is disabled" message will be logged. Note: The user will still be prompted up to five times, even when the account is disabled at three failed logon attempts.

Check Content

Review the configuration.

The following command shows the device configuration and filters the output on the keyword "lockout":
show run | inc lockout

View the output; it will contain these commands:
admin lockout enable
admin lockout reset-time 15
admin lockout threshold 3

If it does not, this is a finding.

Fix Text

The following command enables admin lockout:
admin lockout enable

The following example locks the admin account after three failed logon attempts sets the A10 ADC to remember the last failed logon for 15 minutes:
admin lockout threshold 3
admin lockout reset-time 15
Note: This will be applied to all administrative accounts.