Specifications
1-6
Cisco Wide Area Application Services Command Reference
OL-16451-01
Chapter 1 Using the WAAS Command-Line Interface
Using Command Modes
Using the Interface Configuration Mode
Use the interface configuration mode to set, view, and test the configuration of WAAS software features
on a specific interface. To enter this mode, enter the interface command from the global configuration
mode. The following example shows how to enter interface configuration mode:
WAE# configure
WAE(config)# interface ?
GigabitEthernet Select a gigabit ethernet interface to configure
InlinePort Select an inline port interface to configure
PortChannel Ethernet Channel of interfaces
Standby Standby groups
WAE(config)# interface gigabitethernet ?
<1-2>/ GigabitEthernet slot/port
WAE(config)# interface gigabitethernet 1/0
WAE(config-if)#
To exit interface configuration mode, use the exit command to return to global configuration mode:
WAE(config-if)# exit
WAE(config)#
Using ACL Configuration Modes
Use the ACL configuration modes to create and modify standard and extended access list configuration
on a WAAS device. From global configuration mode, you can enter the standard and extended ACL
configuration modes.
• Standard—To work with a standard access list, use 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.
• Extended—To work with an extended access list, use 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, use the exit command to return to global configuration mode:
WAE(config-std-nacl)# exit
WAE(config)#
Using the Preposition Configuration Mode
Use the preposition configuration mode to create and modify preposition directives on a WAAS device
for prepositioning files for WAFS. To enter this mode, use the accelerator cifs preposition command
in the global configuration mode.
To exit preposition configuration mode, use the exit command to return to global configuration mode:
WAE(config-preposition)# exit
WAE(config)#