The Dell OS10 Switch must be configured to synchronize internal information system clocks using redundant authoritative time sources.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-270644SRG-APP-000920-NDM-000320OS10-NDM-000680SV-270644r1052341_rule2024-12-111
Description
The loss of connectivity to a particular authoritative time source will result in the loss of time synchronization (free-run mode) and increasingly inaccurate time stamps on audit events and other functions. Multiple time sources provide redundancy by including a secondary source. Time synchronization is usually a hierarchy; clients synchronize time to a local source while that source synchronizes its time to a more accurate source. The network device must use an authoritative time server and/or be configured to use redundant authoritative time sources. This requirement is related to the comparison done in CCI-001891. DOD-approved solutions consist of a combination of a primary and secondary time source using a combination or multiple instances of the following: a time server designated for the appropriate DOD network (NIPRNet/SIPRNet); United States Naval Observatory (USNO) time servers; and/or the Global Positioning System (GPS). The secondary time source must be in a different geographic region than the primary time source.
ℹ️ Check
Determine if the OS10 Switch is configured to synchronize internal information system clocks with the primary and secondary time sources. Review the configuration to verify that the primary and secondary time sources are configured as NTP servers with the following commands: OS10# show running-configuration ntp ! ntp authenticate ntp authentication-key 345 sha2-256 9 **** ntp server 192.0.2.1 key 345 prefer ntp server 192.0.2.5 key 345 ntp trusted-key 345 If the OS10 Switch is not configured to synchronize internal information system clocks with the primary and secondary time sources, this is a finding.
✔️ Fix
Configure the OS10 Switch to synchronize internal information system clocks with the primary and secondary time sources: OS10(config)# ntp authenticate OS10(config)# ntp trusted-key 345 OS10(config)# ntp authentication-key 345 sha2-256 0 <key> OS10(config)# ntp server 192.0.2.1 key 345 prefer OS10(config)# ntp server 192.0.2.5 key 345