UCF STIG Viewer Logo

The Cisco switch must be configured to generate audit records when successful/unsuccessful attempts to log on with access privileges occur.


Overview

Finding ID Version Rule ID IA Controls Severity
V-220579 CISC-ND-000250 SV-220579r521267_rule Medium
Description
Without generating audit records that are specific to the security and mission needs of the organization, it would be difficult to establish, correlate, and investigate the events relating to an incident or identify those responsible for one. Audit records can be generated from various components within the information system (e.g., module or policy filter).
STIG Date
Cisco IOS Switch NDM Security Technical Implementation Guide 2021-06-02

Details

Check Text ( C-22294r507783_chk )
Review the Cisco switch configuration to verify that it generates audit records of all logon attempts. The configuration example below will log all logon attempts:

login on-failure log
login on-success log

If the Cisco switch is not configured to generate audit records of successful/unsuccessful attempts to log on, this is a finding.
Fix Text (F-22283r507784_fix)
Configure the Cisco switch to log all logon attempts as shown in the example below:

SW1(config)#login on-failure log
SW1(config)#login on-success log
SW1(config)#end