Implementing and Operating Cisco Data Center Core Technologies (DCCOR) — Question 18
An engineer must modify an overridden policy by changing the number of FCNS database entries to 1500 and then generate a message.
What configuration will accomplish this task?
Answer options
- A. event manager applet fcns_policy event fcns entries max-per-switch 1500 action 1.0 syslog priority warnings msg FCNS DB entries have reached the EEM limit action 2.0 policy-default
- B. event manager applet fcns_policy override __fcns_entries_max_per_switch action 1.0 syslog priority errors "CNS DB entries have reached the EEM limit" action 2.0 policy-default
- C. event manager applet fcns_policy override __fcns_entries_max_per_switch event fcns entries max-per-switch 1500 action 1.0 syslog priority warnings msg FCNS DB entries have reached the EEM limit
- D. event manager applet fcns_policy action 1.0 syslog priority warnings msg FCNS DB entries have reached the EEM limit action 2.0 event-default
Correct answer: C
Explanation
The correct answer is C because it correctly overrides the maximum number of FCNS entries to 1500 and generates a warning message. Option A does not override the entries, while option B uses the wrong syntax for generating a message. Option D fails to modify the FCNS entries limit, which is essential for this task.