Installation manual

Preparing for NFS Authentication
Adding an NFS Access List
CLI Storage-Management Guide 4-11
Showing One NFS Access List
As you configure your NFS access lists, it will be convenient to see the current list
settings. Use the
show nfs-access-list command with the specific access-list name to
see the full configuration for one access list:
show nfs-access-list list-name
where list-name (1-64 characters) identifies the access list.
Among other configuration details, the output shows the order of all permit and deny
rules in the access list. As explained below, the order of these rules is important.
For example:
bstnA6k(gbl)# show nfs-access-list eastcoast
Access List Name: eastcoast
Description: allowable subnets in MA, NY, & DC
NIS Domain: wwmed.com
Anonymous UID: 100
Anonymous GID: 100
Number of References: 2
permit 172.16.100.0 255.255.255.0 read-write root squash
permit 172.16.204.0 255.255.255.0 read-only root allow
permit 172.16.0.0 255.255.0.0 read-write root squash
permit netgroup surgeons read-write root allow
permit netgroup medtechs read-only root squash
deny 192.168.77.0 255.255.255.0
deny 192.168.202.0 255.255.255.0
permit 192.168.0.0 255.255.0.0 read-write root squash
bstnA6k(gbl)# ...