DISA STIGS Viewer

The Juniper EX 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-253944 JUEX-NM-000670 SV-253944r1028872_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. Information stored in one location is vulnerable to accidental or incidental deletion or alteration.
STIG Date
Juniper EX Series Switches Network Device Management Security Technical Implementation Guide 2025-03-07

Details

Check Text (C-57396r1028871_chk)
1. Verify that the network device is configured to send log data to a redundant central log servers.
2. Verify the external syslog server is configured. The lowest severity level, "any", is debug and will generate a significant number of messages.

[edit system syslog]
host <external syslog address> {
any info;
structured-format; << Only if structured formatting is required, otherwise events are recorded in standard format.
}
time-format year;

If the network device is not configured to send log data to redundant log servers, this is a finding.
Fix Text (F-57347r1018703_fix)
Add the following stanzas to the configuration.

set system syslog host <external syslog host1 IPv4 or IPv6 address> any info
set system syslog host <external syslog host2 IPv4 or IPv6 address> any info

Note: The time-format command supports including the year and/or the time in milliseconds. The default format does not include the year and time is recorded in seconds.