Understanding Abbreviated Commands
You need to enter only enough characters for the switch to recognize the command as unique.
This example shows how to enter the
show configuration
privileged EXEC command in an abbreviated form:
Controller#
show conf
Understanding no and default Forms of Commands
Almost every configuration command also has a
no
form. In general, use the
no
form to disable a feature or
function or reverse the action of a command. For example, the
no shutdown
interface configuration command
reverses the shutdown of an interface. Use the command without the keyword
no
to re-enable a disabled
feature or to enable a feature that is disabled by default.
Configuration commands can also have a
default
form. The
default
form of a command returns the command
setting to its default. Most commands are disabled by default, so the
default
form is the same as the
no
form.
However, some commands are enabled by default and have variables set to certain default values. In these
cases, the
default
command enables the command and sets variables to their default values.
Understanding CLI Error Messages
This table lists some error messages that you might encounter while using the CLI to configure your switch.
Table 3: Common CLI Error Messages
How to Get Help
Meaning
Error Message
Re-enter the command followed by
a question mark (?) with a space
between the command and the
question mark.
The possible keywords that you can
enter with the command appear.
You did not enter enough
characters for your switch to
recognize the command.
% Ambiguous command: "show
con"
Re-enter the command followed by
a question mark (?) with a space
between the command and the
question mark.
The possible keywords that you can
enter with the command appear.
You did not enter all the keywords
or values required by this
command.
% Incomplete command.
Enter a question mark (?) to display
all the commands that are available
in this command mode.
The possible keywords that you can
enter with the command appear.
You entered the command
incorrectly. The caret (^) marks the
point of the error.
% Invalid input detected at
‘
^
’
marker.
Layer 2/3 Command Reference, Cisco IOS XE Release 3E (Cisco WLC 5700 Series)
4
OL-32323-01
Using the Command-Line Interface
Understanding Abbreviated Commands