SV-75345r1_rule
V-60887
SRG-APP-000516-NDM-000340
AMLS-NM-000440
CAT III
10
Configure the network device to conduct backups of system-level information contained in the information system when changes occur or weekly, whichever is sooner.
For weekly backups, the following chronologically scheduled command will back up the switch information one per day at noon:
switch(config)#schedule [name] at [hh:mm:ss] interval 1440 max-log-files 100 command bash FastCli -p 15 -c $'enable\nshow tech-support > scp:[remote destination/filename]\n'
The following event-handler will schedule backups any time the configuration is changed and written to memory:
event-handler Copy-Config
trigger on-startup-config
action bash sudo ip netns exec ns-DATA scp /mnt/flash/startup-config [user@IPaddress/filepath/filename]
delay 5
Check the network device to determine if the network device is configured to conduct backups of system-level information contained in the information system when changes occur or weekly, whichever is sooner.
If the network device does not support the organizational requirements to conduct backups of system-level data according to the defined frequency, this is a finding.
V-60887
False
AMLS-NM-000440
Check the network device to determine if the network device is configured to conduct backups of system-level information contained in the information system when changes occur or weekly, whichever is sooner.
If the network device does not support the organizational requirements to conduct backups of system-level data according to the defined frequency, this is a finding.
M
2825