300-615 · Question #294
An engineer implemented the EEM applet shown below to send a syslog message when an interface goes down: event manager applet interface_down action 1.0 cli command "show interface status" action 2.0…
The correct answer is D. event interface. You need to tell EEM which interface-down event to catch. Adding an event interface statement will do that. For example, event interface GigabitEthernet1/1 lineprotocol down/ This tells the applet to fire when that interface's line protocol goes down.
Question
An engineer implemented the EEM applet shown below to send a syslog message when an interface goes down:
event manager applet interface_down action 1.0 cli command "show interface status" action 2.0 syslog priority notifications msg Interface is down However, the applet fails to work as intended. Which statement must be added to the EEM applet to resolve the issue?
Options
- Aevent syslog pattern
- Bevent timer watchdog
- Cevent track
- Devent interface
How the community answered
(61 responses)- A15% (9)
- B5% (3)
- C3% (2)
- D77% (47)
Explanation
You need to tell EEM which interface-down event to catch. Adding an event interface statement will do that. For example, event interface GigabitEthernet1/1 lineprotocol down/ This tells the applet to fire when that interface's line protocol goes down.
Topics
Community Discussion
No community discussion yet for this question.