nerdexam
Cisco

350-601 · Question #366

Refer to the exhibit. An engineer must invoke a Python script that alerts the operations team when the router DC-RTR-1 becomes unreachable. Which configuration set accomplishes this task?

The correct answer is D. event manager applet ROUTER-DOWN-SLA. To automatically execute a Python script when a router becomes unreachable, a Cisco Event Manager (EEM) applet must be configured to track the router's reachability via IP SLA and trigger the script upon an unreachability event.

Automation

Question

Refer to the exhibit. An engineer must invoke a Python script that alerts the operations team when the router DC-RTR-1 becomes unreachable. Which configuration set accomplishes this task?

Exhibit

350-601 question #366 exhibit

Options

  • Atrack 3 ip sla 10 reachability
  • Bscheduler job name ROUTER-DOWN
  • Cevent scheduler name DOWN-ROUTER
  • Devent manager applet ROUTER-DOWN-SLA

How the community answered

(22 responses)
  • A
    14% (3)
  • B
    5% (1)
  • C
    5% (1)
  • D
    77% (17)

Why each option

To automatically execute a Python script when a router becomes unreachable, a Cisco Event Manager (EEM) applet must be configured to track the router's reachability via IP SLA and trigger the script upon an unreachability event.

Atrack 3 ip sla 10 reachability

`track 3 ip sla 10 reachability` defines a tracking object for an IP SLA operation but does not, by itself, invoke a script or configure an event-driven automation for unreachability.

Bscheduler job name ROUTER-DOWN

`scheduler job name ROUTER-DOWN` is used to configure scheduled tasks that run at specific times or intervals, not for event-driven automation based on a network state change like unreachability.

Cevent scheduler name DOWN-ROUTER

`event scheduler name DOWN-ROUTER` is a command typically related to scheduling events, similar to `scheduler job`, and is not used for real-time, event-triggered automation of scripts in response to network state changes.

Devent manager applet ROUTER-DOWN-SLACorrect

The `event manager applet` command initiates the configuration of a Cisco EEM applet, which is designed to automate responses to network events. By configuring an EEM applet to monitor an IP SLA track object for reachability, it can detect when DC-RTR-1 becomes unreachable and then execute a configured action, such as running a Python script to alert the operations team.

Concept tested: Cisco EEM IP SLA Python script

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/eem/configuration/xe-16/eem-xe-16-book/eem-event-overview.html

Topics

#Cisco EEM#Network Automation#Event-driven Automation#Python Scripting

Community Discussion

No community discussion yet for this question.

Full 350-601 Practice