Which two actions happen when multiple users issue the configure exclusive command to enter configuration mode on a Junos device? (Choose two.)
Which two actions happen when multiple users issue the configure exclusive command to enter configuration mode on a Junos device? (Choose two.)
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.
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.
b c is correct
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.
Initially thought BC, until I looked at the Juniper documentation linked here. When in doubt, refer to the official documentation.
AB is correct answer
https://www.juniper.net/documentation/us/en/software/junos/cli/topics/topic-map/configure-command.html
Confirmed on Juniper documentation
B and C are the correct answers.