ARST-ND-000820 - The network device must be configured to conduct backups of system level information contained in the information system when changes occur.

Information

System-level information includes default and customized settings and security attributes, including ACLs that relate to the network device configuration, as well as software required for the execution and operation of the device. Information system backup is a critical step in ensuring system integrity and availability. If the system fails and there is no backup of the system-level information, a denial of service condition is possible for all who utilize this critical network component.

This control requires the network device to support the organizational central backup process for system-level information associated with the network device. This function may be provided by the network device itself; however, the preferred best practice is a centralized backup rather than each network device performing discrete backups.

Solution

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
!

See Also

https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_Arista_MLS_EOS_4-2x_Y23M02_STIG.zip

Item Details

Category: CONTINGENCY PLANNING

References: 800-53|CP-9b., CAT|II, CCI|CCI-000537, Rule-ID|SV-255964r882234_rule, STIG-ID|ARST-ND-000820, Vuln-ID|V-255964

Plugin: Arista

Control ID: 37b015c2ae0a92427e820fb3d52fadcea40a5171cf00d900390401ef48e0c5bc