Specifications
3-382
Cisco Wide Area Application Services Command Reference
OL-11817-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. Use the no form of this command to disable TFO optimization.
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
Related Commands show statistics tfo
show tfo bufpool
show tfo status
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.