300-615 · Question #260
300-615 Question #260: Real Exam Question with Answer & Explanation
The correct answer is D. event statement. The issue is that the Embedded Event Manager (EEM) script is not specifying the exact event it should trigger on. Without an event statement, the script is overriding all events. Adding the event statement will specify the conditions under which the script should trigger, resolvi
Question
Options
- Aevent-default action command
- Benvironment variable
- Cconfigure terminal action
- Devent statement
Explanation
The issue is that the Embedded Event Manager (EEM) script is not specifying the exact event it should trigger on. Without an event statement, the script is overriding all events. Adding the event statement will specify the conditions under which the script should trigger, resolving the issue by ensuring that the script only overrides the link flap policy event. For example, the event statement could specify a particular interface or condition, such as: event manager applet ethport_override event interface name <interface> link-status <status> This will limit the script to the specific event related to the link flap.
Community Discussion
No community discussion yet for this question.