Configuration manual
1. System Operation Basics
9
www.qtech.ru
such as do configure terminal is not included.
1.2.3
Command Line Interface
The command line interface is a man-machine interface that is provided by the shell subsystem
to configure and use the device. With the command line interface, users can input and edit
commands to perform the required configuration tasks, and they can also query the system
information and learn the system operation status.
The command line interface provides the following functions for the users:
System help information management
System command inputting and editing
History command management
Terminal display system management
Command Line Online Help
The command line provides the following types of online help:
Help
Full help
Partial help
With the above types of online help, users can obtain various help information. The following
gives some examples.
To obtain a brief description of the online help system, run the help command in any
command mode.
Hostname#help
Help may be requested at any point in a command by entering
a question mark '?'. If nothing matches, the help list will
be empty and you must backup until entering a '?' shows the
available options.
Two styles of help for command are provided:
1. Full help is available when you are ready to enter a
command argument (e.g. 'show ?') and describes each possible
argument.
2. Partial help is provided when an abbreviated argument is entered
and you want to know what arguments match the input
(e.g. 'show pr?'.)
And "Edit key" usage is the following:
CTRL+A -- go to home of current line
CTRL+E -- go to end of current line
CTRL+U -- erase all character from home to current cursor
CTRL+K -- erase all character from current cursor to end