Send documentation comments to mdsfeedback-doc@cisco.com
25-7
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 25 V Commands
vsan (iSCSI initiator configuration and iSLB initiator configuration)
vsan (iSCSI initiator configuration and iSLB initiator
configuration)
To assign an iSCSI or iSLB initiator to a VSAN other than the default VSAN, use the vsan command in
iSCSI initiator configuration submode or iSLB initiator configuration submode. To disable this feature,
use the no form of the command.
vsan vsan-id
no vsan vsan-id
Syntax Description
Defaults None.
Command Modes iSCSI initiator configuration submode.
iSLB initiator configuration submode.
Command History
Usage Guidelines When you configure an iSLB initiator in a VSAN other than VSAN 1(the default VSAN), the initiator
is automatically removed from VSAN 1. For example, if you configure an iSLB initiator in VSAN 2 and
you also want it to be present in VSAN 1, you must explicitly configure the initiator in VSAN 1.
Examples The following example assigns an iSCSI initiator to a VSAN other than the default VSAN.
switch# config terminal
Enter configuration commands, one per line. End with CNTL/Z.
switch(config)# iscsi initiator name iqn.1987-02.com.cisco.initiator
switch(config-iscsi-init)# vsan 40
switch(config-iscsi-init)#
The following example assigns an iSLB initiator to a VSAN other than the default VSAN.
switch# config t
switch(config)# islb initiator ip-address 100.10.10.10
ips-hac2(config-islb-init)# vsan ?
<1-4093> Enter VSAN
ips-hac2(config-islb-init)# vsan 10
The following example removes the iSLB initiator.
switch (config-islb-init)# no vsan 10
vsan-id Specifies a VSAN ID. The range 1 to 4093.
Release Modification
1.3(2) This command was introduced.
3.0(1) Added iSLB initiator configuration submode.