The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
A newer release of this product is available.
vserver iscsi security remove-initator-address-ranges
Contributors
-
PDF of this doc site

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
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.