vserver iscsi security add-initator-address-ranges
Contributors
Suggest changes
- 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
Add IP Address Ranges
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
Add 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
cluster1::> vserver iscsi security add-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
Adds the IP address range 192.168.2.1-192.168.2.255 to initiator iqn.1993-08.com.example:01:e3f87c7cf2e4 for vserver vs1.