JN0-224 · Question #145
What are two Junos PyEZ configuration object methods? (Choose two.)
The correct answer is C. lockO D. config (). In Junos PyEZ, the Config object provides various methods for interacting with device 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…
Question
What are two Junos PyEZ configuration object methods? (Choose two.)
Options
- Acommie ()
- Bdevice ()
- ClockO
- Dconfig ()
How the community answered
(23 responses)- A4% (1)
- B4% (1)
- C91% (21)
Explanation
In Junos PyEZ, the Config object provides various methods for interacting with device 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.
Topics
Community Discussion
No community discussion yet for this question.