Send documentation comments to mdsfeedback-doc@cisco.com
11-107
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 11 I Commands
islb virtual-target name
Examples The following example creates a static virtual target and enters iSLB target configuration submode.
switch# config terminal
switch(config)# islb virtual-target name ABCDEFGHIJ1234567890
ips-hac1(config-islb-tgt)#
The following example allows all iSLB initiators to access the target.
ips-hac1(config-islb-tgt)# all-initiator-permit
The following command allows the specified IP address to access this virtual target:
switch(config-islb-tgt)# initiator ip-address 10.50.1.1 permit
The following example prevents the specified IP address from accessing virtual targets:
switch(config-islb-tgt)# no initiator ip-address 10.50.1.1 permit
The following example allows all initiators in this subnetwork to access this virtual target:
switch(config-islb-tgt)# initiator ip-address 10.50.0.0 255.255.255.0 permit
The following example prevents all initiators in this subnetwork from accessing virtual targets:
switch(config-islb-tgt)# no initiator ip-address 10.50.0.0 255.255.255.0 permit
The following example maps a pWWN to a Fibre Channel target.
ips-hac1(config-islb-tgt)# pwwn 26:00:01:02:03:04:05:06
Related Commands Command Description
show islb virtual-target Displays information about iSLB virtual targets.