ONTAP 9.12.1 commands

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

    Show protocols for Vserver

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

    Description

    The vserver show-protocols command displays the running protocols on a given Vserver.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

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

    [-vserver <vserver>] - Vserver

    If this parameter is specified, the command displays the allowed set of protocols for the specified Vserver.

    [-protocol {nfs|cifs|fcp|iscsi|ndmp|nvme|s3}] - Protocols

    If this optional parameter is specified, the command displays all the Vservers configured with the specified protocols.

    Examples

    The following example displays the protocols configured for Vserver vs1.

    cluster1::> vserver show-protocols -vserver vs1
      Vserver: vs1
      Protocols: nfs, cifs
    Top of Page