Which THREE items are valid triggers for Cisco EEM (Embedded Event Manager) applets? (Choose three.)
Trap 1: CLI command match
CLI command match is not a standard EEM trigger; EEM uses other event types such as syslog, SNMP, and timer.
Trap 2: HTTP request receipt
HTTP request is not a standard EEM trigger.
- A
SNMP trap receipt
SNMP trap receipt is a valid EEM trigger; applets can be configured to fire on receiving an SNMP trap.
- B
Syslog pattern match
Syslog pattern match is a common EEM trigger that reacts when a syslog message matches a specific pattern.
- C
Timer (absolute or countdown)
Timer triggers (absolute or countdown) are valid EEM triggers that execute applets at scheduled times.
- D
CLI command match
Why wrong: CLI command match is not a standard EEM trigger; EEM uses other event types such as syslog, SNMP, and timer.
- E
HTTP request receipt
Why wrong: HTTP request is not a standard EEM trigger.