This sample procedure describes how to use the CLI to view system status and to perform a simple configuration change. You configure a new user account, one for your own use or a test account.
To configure a user account on the system:
- user@host> configure
- [edit]
- user@host#
The prompt in brackets ([edit]), also known as a banner, shows that you are in configuration edit mode, at the top of the hierarchy.
- [edit]
- user@host# edit system login
- [edit system login]
- user@host#
The prompt in brackets changes to [edit system login] to show you are at a new level in the hierarchy.
- [edit system login]
- user@host# edit user nchen
This example adds an account nchen (for Nathan Chen), but you can use any account name.
- [edit system login user nchen]
- user@host# set full-name "Nathan Chen"
- [edit system login user nchen]
- user@host# set class super-user
- [edit system login user nchen]
- user@host# set authentication plain-text-password
- New password:
- Retype new password:
When the new password prompt appears, enter a clear-text password that the system will encrypt, and then confirm the new password.
- [edit system login user nchen]
- user@host# commit
- commit complete
Configuration changes are not activated until you commit the configuration. If the commit is successful, a commit complete message appears.
- [edit system login user nchen]
- user@host# top
- [edit]
- user@host# exit
- Exiting configuration mode
- user@host> exit
- [user@host]#
- --- SRC CLI 7.0 build CLI.A.7.0.0.0171
- (c) 2005-2006 Juniper Networks Inc.
- nchen@host>
When you log in, the new username appears at the command prompt.