Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
how to find smb version being used by cifs sessions for dc connection
2025-02-20
02:18 PM
729 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
1 ACCEPTED SOLUTION
prachana has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
vserver cifs session show -vserver <svm_name> -instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
prachana has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
