JN0-102 · Question #167
Which two statements apply when a user has entered private configuration mode by typing configure private? (Choose two.)
The correct answer is B. All users have their own private candidate configuration. D. When a user commits, only the user's own changes are committed.. Private configuration mode in Junos OS provides each user with an isolated candidate configuration, and committing changes only applies that user's specific modifications.
Question
Which two statements apply when a user has entered private configuration mode by typing configure private? (Choose two.)
Options
- AAll users have their own active configuration.
- BAll users have their own private candidate configuration.
- CWhen a user commits, all nonconflicting changes made by all users are committed.
- DWhen a user commits, only the user's own changes are committed.
How the community answered
(59 responses)- A8% (5)
- B88% (52)
- C3% (2)
Why each option
Private configuration mode in Junos OS provides each user with an isolated candidate configuration, and committing changes only applies that user's specific modifications.
Users share the same active configuration; private mode only applies to their *candidate* configuration, not the active one.
When a user enters `configure private`, they create a private copy of the current active configuration, which serves as their isolated candidate configuration. Other users also operate on their own private candidate configurations, ensuring no immediate conflicts.
This statement describes shared configuration mode behavior (if no conflicts), not private mode; in private mode, only the current user's changes are committed.
In private configuration mode, when a user issues the `commit` command, only the changes they have made in their private candidate configuration are merged with the active configuration. This prevents unintended commits of other users' work.
Concept tested: Junos OS private configuration mode behavior
Source: https://www.juniper.net/documentation/us/en/software/junos/junos-cli/topics/topic-map/cli-junos-overview.html#d19e1590
Topics
Community Discussion
No community discussion yet for this question.