exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 307 discussion

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

DRAG DROP
-

Drag and drop the code from the bottom onto the box where the code is missing in the Ansible script to get the existing firewall rules from Cisco Meraki and store the results to a new variable. Not all options are used.

Show Suggested Answer Hide Answer
Suggested Answer:

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
hatsec
Highly Voted 10 months, 3 weeks ago
delegate_to register: rules rules.data
upvoted 12 times
krajan
10 months ago
correct: https://docs.ansible.com/ansible/latest/scenario_guides/guide_meraki.html
upvoted 4 times
...
...
cj_kuo
Most Recent 8 months ago
The answer was in this page: https://docs.ansible.com/ansible/latest/scenario_guides/guide_meraki.html This is a result: - name: Get firewall rules meraki_mx_l3_firewall: auth_key: KEY123 org_name: example_org net_name: example_net state: query delegate_to: localhost register: rules - set_fact: original_ruleset: '{{rules.data}}'
upvoted 3 times
...
xChdjdufurpew
9 months, 2 weeks ago
delegate_to: localhost register: rules - set_fact: original_ruleset: '{{rules.data}}'
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 ...