2-7
Cisco SCE8000 Software Configuration Guide, Rel 3.1.6S
OL-16479-01
Chapter 2 Command Line Interface
Navigational and Shortcut Features
When asking for help on particular parameter, the system informs you of the type of data that is an
accepted legal value. The types of parameters supported are:
Example:
The following example illustrates the use of
?
to get help on commands syntax. In this example, you can
enter either the word
running-config
, or any name of a file, after the word
copy
.
SCE#copy?
running-config Copy running configuration file
startup-config Backup the startup-config to a specified destination
STRING Source file
SCE#copy
The [no] Prefix
Many CLI commands offer the option of adding the word
no
before the command to disable the feature
controlled by the command or revert it to its default configuration. This notation is often shown as
[no]
to denote it is optional.
For example, the command
service telnetd
enables the telnet server, while the
no service telnetd
command disables the telnet server.
Navigational and Shortcut Features
•
•
•
•
FTP User Name and Password, page 2-9
Command History
CLI maintains a history buffer of the most recent commands you used in the current CLI session for
quick retrieval. Using the keyboard, you can navigate through your last commands, one by one, or all
commands that start with a given prefix. By default, the system saves the last 30 commands you typed.
You can change the number of commands remembered using the
history size
command.
STRING
When a String is expected, you can enter any set of characters or digits. If the string has
a space as one of its characters, use double-quote (“) marks to enclose the string.
DECIMAL Any decimal number. Positive number is assumed, for negative numbers use the “–”
symbol.
HEX
A hexadecimal number; must start with either 0x or 0X.