[c-nsp] WAAS
Brett Looney
brett at looney.id.au
Sun Nov 11 20:43:50 EST 2007
> Ok how do you configure and ASA not leave option 33 alone?
First, define an access list that matches all traffic that will flow between
the WAE boxes:
access-list WAAS-Traffic permit ip <source> <destination>
Then, in your ASA config do the following:
tcp-map WAAS
tcp-options range 33 33 allow
class WAAS-Class
match access-list WAAS-Traffic
policy-map global_policy
inspect waas
class WAAS-Class
set connection random-sequence-number disable
set connection advanced-options WAAS
You will need ASA code 7.2(3) or later for this to work properly.
B.
More information about the cisco-nsp
mailing list