Specifications
1-15
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 1 Using the WAAS Command-Line Interface
Saving Configuration Changes
Saving Configuration Changes
To avoid losing new configurations, save them to NVRAM using the copy or write commands, as shown
in the following example:
WAE# copy running-config startup-config
or
WAE# write
See the copy running-config startup-config and write commands for more information about running
and saved configuration modes.
WAAS Directories on a WAE
This section describes how to navigate the WAAS directories on a WAE and provides directory
descriptions useful for troubleshooting and monitoring the WAE.
Navigating WAAS Directories
The WAAS CLI provides several commands for navigating among directories and viewing their
contents. These commands are entered from privileged EXEC mode. Table 1-3 lists and describes these
commands.
Table 1-3 WAAS Navigation Commands
Command Description
cd [directory-name] Change Directory—Moves you from the current directory to the specified
directory in the WAAS tree. If no directory is specified, cd takes you up
one directory.
deltree directory-name Remove Directory Tree—Deletes the specified directory and all
subdirectories and files without displaying a warning message to you.
dir [directory-name] Show Directory—Lists the size, date of last changes, and the name of the
specified directory (or all directories if one is not specified) within the
current directory path. The output from this command is the same as the
lls command.
ls [directory-name] Show Directory Names—Lists the names of directories in the current
directory path.
lls [directory-name] Show Directory—Lists the size, the date of the last changes, and the name
of the specified directory (or all directories if one is not specified) within
the current directory path. The output from this command is the same as
the dir command.
mkdir directory-name Create Directory—Creates a directory of the specified name in the current
directory path.