Specifications

3-609
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 3 CLI Commands
(config) tfo optimize
(config) tfo optimize
To configure a WAE for Traffic Flow Optimization (TFO), use the tfo optimize global configuration
command. To disable TFO optimization, use the no form of this command.
tfo optimize {DRE {yes | no} compression {LZ | none} | full}
no tfo optimize {DRE {yes | no} compression {LZ | none} | full}
Syntax Description
Defaults The default TFO optimization on a WAAS device is tfo optimize full.
Command Modes global configuration
Device Modes application-accelerator
Examples The following example shows to configures TFO optimization with DRE and full compression using the
tfo optimize command:
WAE(config)# tfo optimize DRE yes compression full
Related Commands show statistics tfo
DRE Configures TFO optimization with or without Data Redundancy
Elimination (DRE).
yes Enables DRE.
no Disables DRE.
compression Configures TFO optimization with or without generic compression.
LZ Configures TFO optimization with Lempel-Ziv (LZ) compression.
none Configures TFO optimization with no compression.
full Configures TFO optimization with DRE and LZ compression. Using this
keyword is the same as specifying the tfo optimize DRE yes compression
LZ command.