Creating an export policy
Before creating export rules, you must create an export policy to hold them. You can use the vserver export-policy create command to create an export policy.
Example
The following commands create and verify the creation of an export policy named exp1 on the SVM named vs1:
vs1::> vserver export-policy create -vserver vs1 -policyname exp1
vs1::> vserver export-policy show -policyname exp1
Vserver Policy Name
--------------- -------------------
vs1 exp1
Give documentation feedback