Configuration Mode Commands : SteelHead Configuration Commands : CIFS, SMB, SMB2, and SMB3 Support Commands : protocol cifs smb signing mode-type
  
protocol cifs smb signing mode-type
Configures SMB signing mode as either transparent or delegation.
Syntax
[no] protocol cifs smb signing mode-type <mode>
Parameters
<mode>
One of the following modes:
•  transparent - Enables SMB signed packets with transparent authentication. Transparent mode uses the secure inner channel to authenticate and secure traffic, eliminating the need to define delegation trust. This is the default setting in RiOS v6.0 and later; however, if you enabled SMB signing in RiOS 5.5 and upgraded to 6.0 or later, delegation mode is enabled by default.
The advantage transparent mode offers over the delegation mode is that it simplifies the amount of configuration required. Delegate users do not have to be configured for this mode. Transparent mode uses NTLM end-to-end between the client and server-side SteelHead and the server-side SteelHead and the server. If you have Windows 7 clients, you will need to use delegation mode.
•  delegation - Enables SMB signed packets with delegate user authentication. Select this mode if you have previously enabled SMB signing with RiOS 5.5.x or higher.
Use delegation mode if you want to optimize connections with Windows 7 clients. Using this mode requires setting up delegate users. Delegation mode uses NTLM between the client and server-side SteelHead and Kerberos between the server-side SteelHead and the server.
Note: If you switch between transparent and delegation modes you must restart the optimization service.
Example
amnesiac (config) # protocol cifs smb signing mode-type delegation
amnesiac (config) # service restart
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
show protocol cifs smb signing status, Windows Domain Authentication Delegation Commands