Free Cisco 350-601 Actual Exam Questions - Question 14 Discussion
DRAG DROP Refer to the exhibit.
Refer to the exhibit. Drag and drop the code snippets from the bottom onto the blanks in the code to complete the JSON request that implements the ACL presented. Not all code snippets are used. P-50 
I noticed that the ACL uses “permit” and “deny” explicitly, but the JSON keys are case-sensitive, so those should be lowercase. Also, since the ACL specifies conditions for certain IPs and protocols, the JSON needs to include those fields exactly as shown. Some snippets like “ipv4” and “permit” have to be placed carefully to match the ACL hierarchy. The unused snippets probably don't fit logically into the structure, so it’s about fitting the actual rules rather than using all parts given.
I think the code needs "permit" in lowercase as shown on the ACL diagram.
Not sure about the exact order but key is matching JSON keys with ACL structure shown.