The Cisco router must be configured to automatically audit account disabling actions.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-215810CISC-ND-000110SV-215810r1186324_ruleCCI-001404medium
Description
Account management, as a whole, ensures access to the network device is being controlled in a secure manner by granting access to only authorized personnel. Auditing account disabling actions will support account management procedures. When device management accounts are disabled, user or service accessibility may be affected. Auditing also ensures authorized active accounts remain enabled and available for use when required.
STIGDate
Cisco IOS XE Router NDM Security Technical Implementation Guide2026-02-11

Details

Check Text (C-215810r1186324_chk)

Review the router configuration to determine if it automatically audits account disabling. The configuration should look similar to the example below: archive log config logging enable Note: Configuration changes can be viewed using the show archive log config all command. If account disabling is not automatically audited, this is a finding.

Fix Text (F-17047r1186323_fix)

Configure the router to log account disabling using the following commands: R4(config)#archive R4(config-archive)#log config R4(config-archive-log-cfg)#logging enable R4(config-archive-log-cfg)#logging size 1000 R4(config-archive-log-cfg)#notify syslog contenttype plaintext R4(config-archive-log-cfg)#hidekeys R4(config-archive-log-cfg)#end