Specifications
1-5
Cisco Wide Area Application Services Command Reference
OL-11817-01
Chapter 1 Using the WAAS Command-Line Interface
Using Command Modes
Using ACL Configuration Modes
From global configuration mode, you can enter the standard and extended ACL configuration modes.
• To work with a standard access list, enter the ip access-list standard command from the global
configuration mode prompt. The CLI enters a configuration mode in which all subsequent
commands apply to the current access list.
• To work with an extended access list, enter the ip access-list extended command from the global
configuration mode prompt. The CLI enters a configuration mode in which all subsequent
commands apply to the current access list.
To exit an ACL configuration mode, enter exit to return to global configuration mode:
WAE(config-std-nacl)# exit
WAE(config)#
To return to global configuration mode, enter the exit command.
Command Modes Summary
Table 1-1 shows a summary of the WAAS command modes.
Ta b l e 1-1 WAAS Command Modes Summary
Command Mode Access Method Prompt Exit Method
User EXEC Log in to WAE. WAE > Use the end command.
Privileged EXEC From user EXEC mode, use
the enable EXEC command.
WAE#
To return to user EXEC mode, use the
disable command.
To enter global configuration mode, use
the configure command.
Global configuration From privileged EXEC
mode, use the configure
command.
WAE(config)#
To return to privileged EXEC mode, use
the exit command or press Ctrl-Z.
To enter interface configuration mode,
use the interface command.
Interface configuration From global configuration
mode, use the interface
command.
WAE(config-if)#
To return to global configuration mode,
use the exit command.
To return to privileged EXEC mode, use
the end command or press Ctrl-Z.
Standard ACL
configuration
From global configuration
mode, use the ip access-list
standard command.
WAE(config-std-nacl)#
To return to global configuration mode,
use the exit command.
To return to privileged EXEC mode, use
the end command or press Ctrl-Z.
Extended ACL
configuration
From global configuration
mode, use the ip access-list
extended command.
WAE(config-ext-nacl)#
To return to global configuration mode,
use the exit command.
To return to privileged EXEC mode, use
the end command or press Ctrl-Z.