exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 355 discussion

Actual exam question from Cisco's 350-401
Question #: 355
Topic #: 1
[All 350-401 Questions]


Refer to the exhibit. The IP SLA is configured in a router. An engineer must configure an EEM applet to shut down the interface and bring it back up when there is a problem with the IP SLA. Which configuration should the engineer use?

  • A. event manager applet EEM_IP_SLA event track 10 state down
  • B. event manager applet EEM_IP_SLA event track 10 state unreachable
  • C. event manager applet EEM_IP_SLA event sla 10 state unreachable
  • D. event manager applet EEM_IP_SLA event sla 10 state down
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
nushadu
Highly Voted 1 year, 11 months ago
Selected Answer: A
! ip sla 1 icmp-echo 2.2.2.2 source-interface Loopback0 ip sla schedule 1 life forever start-time now ! track 1 ip sla 1 reachability ! event manager applet Q_355_shut_port event track 1 state down action 1.0 cli command "enable" action 2.0 cli command "conf t" action 3.0 cli command "int loo1" action 4.0 cli command "shut" action 5.0 syslog msg "Loo1 was shutdown" ! event manager applet Q_355_no_shut_port event track 1 state up action 1.0 cli command "enable" action 2.0 cli command "conf t" action 3.0 cli command "int loo1" action 4.0 cli command "no shut" action 5.0 syslog msg "Loo1 was enabled" !
upvoted 13 times
nushadu
1 year, 11 months ago
actually this shit works (on the remote side I disabled\enabled ICMP): cisco_R5# *Dec 20 21:03:01.258: %TRACK-6-STATE: 1 ip sla 1 reachability Up -> Down cisco_R5# *Dec 20 21:03:01.730: %HA_EM-6-LOG: Q_355_shut_port: Loo1 was shutdown cisco_R5# *Dec 20 21:04:01.313: %TRACK-6-STATE: 1 ip sla 1 reachability Down -> Up cisco_R5# *Dec 20 21:04:01.783: %HA_EM-6-LOG: Q_355_no_shut_port: Loo1 was enabled cisco_R5# *Dec 20 21:04:03.709: %LINK-3-UPDOWN: Interface Loopback1, changed state to up cisco_R5# *Dec 20 21:04:03.710: %HA_EM-6-LOG: boom: logging directly to console *Dec 20 21:04:04.711: %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback1, changed state to up *Dec 20 21:04:04.712: %HA_EM-6-LOG: boom: logging directly to console cisco_R5#
upvoted 5 times
...
...
[Removed]
Most Recent 6 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
[Removed]
2 years, 7 months ago
Selected Answer: A
The state of the tracked object is either up or down
upvoted 4 times
...
Carl1999
3 years ago
A is correct.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...