Implementing and Operating Cisco Data Center Core Technologies (DCCOR) — Question 25
Which configuration generates a syslog message when CPU utilization is higher than 60%?
Answer options
- A. event manager applet HIGH-CPU event snmp oid 1.3.6.1.4.1.9.9.109.1.1.1.1.6.1 get-type exact entry-op gt 60 poll-interval 5 action 1.0 syslog priority notifications msg "cpu high"
- B. event manager applet HIGH-CPU event snmp oid 1.3.6.1.4.1.9.9.109.1.1.1.1.6.1 get-type exact entry-op lt 60 poll-interval 5 action 1.0 syslog priority notifications msg "cpu high"
- C. event manager applet HIGH-CPU event snmp oid 1.3.6.1.4.1.9.9.109.1.1.1.1.6.1 get-type next entry-op gt 60 poll-interval 5 action 1.0 syslog priority notifications msg "cpu high"
- D. event manager applet HIGH-CPU event snmp oid 1.3.6.1.4.1.9.9.109.1.1.1.1.6.1 get-type next entry-op lt 60 poll-interval 5 action 1.0 syslog priority notifications msg "cpu high"
Correct answer: A
Explanation
Option A is correct because it specifies an action to send a syslog message when the CPU utilization is greater than 60%. Option B incorrectly triggers on CPU utilization less than 60%, while Option C uses 'next' instead of 'exact', which may not provide the required monitoring precision. Option D also incorrectly checks for less than 60% utilization.