Exam JN0-105 All QuestionsBrowse all questions from this exam
Question 26

Which two actions happen when multiple users issue the configure exclusive command to enter configuration mode on a Junos device? (Choose two.)

    Correct Answer: B, C

    When multiple users issue the configure exclusive command on a Junos device, two key actions occur. First, the candidate configuration is locked, which means no changes can be made by other users until the lock is released. Second, other users cannot enter configuration mode at all while the configuration is locked, ensuring that only one user can make configuration changes at a time, thereby maintaining consistency and preventing conflicts.

Discussion
moobeOptions: AB

Only the user who has locked the configuration can commit it. Other users can enter and exit configuration mode, but they cannot commit any changes they attempt to make to the configuration until it is unlocked.

ElchinAlievOptions: BC

b c is correct

cmorenowOptions: BC

The correct answers are: B. The candidate configuration is locked. C. Other users cannot enter configuration mode. Explanation: B. The candidate configuration is locked: When multiple users issue the "configure exclusive" command, it locks the candidate configuration, preventing other users from making changes to it simultaneously. This ensures that configuration changes made by one user are not overwritten or interfered with by others. C. Other users cannot enter configuration mode: As the candidate configuration is locked, other users attempting to enter configuration mode will be denied access until the current configuration session is released by the user who initiated the exclusive configuration mode. This helps maintain configuration consistency and avoids conflicts between multiple users.

ch0p5t1xOptions: AB

Initially thought BC, until I looked at the Juniper documentation linked here. When in doubt, refer to the official documentation.

ahmeedi251Options: AB

AB is correct answer

moobeOptions: AB

https://www.juniper.net/documentation/us/en/software/junos/cli/topics/topic-map/configure-command.html

moobeOptions: AB

Confirmed on Juniper documentation

dthensleyOptions: BC

B and C are the correct answers.