ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver iscsi security remove-initator-address-ranges

    Remove an IP Address Range

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

    Description

    Remove IP address ranges to an existing iSCSI security entry

    Parameters

    -vserver <Vserver Name> - Vserver

    Specifies the Vserver.

    -i, -initiator-name <text> - Initiator Name

    Specifies the initiator.

    -initiator-address-ranges {<ipaddr>|<ipaddr>-<ipaddr>} - Initiator IP Address Ranges

    Specifies one or more initiator source IP address range. The IPv4 or IPv6 address range contains a start address and an end address. The start and end addresses themselves are included in the range.

    An example of a valid IPv4 address range is: '192.168.1.100-192.168.1.150'.

    An example of a valid IPv6 address range is: '2001:db8::1000:1-2001:db8::1000:50'.

    Examples

    netapp-clus-1::> vserver iscsi security remove-initator-address-range
    -vserver vs1 -initiator-name iqn.1993-08.com.example:01:e3f87c7cf2e4
    -initiator-address-range 192.168.2.1-192.168.2.255

    Removes the IP address range 192.168.2.1-192.168.2.255 to the initiator iqn.1993-08.com.example:01:e3f87c7cf2e4 for vserver vs1.

    Top of Page