Note: Since version 4.2.3 if Authentication Services, SMB version 3.1.1 is supported
Here is some information about the options can be set in the /etc/opt/quest/vas/vas.conf file
smb-dialect-range = <dash-separated range>
Default value: 1-3.1.1
By default VGP will pick the highest mutually available dialect, within the specified range. Allowed dialects include 1, 2.0.2, 2.1, 3, 3.1.1, and +. '+' meaning the highest available dialect.
Below is an example of eliminating SMBv1. If Dynamic File Copy policy is used, make sure all smb/cifs clients support the provided range of dialects.
[libvas]
smb-dialect-range = 2.0.2-3.1.1
enable-smb3-encryption = <true | false>
Default value: true
If dialect 3 or above is enabled by [libvas] smb-dialect-range and dialect 3 or above is also negotiated, VGP will encrypt file copies by default.
If this option is disabled, no encryption will be performed.
[libvas]
enable-smb3-encryption = false