ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver cifs group-policy central-access-rule show-applied

    Show currently applied central access rules

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

    Description

    The vserver cifs group-policy central-access-rule show-applied command displays information about the central access rules assigned to Vservers. The command output depends on the parameter or parameters specified with the command. If you do not specify any parameters, the command displays the following information about all CIFS servers:

    • Vserver name

    • Name of the central access rule

    • Description

    • Creation time

    • Modification time

    • Current permissions

    • Proposed permissions

    • Target resources

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ 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 information only for central access rules for the specified Vserver.

    [-name <TextNoCase>] - Name

    If you specify this parameter, the command displays information only for central access rules that match the specified name.

    [-description <text>] - Description

    If you specify this parameter, the command displays information only for central access rules that match the specified description.

    [-ctime <Date>] - Creation Time

    If you specify this parameter, the command displays information only for central access rules that match the specified creation time.

    [-mtime <Date>] - Modification Time

    If you specify this parameter, the command displays information only for central access rules that match the specified modification time.

    [-effective <text>] - Effective Security Policy

    If you specify this parameter, the command displays information only for central access rules that match the specified effective security policy.

    [-proposed <text>] - Proposed Security Policy

    If you specify this parameter, the command displays information only for central access rules that match the specified proposed security policy.

    [-resource <text>] - Resource Condition

    If you specify this parameter, the command displays information only for central access rules that match the specified resource condition.

    Examples

    The following example displays information for all central access rules:

    cluster1::> vserver cifs group-policy central-access-rule show-applied
    
    Vserver    Name
    ---------- --------------------
    vs1        r1
               Description: rule #1
             Creation Time: Tue Oct 22 09:33:48 2013
         Modification Time: Tue Oct 22 09:33:48 2013
       Current Permissions: O:SYG:SYD:AR(A;;FA;;;WD)
      Proposed Permissions: O:SYG:SYD:(A;;FA;;;OW)(A;;FA;;;BA)(A;;FA;;;SY)
    
    vs1        r2
               Description: rule #2
             Creation Time: Tue Oct 22 10:27:57 2013
         Modification Time: Tue Oct 22 10:27:57 2013
       Current Permissions: O:SYG:SYD:AR(A;;FA;;;WD)
      Proposed Permissions: O:SYG:SYD:(A;;FA;;;OW)(A;;FA;;;BA)(A;;FA;;;SY)
    
    2 entries were displayed.
    Top of Page