CLI: SMB Acceleration

You can use the acceleration smb command to configure SMB acceleration settings.

Configuring adaptive response settings

acceleration smb {application|cache|enable|v1|v2}

To enable or disable SMB acceleration -

[no] acceleration smb enable

To add applications supported by the SMB module -

[no] acceleration smb application <application>

To clear the SMB disk cache -

acceleration smb cache clear

SMB1 commands

acceleration smb v1 {enable|meta-cache|prefetch|read-ahead|write-behind}

To enable or disable SMB1 acceleration -

[no] acceleration smb v1 enable

To enable or disable SMB1 meta-caching -

[no] acceleration smb v1 meta-cache

To set the amount to pre-fetch -

acceleration smb v1 prefetch <prefetch-kbytes>

  • prefetch <prefetch-kbytes> - Value in kbytes must be between 0 and 8192.

To enable or disable SMB1 read-ahead -

[no] acceleration smb v1 read-ahead

To enable or disable SMB1 write-behind -

[no] acceleration smb v1 write-behind

To enable or disable SMB1 signing -

[no] acceleration smb v1 signing enable

SMB2 commands

acceleration smb v2 {enable|signing enable}

To enable or disable SMB2 acceleration -

[no] acceleration smb v2 enable

To enable or disable SMB2 signing -

[no] acceleration smb v2 signing enable

Viewing acceleration settings

show acceleration smb {applications|signed-servers|v1|v2}

To list the applications that support SMB -

show acceleration smb applications

To list the SMB signed servers -

show acceleration smb signed-servers

To display the configuration for SMB1 -

show acceleration smb v1 config

To display the SMB1 connections -

show acceleration smb v1 connections [list [detailed]]

  • smb v1 connections - Display the connections.
  • smb v1 connections list - Display the connections with sources and destinations of the connections.
  • smb v1 connections list detailed - Display the connections, the sources and destinations of the connection, and the client/server operating systems and shared file directories.

To display the configuration for SMB2 -

show acceleration smb v2 config

To display the SMB2 connections -

show acceleration smb v2 connections [list]

  • smb v2 connections - Display the connections.
  • smb v2 connections list - Display the connections with sources and destinations of the connections.