Installation manual

Preparing for NFS Authentication
Adding an NFS Access List
4-10 CLI Storage-Management Guide
The ARX supports up to 512 NFS access lists. From gbl mode, use the nfs-access-list
command to create a new one:
nfs-access-list list-name
where list-name (1-64 characters) is a name you choose for the access list.
The CLI prompts for confirmation before creating the new NFS access list. Enter yes
to proceed. This places you in gbl-nfs-acl mode, from which you can configure
various permit and deny rules for specific subnets and/or NIS netgroups. By default,
all subnets and netgroups are denied any access.
For example, the following command sequence creates a new NFS access list:
bstnA6k(gbl)# nfs-access-list eastcoast
This will create a new NFS ACL.
Create NFS ACL ''eastcoast''? [yes/no] yes
bstnA6k(gbl-nfs-acl[eastcoast])# ...
Listing All NFS Access Lists
To verify that your NFS access list was added to the configuration, use the show
nfs-access-list
command. You can invoke this command from any mode.
show nfs-access-list
The output shows all configured access lists in a table, one access list per row. For
each access list, high-level details are shown. These details are clarified in the
sections below.
For example:
bstnA6k(gbl)# show nfs-access-list
Access List Name Anon UID Anon GID Num Rules Num References
----------------------------------------------------------------------
eastcoast 100 100 8 2
westcoast 65534 65534 2 0
bstnA6k(gbl)# ...