Reference Guide

Arguments
Argument Description Format
<VolumeName> NAS volume name Existing NAS volume name
<ExportName> NFS export name Existing NFS export name
<ClientsNetworkID> Network ID of the clients to
which this NFS export should be
available
IP address in IPv6 or IPv4 format
<ClientsNetworkPrefixLen> Network prefix length of the
clients to which this NFS export
should be available
An integer (up to 30 for IPv4, up
to 126 for IPv6).
<TrustUsers> Type of users to which this NFS
export should be available
Possible values are Nobody,
Everyone, EveryoneExceptRoot
<ReadWrite> Indicate whether the NFS export
is readwrite
Possible values are Yes, No
Example
Add an ACL for all clients in a subnet 172.22.69.0 /24 accessing a read-write NFS export named export1
on a NAS volume named vol2 with a trust type of Everyone:
CLI> NAS-volumes NFS-exports add-acl for-clients-in-subnet vol2 export1
172.22.69.0 /24 Everyone Yes
NAS-volumes NFS-exports add-acl for-single-client
Add an ACL (access control list) for a single client accessing an NFS export.
Format
NAS-volumes NFS-exports add-acl for-single-client <VolumeName> <ExportName>
<Client> <TrustUsers> <ReadWrite>
Arguments
Argument Description Format
<VolumeName> NAS volume name Existing NAS volume name
<ExportName> NFS export name Existing NFS export name
<Client> Client to which this NFS export
should be available
Existing host name or IP address
in IPv6 or IPv4 format
<TrustUsers> Type of users to which this NFS
export should be available
Possible values are Nobody,
Everyone, EveryoneExceptRoot
<ReadWrite> Indicate whether the NFS export
is readwrite
Possible values are Yes, No
CLI Commands
113