Network and Storage Protocols
Network and Storage Protocols
Hi,
Is there a way to know what SMB version is being used for dc connections. I see both SMB1 and SMB2 are enabled at the cluster level for DC connections and the domain controller SMB configuration says the same.
How do I know which version of SMB is being used by CIFS sessions.
This is required as the new array replacing the old one can use SMB2.0 instead of SMB1.0 for dc connections.
Version: ONTAP 9.1P2
Solved! See The Solution
vserver cifs security show -instance
If this parameter is set to , the command displays CIFS security configuration information only for CIFS servers where SMB2 is enabled for use with connections to domain controllers. If set to , the command displays security configuration information for CIFS servers where SMB2 is not enabled for use with connections to domain controllers. If set to , the command displays security configuration information for CIFS servers where the system-default setting (SMB2 enabled) is used for connections to domain controllers.truefalsesystem-default
vserver cifs session show -vserver <svm_name> -instance
thank you, Amit
It looks like the above command shows which SMB version used for data connection but not the version used for DC connection
vserver cifs security show -vserver <svm_name>
shows smb1 or smb2 (enabled/disabled) for DC Connections
-------
if this doesn't help, I suggest contacting AD admin for DC SMB Settings.
alternately , you can also use pktt
vserver cifs security show -instance
If this parameter is set to , the command displays CIFS security configuration information only for CIFS servers where SMB2 is enabled for use with connections to domain controllers. If set to , the command displays security configuration information for CIFS servers where SMB2 is not enabled for use with connections to domain controllers. If set to , the command displays security configuration information for CIFS servers where the system-default setting (SMB2 enabled) is used for connections to domain controllers.truefalsesystem-default