Managing export-policy rules in BlueXP
Applies to
- Cloud Volumes ONTAP (CVO)
- NetApp BlueXP (Formerly Cloud Manager)
- NetApp System Manager
Description
Procedure
- Modifying the default export-policy rules in BlueXP:
Enter the WorkingEnvironment > go to Volumes > Edit and update the "Custom export policy" field as needed.

The result: BlueXP will create new rules for each policy per SVM.
cvocluster01::> export-policy rule show
Policy Rule Access Client RO
Vserver Name Index Protocol Match Rule
------------ --------------- ------ -------- --------------------- ---------
svm_data export-svm_data 1 any 0.0.0.0/0 any
svm_data export-svm_data 2 nfs3,nfs4 192.168.178.11 any
svm_data export-svm_data-vol1 1 nfs3,nfs4 0.0.0.0/0 any
svm_data export-svm_data-vol1 2 nfs3,nfs4 192.168.178.11 any
Note: By design, BlueXP will only display policy rules defined during setup. Any changes to that will only be reflected in System Manager or ONTAP CLI.
- Manage access using export policies
- Create and manage export policy using CLI. For more help, see the vserver export-policy man pages.
Example of creating a new policy & rule:
::> vserver export-policy create -policyname NewPolicy -vserver svm1
::> vserver export-policy rule create -vserver svm1 -policyname NewPolicy -clientmatch 0.0.0.0/0 -protocol nfs -rorule any -rwrule any -superuser any -anon 65534 -ruleindex 1
Additional Information
Internal Notes
