Implementing and Operating Cisco Data Center Core Technologies (DCCOR) — Question 390
An engineer enters these commands while in EEM on a Cisco Nexus 9000 Series Switch event manager applet Backup-config event timer watchdog time 1800 name timer event cli match "copy running-config startup-config"
What is the result of applying this configuration?
Answer options
- A. It generates an error because no action is mentioned.
- B. It executes the copy running-config startup-confing command.
- C. It saves the running configuration every 1800 seconds.
- D. It blocks the copy running-config startup-config command.
Correct answer: D
Explanation
The correct answer is D because the event manager applet is set to match a specific CLI command, and without a defined action, it effectively blocks the command from executing. Options A, B, and C are incorrect because there is no action defined to execute or perform any backup, leading to the prevention of the command instead.