SV-220514r1135491_rule
V-220514
SRG-APP-000516-NDM-000340
CISC-ND-001410
CAT II
10
Configure the Cisco switch to send the configuration to an SCP server when a configuration change occurs as shown in the example below:
SW4(config)# event manager applet BACKUP_CONFIG
SW4(config-applet)# event syslog pattern "SYSLOG_CONFIG_I"
SW4(config-applet)# action 1 cli "copy startup-config scp://user@10.1.48.10/nx-config.bak”
SW4(config-applet)# action 2 syslog priority informational msg "Configuration backup was executed"
SW4(config-applet)# end
Review the Cisco switch configuration to verify that it is compliant with this requirement. The example configuration below will send the configuration to an SCP server when a configuration change occurs.
event manager applet BACKUP_CONFIG
event syslog pattern "SYSLOG_CONFIG_I"
action 1 cli "copy startup-config scp://user@10.1.48.10/nx-config.bak"
action 2 syslog priority informational msg "Configuration backup was executed"
If the Cisco switch is not configured to conduct backups of the configuration when changes occur, this is a finding.
V-220514
False
CISC-ND-001410
Review the Cisco switch configuration to verify that it is compliant with this requirement. The example configuration below will send the configuration to an SCP server when a configuration change occurs.
event manager applet BACKUP_CONFIG
event syslog pattern "SYSLOG_CONFIG_I"
action 1 cli "copy startup-config scp://user@10.1.48.10/nx-config.bak"
action 2 syslog priority informational msg "Configuration backup was executed"
If the Cisco switch is not configured to conduct backups of the configuration when changes occur, this is a finding.
M
4066