Specifications

1-12
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 1 Using the WAAS Command-Line Interface
Using Command-Line Processing
Shutting down all services, will Reload requested by CLI@ttyS0.
Restarting system.
To display the current mode that the WAAS device is operating in, enter the show device-mode current
EXEC command:
WAE# show device-mode current
Current device mode: application-accelerator
Displaying the Configured Device Mode
You can display the configured device mode for a change that has not taken effect by using the show
device-mode configured EXEC command.
For example, if you changed the device mode to central-manager on a WAAS device (using the device
mode central-manager global configuration command), but did not save the running configuration
(using the copy run start EXEC command) then, even though the new device mode has not taken effect,
the output for the show device-mode configured command would indicate that the configured device
mode is central-manager:
WAE# show device-mode configured
Configured device mode: central-manager
Using Command-Line Processing
Cisco WAAS software commands are not case sensitive. You can abbreviate commands and parameters
as long as they contain enough letters to be different from any other currently available commands or
parameters.
You can also scroll through the last 20 commands stored in the history buffer and enter or edit the
command at the prompt. Table 1-2 lists and describes the function performed by the available WAAS
command-line processing options.
Table 1-2 Command-Line Processing Keystroke Combinations
Keystroke Combinations Function
Ctrl-A Jumps to the first character of the command line.
Ctrl-B or the Left Arrow key Moves the cursor back one character.
Ctrl-C Escapes and terminates prompts and tasks.
Ctrl-D Deletes the character at the cursor.
Ctrl-E Jumps to the end of the current command line.
Ctrl-F or the Right Arrow key
1
Moves the cursor forward one character.
Ctrl-K Deletes from the cursor to the end of the command line.
Ctrl-L Repeats the current command line on a new line.
Ctrl-N or the Down Arrow key
1
Enters the next command line in the history buffer.
Ctrl-P or the Up Arrow key
1
Enters the previous command line in the history buffer.
Ctrl-T Transposes the character at the cursor with the character to the left
of the cursor.