Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR) — Question 507
An EEM applet contains this command:
event snmp oid 1.3.6.1.4.3.8.0.5.8.7.1.3 get-type next entry-op gt entry-val 80 poll-interval 8
What is the result of the command?
Answer options
- A. An SNMP event is generated when the value equals 80% for eight polling cycles.
- B. An SNMP event is generated when the value is greater than 80% for eight polling cycles.
- C. An SNMP event is generated when the value reaches 80%.
- D. An SNMP variable is monitored and an action is triggered when the value exceeds 80%.
Correct answer: D
Explanation
The command specifies that an action will occur when the monitored value exceeds 80%, as indicated by 'entry-op gt' (greater than). The other options incorrectly describe the conditions under which events are generated, such as equality or thresholds without the mention of exceeding the value.