JN0-224 · Question #149
You must use Junos PyEZ to configure unique IP addresses on individual machines. Which two features will permit this requirement? (Choose). Ian SCP module
The correct answer is C. a YAML data file D. a Jinja2 template. To configure unique IP addresses on individual machines using Junos PyEZ, you can use the following features: YAML Data File (C): YAML files are used to store configuration data in a human-readable format. They are often used in combination with Jinja2 templates to provide the…
Question
You must use Junos PyEZ to configure unique IP addresses on individual machines. Which two features will permit this requirement? (Choose). Ian SCP module
Options
- Aan SCP module
- Ba BSON data file
- Ca YAML data file
- Da Jinja2 template
How the community answered
(32 responses)- A16% (5)
- B6% (2)
- C78% (25)
Explanation
To configure unique IP addresses on individual machines using Junos PyEZ, you can use the following features: YAML Data File (C): YAML files are used to store configuration data in a human-readable format. They are often used in combination with Jinja2 templates to provide the data necessary for template rendering. Jinja2 Template (D): Jinja2 is a templating engine for Python that allows you to create dynamic templates. When used with Junos PyEZ, a Jinja2 template can be filled with data (such as IP addresses from a YAML file) to generate configuration snippets that are applied to different
Topics
Community Discussion
No community discussion yet for this question.