Fujitsu XG2000 Switch User Manual


 
XG2000 series User's Guide
18/315
All Rights Reserved, Copyright (C) PFU LIMITED 2009
2.2.3 Command Completion
Entering part of a command or option and pressing the [Tab] key, causes the CLI to display the remaining command or option
characters.
xg# con<TAB>
xg# configure _
For example, the only command that begins with "con" is "configure", so the CLI completes the command name as "configure".
Pressing the [Tab] key, causes the CLI to list all possible commands or option names.
xg# co<TAB>
configure copy
xg# co_
Since there are two commands that begin with "co" - "configure" and "copy" - the CLI lists both commands.
2.2.4 Command Abbreviation
Commands and options can be abbreviated to the minimum number of characters as long as command or option names are
unique and forward-match the entered letters.
xg# con t
For example, the "configure" command may be abbreviated to "con" because "configure" is the only command that begins with
"con", and "terminal" may be abbreviated to "t" because "terminal" is the only command that begins with "t".
2.2.5 Command-Line Error Messages
The table below shows error messages that appear when a command is incorrectly entered. The "configure terminal"
command is used as an example below:
Error Message Explanation
xg# co t
% Ambiguous command: "co t"
Insufficient characters were entered for the CLI to
recognize the command.
Re-enter the correct command string.
xg# configure
% Incomplete command.
All of the options or values required by this command
were not entered.
Enter all necessary options and values.
xg# configure aerminal
^
% Invalid input detected at '^' marker
The command incorrectly entered. A caret symbol (^)
indicates the incorrect entry.
Correct the entries and execute the command again.
xg# coc?
% Unrecognized command
Part of the command was incorrectly entered.
Re-enter the correct command string.
2.2.6 Scrolling Down or Up a Line or a Page
When the information displayed by a command contains more lines than the console screen will display, a "--More--" prompt is
displayed at the bottom of the screen and the CLI waits for a user entry.
xg# show running-config
!
interface port 1
:
:
(The rest is omitted.)
:
--More--
z Scrolling Up a Line
To scroll up one line, press the [Enter] key.
z Scrolling Up a Page
To scroll up one page, press the [Space] bar.
z Finishing Displaying
To finish displaying, press the [q] or [Q] key.
The following table shows the combinations of shortcut keys, function keys and the [Ctrl] key used to edit commands.