[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

configure

Syntax

configure
<exclusive>
<private>

Release Information

Command introduced before JUNOS Release 7.4.

Description

Enter configuration mode. When this command is entered without any optional keywords, everyone can make configuration changes and commit all changes made to the configuration.

Options

exclusive — (Optional) Lock the candidate configuration for as long as you remain in configuration mode, allowing you to make changes without interference from other users. Other users can enter and exit configuration mode, but they cannot change the configuration.

private — (Optional) Allow multiple users to edit different parts of the configuration at the same time and to commit only their own changes, or to roll back without interfering with one another's changes. You cannot commit changes in configure private mode when another user is in configure exclusive mode.

Additional Information

For more information about the different methods of entering configuration mode and the restrictions that apply, see the JUNOS System Basics Configuration Guide.

Required Privilege Level

configure

Related Topics

show configuration

List of Sample Output

configure

Output Fields

When you enter this command, you are placed in configuration mode and the system prompt changes from hostname> to hostname#.

Sample Output

configure

user@host> configure
Entering configuration mode
[edit]
user@host#

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]