nerdexam
Juniper

JN0-481 · Question #62

You are using Juniper Apstra to create your DC fabric. The fabric requires the use of configlets and requires a property set, which you call "test." While creating the property set, you encounter an…

The correct answer is D. Use valid YAML syntax of key:value. The error message states "Value should be dict", which means the YAML input must be a dictionary format. In YAML, a dictionary is defined using key: value pairs. The input sv_xxh alone is just a string, not a dictionary. To fix the issue, update the Values field to something…

Orchestration and Automation

Question

You are using Juniper Apstra to create your DC fabric. The fabric requires the use of configlets and requires a property set, which you call "test." While creating the property set, you encounter an error message. Referring to the exhibit, how would you correct the error?

Exhibit

JN0-481 question #62 exhibit

Options

  • AUse the Builder option for input type of YAML.
  • BRemove the trailing blank lines.
  • CChange to JSON and click create.
  • DUse valid YAML syntax of key:value.

How the community answered

(35 responses)
  • A
    9% (3)
  • B
    3% (1)
  • C
    3% (1)
  • D
    86% (30)

Explanation

The error message states "Value should be dict", which means the YAML input must be a dictionary format. In YAML, a dictionary is defined using key: value pairs. The input sv_xxh alone is just a string, not a dictionary. To fix the issue, update the Values field to something like: sv_xxh: some_value This will satisfy the required structure for a valid YAML dictionary.

Topics

#Apstra property sets#configlets#YAML syntax#variable substitution

Community Discussion

No community discussion yet for this question.

Full JN0-481 Practice