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 Switch NDM Security Technical Implementation Guide

V-220578

CAT II (Medium)

The Cisco device must be configured to audit all administrator activity.

Rule ID

SV-220578r1192876_rule

STIG

Cisco IOS Switch NDM Security Technical Implementation Guide

Version

V3R7

CCIs

CCI-000166, CCI-002234, CCI-000172

Discussion

This requirement supports non-repudiation of actions taken by an administrator and is required to maintain the integrity of the configuration management process. All configuration changes to the network device are logged, and administrators authenticate with two-factor authentication before gaining administrative access. Together, these processes will ensure the administrators can be held accountable for the configuration changes they implement. To meet this requirement, the network device must log administrator access and activity.

Check Content

Review the Cisco switch configuration to verify that it logs administrator activity as shown in the example below:

hostname R1
!
logging userinfo
!
…
…
…
archive
 log config
 logging enable
!

Note: The logging userinfo global configuration command will generate a log when a user increases his or her privilege level.

If logging of administrator activity is not configured, this is a finding.

Fix Text

Configure the switch to log administrator activity as shown in the example below:

SW4(config)#logging userinfo
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