LPI
300-300 · Question #32
Which of the following commands connects to the share Share on the Windows Server 2012 R2 server fs1 using the SMB3 protocol?
The correct answer is B. smbclient --max-protocol SMB3 //fs1/Share. To connect to a share on a Windows server using the SMB3 protocol, the smbclient command with the --max-protocol option should be used. The --max-protocol option allows you to specify the highest SMB protocol version that should be used. Therefore, the correct command is…
300.5 Client Side Setup
Question
Which of the following commands connects to the share Share on the Windows Server 2012 R2 server fs1 using the SMB3 protocol?
Options
- Asmb3client //fs1/Share
- Bsmbclient --max-protocol SMB3 //fs1/Share
- Csmbclient --w2k12 //fs1/share
- Dsmbclient -p 3 //fs1/Share
- Ecifsclient //fs1/Share
How the community answered
(26 responses)- B88% (23)
- C8% (2)
- E4% (1)
Explanation
To connect to a share on a Windows server using the SMB3 protocol, the smbclient command with the --max-protocol option should be used. The --max-protocol option allows you to specify the highest SMB protocol version that should be used. Therefore, the correct command is smbclient -- max-protocol SMB3 //fs1/Share.
Topics
#smbclient#SMB3 protocol#--max-protocol#protocol negotiation
Community Discussion
No community discussion yet for this question.