DISA STIGS Viewer

The Dell OS10 Switch must be configured to send log data to at least two central log servers for the purpose of forwarding alerts to the administrators and the information system security officer (ISSO).

Overview

Finding ID Version Rule ID IA Controls Severity
V-269803 OS10-NDM-000970 SV-269803r1051794_rule   High
Description
The aggregation of log data kept on a syslog server can be used to detect attacks and trigger an alert to the appropriate security personnel. The stored log data can used to detect weaknesses in security that enable the network IA team to find and address these weaknesses before breaches can occur. Reviewing these logs, whether before or after a security breach, are important in showing whether someone is an internal employee or an outside threat. Satisfies: SRG-APP-000516-NDM-000350, SRG-APP-000515-NDM-000325
STIG Date
Dell OS10 Switch NDM Security Technical Implementation Guide 2024-12-11

Details

Check Text (C-73836r1051792_chk)
Verify the OS10 Switch is configured to send log data to at least two central log servers.

OS10# show running-configuration logging
!
logging audit enable
!
logging server 10.0.0.4
logging server 10.0.0.8

If the OS10 Switch is not configured to send log data to at least two central log servers, this is a finding.
Fix Text (F-73737r1051793_fix)
Configure the OS10 Switch to send log data to at least two central log servers:

!
logging audit enable
!
logging server 10.0.0.4
logging server 10.0.0.8
!