STIGhubSTIGhub
STIGhub— A free STIG search and compliance tool·STIGs updated 1 hour ago
Powered by Pylon·Privacy·Terms·Feedback·© 2026 Beacon Cloud Solutions, Inc.
← Back to Juniper EX Series Switches Network Device Management Security Technical Implementation Guide

V-253937

CAT II (Medium)

The Juniper EX switch must be configured to off-load audit records onto a different system than the system being audited.

Rule ID

SV-253937r1212008_rule

STIG

Juniper EX Series Switches Network Device Management Security Technical Implementation Guide

Version

V2R5

CCIs

CCI-001851

Discussion

Information stored in one location is vulnerable to accidental or incidental deletion or alteration. Off-loading is a common process in information systems with limited audit storage capacity. Archiving is not required unless space is limited in the audit server.

Check Content

Verify an 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 device does not offload audit records to an external syslog server, this is a finding.

Fix Text

Configure syslog host

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