ONTAP 9.12.1 commands

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

    Show accesslist of the initiators for iSCSI connectivity

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

    Description

    This command displays an access list for an initiator. An access list is a list of logical interfaces that an initiator can use for iSCSI logins. The system records the access lists as part of the node configuration and preserves the access lists during reboots.

    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 Name>] - Vserver

    Use this parameter to display the access lists that match the Vserver name that you specify.

    [-initiator-name <text>] - Initiator Name

    Use this parameter to display the access lists that match the initiator that you specify.

    [-lif <lif-name>] - Logical Interface

    Use this parameter to display the access lists that match the logical interface that you specify.

    Examples

    cluster1::> vserver iscsi interface accesslist show -vserver vs1
    Vserver            Initiator Name                Logical Interface
    ------------------ ----------------------------- -----------------------------
    vs1                iqn.2010-01.com.example:aaaaa isw1
                                                     isw2
                       iqn.2010-01.com.example:aaabb isw1
                                                     isw2
    4 entries were displayed.

    Displays the access lists for vserver vs1.

    Top of Page