HP Cisco MDS 9020 - Fabric Switch Configuration Manual page 1078

Cisco mds 9000 family cli configuration guide, release 3.x (ol-16184-01, april 2008)
Hide thumbs Also See for Cisco MDS 9020 - Fabric Switch:
Table of Contents

Advertisement

iSCSI Authentication Setup Guidelines and Scenarios
S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m
Configure the iSCSI interface in slot 7 port 1 to identify all dynamic iSCSI initiators by their IP address,
Step 4
and enable the interface.
switch(config)# interface iscsi 7/1
switch(config-if)# switchport initiator id ip-address
switch(config-if)# no shut
Step 5
Configure the Gigabit Ethernet interface in slot 7 port 5 with the IPv4 address and enable the interface.
switch(config)# interface gigabitethernet 7/5
switch(config-if)# ip address 10.15.1.1 255.255.255.0
switch(config-if)# no shutdown
Configure the iSCSI interface in slot 7 port 5 to identify all dynamic iSCSI initiators by node name and
Step 6
enable the interface.
switch(config)# interface iscsi 7/5
switch(config-if)# switchport initiator id name
switch(config-if)# no shutdown
Note
Verify the available Fibre Channel targets (see
Step 7
switch# show fcns database
VSAN 1:
--------------------------------------------------------------------------
FCID
--------------------------------------------------------------------------
0x6d0001
0x6d0101
0x6d0201
Total number of entries = 3
Create a zone named iscsi-zone-1 with host 1 and one Fibre Channel target in it.
Step 8
Note
switch(config)# zone name iscsi-zone-1 vsan 1
switch(config-zone)# member pwwn 21:00:00:20:37:6f:fd:97
switch(config-zone)# member ip-address 10.11.1.10
Create a zone named iscsi-zone-2 with host 2 and two Fibre Channel targets in it.
Step 9
Note
switch(config)# zone name iscsi-zone-2 vsan 1
switch(config-zone)# member pwwn 21:00:00:20:37:6f:fe:54
switch(config-zone)# member pwwn 21:00:00:20:37:a6:a6:5d
switch(config-zone)# member symbolic-nodename iqn.1987-05.com.cisco:01.25589167f74c
Step 10
Create a zone set and add the two zones as members.
switch(config)# zoneset name zoneset-iscsi vsan 1
switch(config-zoneset)# member iscsi-zone-1
switch(config-zoneset)# member iscsi-zone-2
Cisco MDS 9000 Family CLI Configuration Guide
42-70
Host 1 is connected to this port.
TYPE
PWWN
NL
21:00:00:20:37:6f:fd:97 (Seagate)
NL
21:00:00:20:37:6f:fe:54 (Seagate)
NL
21:00:00:20:37:a6:a6:5d (Seagate)
Use the IP address of the host in zone membership configuration because the iSCSI interface is
configured to identify all hosts based on IP address.
Use the symbolic node name of the iSCSI host in zone membership configuration because the
iSCSI interface is configured to identify all hosts based on node name.
Figure
42-21).
(VENDOR)
FC4-TYPE:FEATURE
scsi-fcp:target
scsi-fcp:target
scsi-fcp:target
OL-16184-01, Cisco MDS SAN-OS Release 3.x
Chapter 42
Configuring iSCSI

Advertisement

Table of Contents
loading

Table of Contents