STIGQter STIGQter: STIG Summary: Juniper Router NDM Security Technical Implementation Guide Version: 3 Release: 2 Benchmark Date: 30 Jan 2025:

The Juniper router must be configured to send log data to at least two syslog servers for the purpose of forwarding alerts to the administrators and the Information System Security Officers (ISSO).

DISA Rule

SV-220141r961863_rule

Vulnerability Number

V-220141

Group Title

SRG-APP-000516-NDM-000350

Rule Version

JUNI-ND-001440

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

Configure the router to send log data to the syslog servers as shown in the example below.

set syslog host x.x.x.x any info
set syslog host x.x.x.x any info

Check Contents

Verify that the router is configured to send logs to at least two syslog servers. The configuration should look similar to the example below:

system {
syslog {
host x.x.x.x {
any info;
}
host x.x.x.x {
any info;
}
}

If the router is not configured to send log data to the syslog servers, this is a finding.

Vulnerability Number

V-220141

Documentable

False

Rule Version

JUNI-ND-001440

Severity Override Guidance

Verify that the router is configured to send logs to at least two syslog servers. The configuration should look similar to the example below:

system {
syslog {
host x.x.x.x {
any info;
}
host x.x.x.x {
any info;
}
}

If the router is not configured to send log data to the syslog servers, this is a finding.

Check Content Reference

M

Target Key

4034