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 conduct backups of system level information contained in the information system when changes occur.

DISA Rule

SV-253942r961863_rule

Vulnerability Number

V-253942

Group Title

SRG-APP-000516-NDM-000340

Rule Version

JUEX-NM-000650

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the network device to conduct backups of system-level information contained in the information system when changes occur.

For NETCONF connections:
set system services netconf ssh
set system services netconf rfc-compliant

Note: The rfc command is recommended for compatibility in large enterprise but can be omitted if there are overriding operational considerations.

For device automated configuration offload:
set system archival configuration transfer-on-commit
set system archival configuration archive-sites "<scp|sftp>://<username>@<address>/<path without trailing slash (/)>" password "<PSK>"

Check Contents

Review the network device configuration to determine if the device is configured to conduct backups of system-level information contained in the information system when changes occur.

Verify the preferred centralized backup system is configured to retrieve the configuration file. There is no provision for backing up system binaries because Juniper provides the signed installation packages rather than individual files. Therefore, verify the centralized backup solution has the appropriate installation packages for the deployed platforms.

When the configuration file is pulled from the centralized server, an example retrieval method is authenticated connections over NETCONF or manual retrieval using SSH. Junos supports authenticating external services via RADIUS or TACACS+, or via a local account.

[edit system services netconf]
ssh;
rfc-compliant;

Note: The rfc command is recommended for compatibility in large enterprises, but can be omitted if there are overriding operational considerations.

If the network device will be saving system files to a centralized repository, verify the configuration file is automatically saved at each commit.

[edit system archival]
configuration {
transfer-on-commit;
archive-sites {
"sftp://user@host/configuration_files" password "$9$w52...<snip>...mfzn/"; ## SECRET-DATA
}
}
Note: The URL uses <scp|sftp>://<username>@<repository address>/<path without trailing slash (/)> format because Junos appends the slash with the system-generated filename. Junos supports file transfer either on commit, or at configured intervals.

If the network device is not configured to conduct backups of system-level data when changes occur, this is a finding.

Vulnerability Number

V-253942

Documentable

False

Rule Version

JUEX-NM-000650

Severity Override Guidance

Review the network device configuration to determine if the device is configured to conduct backups of system-level information contained in the information system when changes occur.

Verify the preferred centralized backup system is configured to retrieve the configuration file. There is no provision for backing up system binaries because Juniper provides the signed installation packages rather than individual files. Therefore, verify the centralized backup solution has the appropriate installation packages for the deployed platforms.

When the configuration file is pulled from the centralized server, an example retrieval method is authenticated connections over NETCONF or manual retrieval using SSH. Junos supports authenticating external services via RADIUS or TACACS+, or via a local account.

[edit system services netconf]
ssh;
rfc-compliant;

Note: The rfc command is recommended for compatibility in large enterprises, but can be omitted if there are overriding operational considerations.

If the network device will be saving system files to a centralized repository, verify the configuration file is automatically saved at each commit.

[edit system archival]
configuration {
transfer-on-commit;
archive-sites {
"sftp://user@host/configuration_files" password "$9$w52...<snip>...mfzn/"; ## SECRET-DATA
}
}
Note: The URL uses <scp|sftp>://<username>@<repository address>/<path without trailing slash (/)> format because Junos appends the slash with the system-generated filename. Junos supports file transfer either on commit, or at configured intervals.

If the network device is not configured to conduct backups of system-level data when changes occur, this is a finding.

Check Content Reference

M

Target Key

5477