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
STIGs updated 2 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Cisco IOS Router NDM Security Technical Implementation Guide

V-215666

CAT II (Medium)

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

Rule ID

SV-215666r1192895_rule

STIG

Cisco IOS Router NDM Security Technical Implementation Guide

Version

V3R7

CCIs

CCI-001405

Discussion

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 removal actions will support account management procedures. When device management accounts are terminated, user or service accessibility may be affected. Auditing also ensures authorized active accounts remain enabled and available for use when required.

Check Content

Review the router configuration to determine if it automatically audits account removal. 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 removal is not automatically audited, this is a finding.

Fix Text

Configure the router to log account removal 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