[
Contents]
[
Prev]
[
Next]
[
Index]
[
Report an Error]
Key Features of the CLI
The hierarchical organization results in commands
that have a regular syntax and provides several features that simplify
CLI use:
- Consistent command names—Commands that provide the
same type of function have the same name, regardless of the portion
of the software on which they are operating. As examples, all show commands display software information and statistics, and
all clear commands erase various types of system information.
- Lists and short descriptions of available commands—Information
about available commands is provided at each level of the CLI command
hierarchy. If you type a question mark (?) at any level,
you see a list of the available commands along with a short description
of each command. This means that if you already are familiar with
the JUNOS software or with other routing software, you can use many
of the CLI commands without referring to the documentation.
- Command completion—Command completion for command
names (keywords) and for command options is also available at each
level of the hierarchy. To complete a command or option that you have
partially typed, press the Tab key or the Spacebar. If the partially
typed letters begin a string that uniquely identifies a command, the
complete command name appears. Otherwise, a beep indicates that you
have entered an ambiguous command, and the possible completions are displayed.
Completion also applies to other strings, such as filenames, interface
names, usernames, and configuration statements.
[
Contents]
[
Prev]
[
Next]
[
Index]
[
Report an Error]