UCF STIG Viewer Logo

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


Overview

Finding ID Version Rule ID IA Controls Severity
V-220520 CISC-ND-000100 SV-220520r508506_rule Medium
Description
Since 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.
STIG Date
Cisco IOS XE Switch NDM Security Technical Implementation Guide 2022-09-15

Details

Check Text ( C-22235r508504_chk )
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 (F-22224r508505_fix)
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)#end