Cisco MDS 9000 series Configuration Manual page 142

Nx-os ip services multilayer switches
Hide thumbs Also See for MDS 9000 series:
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
Step 7
Verify the available Fibre Channel targets (see
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
Step 9
Create a zone named iscsi-zone-2 with host 2 and two Fibre Channel targets in it.
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
Create a zone set and add the two zones as members.
Step 10
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 NX-OS IP Services Configuration Guide
4-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
4-21).
(VENDOR)
FC4-TYPE:FEATURE
scsi-fcp:target
scsi-fcp:target
scsi-fcp:target
OL-19525-01,Cisco MDS NX-OS Release 4.2(1)
Chapter 4
Configuring iSCSI

Advertisement

Table of Contents
loading

Table of Contents