ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver export-policy show

    Display a list of rule sets

    Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

    Description

    The vserver export-policy show command displays the following information:

    • Vserver name

    • Export policy name

    • Policy ID (diagnostic privilege level only)

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields parameter, the command only displays the fields that you specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all entries.

    [-vserver <vserver name>] - Vserver

    If you specify this parameter, the command displays a list of export policies that are located on the Vserver that you specify.

    [-policyname <export policy name>] - Policy Name

    If you specify this parameter, the command displays only the export policy or sets that match the specified name.

    Examples

    The following example displays a list of all export policies:

    vs1::> vserver export-policy show
    VServer          Policy Name
    ---------------  -------------------
    vs0              default_expolicy
    vs0              read_only_expolicy
    vs1              default_expolicy
    vs1              test_expolicy
    4 entries were displayed.
    Top of Page