Skip to main content

Enable or disable SMB automatic node referrals

Contributors netapp-thomi

You can enable SMB automatic node referrals to increase SMB client access performance. You can disable automatic node referrals if you do not want ONTAP to make referrals to SMB clients.

Before you begin

A CIFS server must be configured and running on the storage virtual machine (SVM).

About this task

The SMB automatic node referrals functionality is disabled by default. You can enable or disable this functionality on each SVM as required.

This option is available at the advanced privilege level.

Steps
  1. Set the privilege level to advanced: set -privilege advanced

  2. Enable or disable SMB automatic node referrals as required:

    If you want SMB automatic node referrals to be…​ Enter the following command…​

    Enabled

    vserver cifs options modify -vserver vserver_name -is-referral-enabled true

    Disabled

    vserver cifs options modify -vserver vserver_name -is-referral-enabled false

    The option setting takes effect for new SMB sessions. Clients with existing connection can utilize node referral only when their existing cache timeout expires.

  3. Switch to the admin privilege level: set -privilege admin

Related information

Available SMB server options