SV-253942r961863_rule
V-253942
SRG-APP-000516-NDM-000340
JUEX-NM-000650
CAT II
10
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>"
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.
V-253942
False
JUEX-NM-000650
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.
M
5477