SV-255964r961863_rule
V-255964
SRG-APP-000516-NDM-000340
ARST-ND-000820
CAT II
10
Configure the Arista network device with an “event-handler” to complete an incremental backup of the running configuration, which can be maintained in the switch flash memory stored in /mnt/flash/startup-config_directory (filetime):
switch#config
switch(config)#event-handler CFG_BACKUP
switch(config-handler-CFG_BACKUP)#trigger on-startup-config
switch(config-handler-CFG_BACKUP)#action bash buf () { filetime=$(date +%Y%m%d); cp /mnt/flash/startup-config /mnt/flash/startup-config_${filetime}; }; buf
switch(config-handler-CFG_BACKUP)#exit
switch(config)#exit
!
Verify the Arista network device is configured with an “event-handler” to complete an incremental backup of the running configuration, which can be maintained in the switch flash memory stored in /mnt/flash/startup-config_directory (filetime):
switch#show run | section event-handler
event-handler CFG_BACKUP
trigger on-startup-config
action bash buf () { filetime=$(date +%Y%m%d); cp /mnt/flash/startup-config /mnt/flash/startup-config_${filetime}; }; buf
!
If the Arista network device is not configured to conduct backups of system-level data when changes occur, this is a finding.
V-255964
False
ARST-ND-000820
Verify the Arista network device is configured with an “event-handler” to complete an incremental backup of the running configuration, which can be maintained in the switch flash memory stored in /mnt/flash/startup-config_directory (filetime):
switch#show run | section event-handler
event-handler CFG_BACKUP
trigger on-startup-config
action bash buf () { filetime=$(date +%Y%m%d); cp /mnt/flash/startup-config /mnt/flash/startup-config_${filetime}; }; buf
!
If the Arista network device is not configured to conduct backups of system-level data when changes occur, this is a finding.
M
5511