03-17-2016 03:56 AM
Hopefully this is a simple question with a simple answer.
I'm supporting an inherited WAAS solution for a customer that is currently configured to optimize CIFS file transfers using the CIFS accelerator and the default optimization class-maps and "WAAS-GLOBAL" policy. As the customer is using Windows 7 they'd prefer to see SMB connections optimized instead.
I've read that switching the AO from CIFS to SMB should be enough to change this behavior on the WAAS but I'm curious as to whether I need to make any additional modifications to the class-maps or policy?
Looking at the class-maps there's one called CIFS which matches anything on TCP ports 139/445 and the policy is set to apply TFO, DRE bidirectional and LZ on the CIFS accelerator. There is no SMB adaptor to accelerate with which is what's throwing me, does the CIFS adaptor also accelerate SMB?
As I understand it currently it's just changing the AO but I'd just like to confirm this is correct before I go ahead and schedule anything.
For info connectivity is between 2 sites with an OE674 at one end and an OE574 at the other; both running 5.3.5c.
Solved! Go to Solution.
03-17-2016 08:45 AM
Hi b.houghton,
Yes, you don't need to change anything on the class-map. I know it confuses a bit.
When you are configuring the optimization for the particular class-map:
Accelerate the traffic using the specified application accelerator, as follows:
•cifs—CIFS or SMB accelerator
•http—HTTP accelerator
•ica—ICA accelerator
•mapi—MAPI accelerator
•MS-port-mapper—EPM accelerator
•nfs—NFS accelerator
•ssl—SSL accelerator
•video—Video accelerator
-CIFS is the word that can be used for both for CIFS-AO or SMB-AO
doc:
http://www.cisco.com/c/en/us/td/docs/app_ntwk_services/waas/waas/v521/command/reference/cmdrbook/policyclass.html#wp1090556
You just need to disable cifsAO:
no accelerator cifs enabled
and enabling the smb:
accelerator smb enabled
Or you can do it from the CM GUI.
check that, cifs AO is disabled and smb is enabled:
#sh accelerator
Should look like:
#sh accelerator
Accelerator Licensed Config State Operational State
----------- -------- ------------ -----------------
cifs Yes Disabled Shutdown
epm Yes Enabled Running
http Yes Disabled Shutdown
mapi Yes Enabled Running
nfs Yes Enabled Running
ssl Yes Enabled Running
video No Enabled Shutdown
wansecure Yes Enabled Running
smb Yes Enabled Running
ica Yes Enabled Running
You can check the connections by :
#sh stat conn
they would still look like TCDL
But, to make sure SMB is applied, check the particular connection by:
# sh stat conn conn-id <number of the connection>
and there, you can see what was applied TFO+LZ+DRE and under it SMB
Hope this helps.
Regards,
Alex
03-17-2016 08:45 AM
Hi b.houghton,
Yes, you don't need to change anything on the class-map. I know it confuses a bit.
When you are configuring the optimization for the particular class-map:
Accelerate the traffic using the specified application accelerator, as follows:
•cifs—CIFS or SMB accelerator
•http—HTTP accelerator
•ica—ICA accelerator
•mapi—MAPI accelerator
•MS-port-mapper—EPM accelerator
•nfs—NFS accelerator
•ssl—SSL accelerator
•video—Video accelerator
-CIFS is the word that can be used for both for CIFS-AO or SMB-AO
doc:
http://www.cisco.com/c/en/us/td/docs/app_ntwk_services/waas/waas/v521/command/reference/cmdrbook/policyclass.html#wp1090556
You just need to disable cifsAO:
no accelerator cifs enabled
and enabling the smb:
accelerator smb enabled
Or you can do it from the CM GUI.
check that, cifs AO is disabled and smb is enabled:
#sh accelerator
Should look like:
#sh accelerator
Accelerator Licensed Config State Operational State
----------- -------- ------------ -----------------
cifs Yes Disabled Shutdown
epm Yes Enabled Running
http Yes Disabled Shutdown
mapi Yes Enabled Running
nfs Yes Enabled Running
ssl Yes Enabled Running
video No Enabled Shutdown
wansecure Yes Enabled Running
smb Yes Enabled Running
ica Yes Enabled Running
You can check the connections by :
#sh stat conn
they would still look like TCDL
But, to make sure SMB is applied, check the particular connection by:
# sh stat conn conn-id <number of the connection>
and there, you can see what was applied TFO+LZ+DRE and under it SMB
Hope this helps.
Regards,
Alex
03-18-2016 01:21 AM
Thanks Alex for confirming, great level of detail provided!
03-18-2016 02:51 AM
Hi,
Please be aware that changing from CIFS AO to SMB AO has to be a global change, you cannot have some WAASes running CIFSAO and others running SMBAO unless separating them in two different "domains" and the two AO cannot co-exist on the same WAAS.
Best Regards
Finn
03-18-2016 08:31 AM
Yes, Finn is right.
I forgot to mention it as well.
Thanks, Finn!
Best Ragards,
Alex
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide