350-401 · Question #609
Drag and Drop Question Drag and drop the snippets onto the blanks within the code to construct a script that adds a prefix list to a route map and sets the local preference. Not all options are used.
The correct answer is "running": null; "name":"100"; "seq_no":; "match":. The correct arrangement builds a valid script that configures a route map with a prefix list by first establishing the running configuration context with '"running": null', then identifying the route map by number with '"name":"100"', specifying the sequence number with '"seq_no"
Question
Exhibits
Answer Area
Drag items
Correct arrangement
- "running": null
- "name":"100"
- "seq_no":
- "match":
Explanation
The correct arrangement builds a valid script that configures a route map with a prefix list by first establishing the running configuration context with '"running": null', then identifying the route map by number with '"name":"100"', specifying the sequence number with '"seq_no":', and finally using '"match":' to apply the prefix list condition. These four elements follow the logical hierarchy required in structured (YANG/RESTCONF or Ansible-style) network automation scripts where you must define the configuration target, identify the policy object, set the sequence, and then define the match criteria.
Topics
Community Discussion
No community discussion yet for this question.

