ExamGecko
Question list
Search
Search

Question 32 - JN0-223 discussion

Report
Export

What are two Junos PyEZ configuration object methods? (Choose two.)

A.
commie ()
Answers
A.
commie ()
B.
device ()
Answers
B.
device ()
C.
lockO
Answers
C.
lockO
D.
config ()
Answers
D.
config ()
Suggested answer: C, D

Explanation:

In Junos PyEZ, the Config object provides various methods for interacting with device configurations. Two of the key methods are:

lock(): This method locks the candidate configuration database to prevent other users or processes from making changes while you are modifying the configuration.

config(): This method is used to create a Config object that represents the configuration database, allowing you to load, modify, and commit configuration changes.

Option C (lock) and Option D (config) are correct because they are valid methods provided by the PyEZ Config object.

Option A (commie) and Option B (device) are incorrect as they are not methods of the Config object.

Supporting

Reference:

Junos PyEZ Documentation: Details the methods available in the Config object, including lock() and config().

asked 18/09/2024
Srinivasan Kumaresan
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first