Network adapter requires to support RSS (Receive Side Scaling).
- Open PowerShell as administrator in Windows 11, run and enable SMB Multichannel (should be enabled by default):
1 | PS C:\> Set-SmbClientConfiguration -EnableMultiChannel $true |
Check network interfaces which show “RSS capable = True“:
1 | PS C:\> Get-SmbClientNetworkInterface |
- Verify there are any active SMB connections:
1 | PS C:\> Get-SmbConnection |
- Copy a large file to a SMB device, e.g., Synology NAS which also has SMB Multichannel enabled, then verify the SMB Multichannel is working:
1 | PS C:\> Get-SmbMultichannelConnection -IncludeNotSelected |
192.168.0.98
is Windows 11 network address, after Network Teaming; 192.168.0.112
and 192.168.0.34
are Synology NAS network addresses.
References
- HOW TO: Enable SMB Multichannel for > 125 MB between Synology and Win 10, https://www.reddit.com/r/synology/comments/rrb4r1/how_to_enable_smb_multichannel_for_125_mb_between/
- What is SMB3 Multichannel and how is it different from Link Aggregation?, https://kb.synology.com/en-global/DSM/tutorial/smb3_multichannel_link_aggregation
- SMB Multichannel available for testing!, https://community.synology.com/enu/forum/1/post/157265