Control NFS requests from nonreserved ports for ONTAP SVMs
You can reject NFS mount requests from nonreserved ports by enabling the -mount-rootonly option. To reject all NFS requests from nonreserved ports, you can enable the -nfs-rootonly option.
By default, the option -mount-rootonly is enabled.
By default, the option -nfs-rootonly is disabled.
These options do not apply to the NULL procedure.
- 
Perform one of the following actions:
If you want to…
Enter the command…
Allow NFS mount requests from nonreserved ports
vserver nfs modify -vserver vserver_name -mount-rootonly disabledReject NFS mount requests from nonreserved ports
vserver nfs modify -vserver vserver_name -mount-rootonly enabledAllow all NFS requests from nonreserved ports
vserver nfs modify -vserver vserver_name -nfs-rootonly disabledReject all NFS requests from nonreserved ports
vserver nfs modify -vserver vserver_name -nfs-rootonly enabled