Installation manual

Preparing for NFS Authentication
Adding an NFS Access List
4-22 CLI Storage-Management Guide
deny 192.168.202.0 255.255.255.0
Add back the permit rule and show that it is now at the end of the list:
bstnA6k(gbl-nfs-acl[eastcoast])# permit 192.168.0.0 255.255.0.0
bstnA6k(gbl-nfs-acl[eastcoast])# show nfs-access-list eastcoast
...
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-nfs-acl[eastcoast])# ...
Adding a Description
You can add a description to the access list for use in the show command. The
description can differentiate the list from others. From gbl-nfs-acl mode, use the
description command to add a description:
description text
where text is 1-255 characters. Quote the text if it contains any spaces.
For example:
bstnA6k(gbl)# nfs-access-list eastcoast
bstnA6k(gbl-nfs-acl[eastcoast])# description “allowable subnets in MA, NY, & DC”
bstnA6k(gbl-nfs-acl[eastcoast])# ...
Removing the Description
From gbl-nfs-acl mode, use no description to remove the description string from the
current access list:
no description
For example:
bstnA6k(gbl)# nfs-access-list westcoast
bstnA6k(gbl-nfs-acl[westcoast])# no description
bstnA6k(gbl-nfs-acl[westcoast])# ...