STIGhubSTIGhub
STIGsSearchCompare

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
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 3 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Cisco IOS Switch NDM Security Technical Implementation Guide

V-220572

CAT II (Medium)

The Cisco switch must be configured to automatically audit account modification.

Rule ID

SV-220572r1192870_rule

STIG

Cisco IOS Switch NDM Security Technical Implementation Guide

Version

V3R7

CCIs

CCI-001403

Discussion

Because the accounts in the network device are privileged or system-level accounts, account management is vital to the security of the network device. Account management by a designated authority ensures access to the network device is being controlled in a secure manner by granting access to only authorized personnel with the appropriate and necessary privileges. Auditing account modification, along with an automatic notification to appropriate individuals, will provide the necessary reconciliation that account management procedures are being followed. If modifications to management accounts are not audited, reconciliation of account management procedures cannot be tracked.

Check Content

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

Fix Text

Configure the switch to log account modification using the following commands:

SW4(config)#archive
SW4(config-archive)#log config
SW4(config-archive-log-cfg)#logging enable
SW4(config-archive-log-cfg)#logging size 1000
SW4(config-archive-log-cfg)#notify syslog contenttype plaintext
SW4(config-archive-log-cfg)#hidekeys
SW4(config-archive-log-cfg)#end