STIGQter STIGQter: STIG Summary: Juniper EX Series Switches Network Device Management Security Technical Implementation Guide Version: 2 Release: 5 Benchmark Date: 01 Jul 2026:

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).

DISA Rule

SV-253944r1137890_rule

Vulnerability Number

V-253944

Group Title

SRG-APP-000516-NDM-000350

Rule Version

JUEX-NM-000670

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

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.

Check Contents

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.

Vulnerability Number

V-253944

Documentable

False

Rule Version

JUEX-NM-000670

Severity Override Guidance

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.

Check Content Reference

M

Target Key

5477