ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver security trace filter delete

    Delete a security trace entry

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

    Description

    The vserver security trace filter delete command deletes a security trace filter entry. Prior to Data ONTAP 9.3, this feature was only supported for CIFS. In Data ONTAP 9.3 and later, this feature is supported for both NFS and CIFS.

    NFS security trace filters are not supported for FlexGroup volumes, and will only be applied to the FlexVol volumes within the specified Vserver.

    Parameters

    -vserver <vserver name> - Vserver

    This parameter specifies the name of the Vserver on which the tracing filter entry that you want to delete is applied.

    -index <integer> - Filter Index

    This parameter specifies the index number for the filter that you want to delete. You can display a list of the filter index numbers by using the vserver security trace filter show command.

    Examples

    The following example deletes a security trace filter.

    cluster1::> vserver security trace filter delete -vserver vs0 -index 1
    Top of Page