ExamGecko
Question list
Search
Search

Question 36 - JN0-223 discussion

Report
Export

You must use Junos PyEZ to configure unique IP addresses on individual machines.

Which two features will permit this requirement? (Choose). Ian SCP module

A.
an SCP module
Answers
A.
an SCP module
B.
a BSON data file
Answers
B.
a BSON data file
C.
a YAML data file
Answers
C.
a YAML data file
D.
a Jinja2 template
Answers
D.
a Jinja2 template
Suggested answer: C, D

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 devices.

Options A (SCP module) and B (BSON data file) are not typically used with Junos PyEZ for this purpose.

Junos PyEZ Documentation: Discusses the use of YAML files and Jinja2 templates for generating configurations.

Jinja2 Templating Documentation: Provides details on how to create and use templates in Python scripts.

asked 18/09/2024
vladimir nezgoda
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first