exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 184 discussion

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

DRAG DROP -
Drag and drop the code from the bottom onto the box where the code is missing on the Ansible task to enable a VLAN on a Meraki MX device. Not all options are used.
Select and Place:

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
tommiy
Highly Voted 3 years, 3 months ago
Meraki does not support PATCH. The method is PUT when reading the API swagger. When is used with Loop and evals a boolean but here we have a list. PUT and oop.
upvoted 19 times
...
AndyUK2022
Most Recent 11 months ago
The documentation states "To change an existing resource, a PUT request is made. " Plus it says "The Meraki Dashboard API accepts PUT requests in order to apply partial modifications to a resource, behaving like a PATCH request." and all their MERAKI examples use PUT. Call me a cynic, but Cisco exams seem a bit of lottery stroke racket.
upvoted 1 times
...
johntermlen
1 year, 4 months ago
No patch operation according to the meraki swagger : https://developer.cisco.com/meraki/api/update-network-vlans-enabled-state/
upvoted 1 times
...
Teringzooi
2 years, 2 months ago
Correct answers: Method Put Loop
upvoted 3 times
...
designated
2 years, 3 months ago
It should be PUT and loop Note: There is no PATCH operation for Meraki devices. https://developer.cisco.com/meraki/api-latest/#!update-network-appliance-vlans-settings But Ansible documentation is saying this as a note: "Meraki’s API defaults to networks having VLAN support disabled and there is no way to enable VLANs support in the API. VLAN support must be enabled manually." https://docs.ansible.com/ansible/latest/collections/cisco/meraki/meraki_mx_vlan_module.html#ansible-collections-cisco-meraki-meraki-mx-vlan-module
upvoted 3 times
...
lente_kriebels
3 years, 3 months ago
i think it should be : 1: Method:PATCH (update current vlan to enabled, and leave other settings) 2: loop: "{{ results. results }}" (loop through all vlans)
upvoted 2 times
...
tswinn
3 years, 3 months ago
I would think. 1: method: PUT 2: when: …
upvoted 3 times
tswinn
3 years, 3 months ago
Correcion: 1: PUT 2: LOOP https://developer.cisco.com/codeexchange/github/repo/sttrayno/Meraki-Ansible-Deployment/
upvoted 15 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 ...