SV-101291r1_rule
V-91191
SRG-APP-000516-NDM-000340
JUNI-ND-001400
CAT II
10
Configure the router to send the configuration to an SCP server up a commit command as shown in the example below.
set archival configuration transfer-on-commit archive-sites scp://scpuser@1.2.3.4:/configs" password "xxxxxxxx"
Review the router configuration to verify that it is compliant with this requirement. The example configuration below will send the router configuration to an SCP server upon the commit command.
system {
…
…
…
archival {
configuration {
transfer-on-commit;
archive-sites {
"scp://scpuser@1.2.3.4:/configs" password "$9$CMJKpu1LX-bwgBIYo"; ## SECRET-DATA
}
}
}
}
If the router is not configured to conduct backups of the configuration when changes occur, this is a finding.
V-91191
False
JUNI-ND-001400
Review the router configuration to verify that it is compliant with this requirement. The example configuration below will send the router configuration to an SCP server upon the commit command.
system {
…
…
…
archival {
configuration {
transfer-on-commit;
archive-sites {
"scp://scpuser@1.2.3.4:/configs" password "$9$CMJKpu1LX-bwgBIYo"; ## SECRET-DATA
}
}
}
}
If the router is not configured to conduct backups of the configuration when changes occur, this is a finding.
M
3381