exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 787 discussion

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



Refer to the exhibit. An engineer builds an EEM script to apply an access list. Which statement must be added to complete the script?

  • A. action 6.0 cli command "ip access-list extended 101"
  • B. action 3.1 cli command "ip access-list extended 101"
  • C. event none
  • D. action 2.1 cli command "ip access-list extended 101"
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
Manvek
Highly Voted 1 year, 10 months ago
Selected Answer: C
C is correct. The applet is missing the trigger event configuration. In this case there is no trigger event, so none must be selected. The access list is already configured, the applet only needs to apply it. event manager applet Block_Users event none action 1.0 cli command "enable" action 2.0 cli command "configure terminal" action 3.0 cli command "interface GigabitEthernet1" action 4.0 cli command "ip access-group 101 in" action 5.0 cli command "ip access-group 101 out" action 7.0 cli command "end"
upvoted 12 times
...
Zeruz
Most Recent 8 months ago
Selected Answer: C
What is missed in the exhibit is a triggering event. For this question, the only answer that has triggering event is answer C.
upvoted 1 times
...
AbdullahMohammad251
8 months, 1 week ago
Selected Answer: C
The "event none" command allows EEM to identify an EEM policy that can be manually triggered. https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/eem/configuration/xe-3s/eem-xe-3s-book/eem-policy-cli.html#:~:text=The%20event%20none%20command%20allows%20EEM%20to%20identify%20an%20EEM%20policy%20that%20can%20be%20manually%20triggered.
upvoted 1 times
...
a197cbf
11 months ago
Selected Answer: C
The command "Event <triggering_event>" is needed so that the EEM applet can trigger off of something, such as "event syslog" to trigger off of a specific syslog pattern. If you don't want it to trigger, and just be manually run on-demand, use the "event none" command. In this example, by using "event none" it means this EEM applet will never trigger, but it allows for the applet to be manually run using the "event manager run Block_Users" command in privileged exec mode.
upvoted 1 times
...
[Removed]
11 months, 4 weeks ago
Selected Answer: C
C is correct
upvoted 1 times
...
[Removed]
1 year ago
C is correct
upvoted 1 times
...
andyforreg
1 year, 10 months ago
Selected Answer: C
Seems to be OK
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 ...