Send documentation comments to mdsfeedback-doc@cisco.com
11-102
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 11 I Commands
islb initiator
islb initiator
To configure the iSCSI server load balancing (iSLB) initiator and enter iSLB initiator configuration
submode, use the islb initiator command. To delete the configured ISLB initiator, use the no form of
the command.
islb initiator {ip-address {ip-address | ipv6-address} | name name}
no islb initiator name name
Syntax Description
Defaults None.
Command Modes Configuration mode.
Command History
Usage Guidelines You can use the islb initiator command to enter iSLB initiator configuration submode to configure static
mapping for an iSLB initiator.
Examples The following example enters iSLB initiator configuration submode to configure static mapping (using
the IPv4 ip-address option) for an iSLB initiator.
switch# config t
switch(config)# islb initiator ipaddress 10.1.2.3
switch(config-islb-init)#
The following example deletes the configured iSLB initiator.
switch(config)# no islb initiator ipaddress 10.1.2.3
The following example enters iSLB initiator configuration submode to configure static mapping (using
the IPv6 option) for an iSLB initiator.
switch# config t
switch(config)# islb initiator ipaddress 1111.2222.3333.4::5
switch(config-islb-init)#
The following example deletes the configured iSLB initiator.
switch(config)# no islb initiator ipaddress 1111.2222.3333.4::5
ip-address Specifies the iSLB initiator node IP address.
ip-address Specifies the initiator IPv4 address.
ipv6-address Specifies the initiator IPv6 address.
name name Specifies the iSLB initiator node name. The maximum size is 223.
Release Modification
3.0(1) This command was introduced.