465
Configuring a WAAS class
Step Command Remarks
1. Enter system view.
system-view
N/A
2. Create a WAAS class and
enter WAAS class view.
waas class
class-name
By default, only predefined WAAS
classes exist.
3. Configure a match criterion.
match
[ match-id ]
tcp
{
any
|
destination
|
source
}
[
ip-address
ipv4-address
[ mask-length | mask ] |
ipv6-address
ipv6-address
[ prefix-length ] ] [
port
port-list ]
By default, no match criterion is
configured.
Configuring a WAAS policy
To configure a WAAS policy, perform the following tasks:
1. Create a WAAS policy.
2. Specify a WAAS class for the WAAS policy.
3. Configure actions for the WAAS class.
4. Enable optimization features.
You can configure the following actions for a WAAS class:
• Optimization actions—Optimize matching TCP traffic by using TFO alone, or with any
combination of DRE and LZ compression.
• Passthrough action—Allows matching TCP traffic to pass through unoptimized.
To configure a WAAS policy:
Step Command Remarks
1. Enter system view.
system-view
N/A
2. Create a WAAS policy and
enter WAAS policy view.
waas policy
policy-name
By default, a predefined WAAS
policy named
waas_default
exists.
As a best practice, configure a
WAAS policy by modifying the
predefined WAAS policy.
3. Specify a WAAS class and
enter WAAS policy class
view.
class
class-name
[
insert-before
existing_class ]
By default, no WAAS class is
specified.
4. Configure optimization
actions or the passthrough
action.
• optimize tfo [ dre | lz ] *
• passthrough
By default, no action is configured.
An optimization action takes effect
only when the corresponding feature
is enabled.
5. Return to system view.
quit
N/A
6. Enable DRE.
waas tfo optimize dre
By default, DRE is enabled.
7. Enable LZ compression.
waas tfo optimize lz
By default, LZ compression is
enabled.